@support-scott wrote:
Ian,
There’s no direct migration support between the two. However, since Struts 1.2 is backward compatible the easiest way to “get there” is to create a new web project that is configured for Struts 1.2 and then simply copying your current projects source code and other artifacts into the new project.
That’s the “easiest” way? My project is in SVN, so transferring everything to new project will require checking in every file in the project, right? Ick.
Is there a “hard” way that would allow me to keep the same project and only update the files necessary to effect the switch from Struts 1.1 to 1.2?
Thanks,
Tim