Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Zip Task (1.5.4)

Zip Task (1.5.4)

2004-01-12       - By Mattos, John
Reply:     1     2     3     4     5  

All,

Does anyone know how to make the ZIP task delete the file after it's zipped
into the destination file?

My code...

<zip
destfile="${local.copy.dir}\${backup.dateTime}\APP_Backup_${backup.dateTime}
_1.zip"
        basedir="${local.copy.dir}\${backup.dateTime}"
        update="true"
        includes="C_APPLD.*"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)



©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.