RE: Remove entru from ZIP file using ANT

2010-01-03 Thread aliteralmind
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 --

RE: Remove entru from ZIP file using ANT

2008-02-12 Thread Vallon, Justin
: 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

RE: Remove entru from ZIP file using ANT

2008-02-12 Thread RADEMAKERS Tanguy
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.