Setting up new project in Eclipse

Posted by kbrin80 on Stack Overflow See other posts from Stack Overflow or by kbrin80
Published on 2010-04-07T20:22:02Z Indexed on 2010/04/07 21:13 UTC
Read the original article Hit count: 219

Filed under:
|
|

So I set up a new project into Eclipse and created a build.xml that creates a war file. The problem that I am having is that the only files that are included in the war are what's in the WEB-INF. How do you include my web folder into the war?

  • Project
    • src
    • web
    • WEB-INF

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about ant