Build 1 war from two seperate web applications using ANT

Posted by Pich on Stack Overflow See other posts from Stack Overflow or by Pich
Published on 2010-05-29T19:50:45Z Indexed on 2010/05/29 19:52 UTC
Read the original article Hit count: 282

Filed under:
|
|
|

Hi,

Is it possible, by using ANT, to create 1 war-file out of two seperate eclipse java web application projects? Besides from just copying the right files to the right places i would have to be able two create one single web.xml. Also some other files that exists in both projects should be united into one file.

Thanks

Pich

© Stack Overflow or respective owner

Related posts about java

Related posts about web-applications