facebook

Deploy source files with war

💡
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 Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #242193 Reply

    sfurrh
    Member

    How do I get the source files to package up with the war file? I am sending an example package and I want to be able to include source in deployment but I have not found a way to do that short of copying the files manually

    #242204

    Scott Anderson
    Participant

    The deployer really is intended for deployment of an application for debugging so source folders aren’t included. The only workaround I can think of if you always want source deployed is to move your source folder somewhere under your web root. That will cause it to be picked up automatically. Short of that, you can export the entire project (File > Export…) into a zip archive if that works better, but it doesn’t give you a deployable WAR.

    #242307

    sfurrh
    Member

    There is not a way to modify the ant build.xml to grab the source files too?

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Deploy source files with war

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