I am packaging a war file and a set of other 3rd party files required to run my
application. After deploying the war file in JBOSS I need to update a file in war file
with new parameters. War file is created using ANT tool. But file modification needs to be
done at the user end where ANT is not necessary. So war file must be unzipped, update the
required file and zip it back to war file whenever it is necessary.
So just to avoid using entire ANT tool, I want to know whether I can package only the
required jar files of ANT in my application. Also I found that license text of Apache 2.0
is already available in JBOSS AS.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215249#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...