Setting up new project in eclispe

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 20:23 UTC
Read the original article Hit count: 394

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 whats 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 eclispe

Related posts about ant