hi all, i am using this .xml file to build an war file what is the ant command that i should use to build a .war file ? <?xml version="1.0"?> <war warfile="myapp.war" webxml="src/metadata/myapp.xml"> <fileset dir="src/html/myapp"/> <fileset dir="src/jsp/myapp"/> <lib dir="thirdparty/libs"> <exclude name="jdbc1.jar"/> </lib> <classes dir="build/main"/> <zipfileset dir="src/graphics/images/gifs" prefix="images"/> </war> thanks abhinand
- Re: build war file using ant abhinand . sreenivasa
- Re: build war file using ant Nico Seessle
- Re: build war file using ant Gary Keim