You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Mattos, John" <jm...@Indemand.com> on 2004/01/12 18:23:50 UTC

Zip Task (1.5.4)

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@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: Zip Task (1.5.4)

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 12 Jan 2004, John Mattos <jm...@indemand.com> wrote:

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

You can't.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org