Hi
I came to know that we can use
Ant API in
Java Programming to make the Dyanamic WAR creation. The scenario is like this -->
I have to select set of files and create some XML documents online and make them as WAR. I could able to make all of the above except WAR file generation.
I need some help how can I make use of ANT API in Java Program (A
Servlet may be) to create a dynamic WAR file on the fly.
Thanks for your time and help in advance
Srinivas Ivaturi.