can you please help me where should i write the war task?


Scot P. Floess wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/war-file-is-not-creating-while-running-the-Ant-tf3638832.html#a10162413
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