<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 


-- 
View this message in context: 
http://www.nabble.com/war-file-is-not-creating-while-running-the-Ant-tf3638832.html#a10161494
Sent from the Ant - Users mailing list archive at Nabble.com.


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

Reply via email to