RE: Remove entru from ZIP file using ANT

2010-01-03 Thread aliteralmind
hers.jeffyepstein.com -- View this message in context: http://old.nabble.com/Remove-entru-from-ZIP-file-using-ANT-tp15427739p27007569.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe,

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
emp folder into a new zip. long winded, but should be fine unless you have some **huge** archives. /t >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >Sent: Tuesday, February 12, 2008 7:40 AM >To: user@ant.apache.org >Subject: Remove entru f

Remove entru from ZIP file using ANT

2008-02-11 Thread Walter . Heestermans
Hi, Is there a possibility in ANT to remove an entry from ZIP resource? Or do I need to write my own task for that? Kind regards, Walter