Vallon, Justin wrote:
>
>
>
>
>
>
>
A beautiful solution. Thank you.
-
aliteralmind
---
Hear aliteralmind Sing. Sing aliteralmind, Sing.
http://singing.jeffyepstein.com
MY BOYS!!! (man I love saying that)
http://brothers.jeffyepstein.com
--
: Tuesday, February 12, 2008 5:44 AM
To: Ant Users List
Subject: RE: Remove entru from ZIP file using ANT
Importance: Low
Hello Walter,
Don't think there's a one-step way to do this via the update="true"
attribute , but you could do it like this:
1. unzip archive into a temp
Hello Walter,
Don't think there's a one-step way to do this via the update="true"
attribute , but you could do it like this:
1. unzip archive into a temp folder
2. delete the archive
3. delete the file(s) you don't want from the temp folder
4. rezip the contents of the temp folder into a new zip.