facebook

import existing WAR-File

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    kik190473
    Member

    Hi,
    at the moment I’m using Eclipse 3.2.1 and WTP 1.5.2. for jsp-projects.
    There you have the possiblity to import WAR-Files.

    Now – in myEclipse – in can´t find this possibility. Is this right? 🙁

    #264336

    Riyad Kalla
    Member

    WAR files are specificed as binary-only deployable units, because of that there is not a way to import WAR files into say a new project, because there is (according to spec) no source code in the WAR.

    Now if you are building your own WARs and including the source in them yourself, you will need to manually create those projects using the contents of the WAR file. There isn’t a way for MyEclipse to intelligently handle all the different way folks might use WAR files to transfer binary and source, so we left this to be a manual step. Sorry for the trouble.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: import existing WAR-File

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