Is there a reason you aren't using the <war> task?

alam wrote:
<target name="make.war">
                <mkdir dir="${ep.build.directory}" />
                <antcall target="delete.build.dir" >
                <param name="ep.directory" value="${ep.build.directory}" />
                </antcall>
                <zip zipfile="${ep.build.directory}/eProcurement.war" >
<zipfileset dir="${ep.build.drive}/manu" /> </zip>
                </target>

can anyone guide what else i have to add so i get the war file


--
Scot P. Floess
27 Lake Royale
Louisburg, NC  27549

252-478-8087 (Home)
919-392-6730 (Work)

Chief Architect JPlate  http://sourceforge.net/projects/jplate
Chief Architect JavaPIM http://sourceforge.net/projects/javapim


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to