facebook

Upgrade struts 1.1 Eclipse project to 1.2?

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #237460 Reply

    I have an existing struts 1.1 project that I’d like to upgrade to struts 1.2. How would this be done? I’m running Eclipse 3.1.0 with MyEclipse 4.0.0 GA.

    -Russ

    #237534 Reply

    Riyad Kalla
    Member

    Russ,
    We don’t provide upgrade wizards but what you can do if you are feeling hardcore is to trick MyEclipse into thinking you removed Struts capabilities, then simply re-add Struts 1.2 capabilties. You might want to clean out the old libraries from your /lib dir before you re-add though (as well as TLDs) to avoid confusion. Also note that your taglib URIs will change between those two versions if you are using the default ones (jakarta.apache.org/struts –> struts.apache.org/tags or something like that).

    To remove struts caps, switch to navigator view and erase your .mystrutsdata file and then open your .project file and remove the easystrutsnature at the bottom. Save all these changes and close and reopen your project, now you should be able to re-add Struts capabilities.

    #237663 Reply

    This message has not been recovered.

    #237665 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    #237666 Reply

    This message has not been recovered.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Upgrade struts 1.1 Eclipse project to 1.2?

You must be logged in to post in the forum log in