<target name="MakeWar">
  <war destfile="${target.dir}/test.war" webxml="${source.dir1}/WEB-INF/web.xml">
    <lib dir="${source.dir2}/WEB-INF/lib" />
    <fileset dir="${source.dir3}" />
  </war>
</target>

+ Recent posts