RE: [Nant-users] including files in a zipfile using task

2005-05-10 Thread Selke, Anthony
elly Midha Sent: Tuesday, May 10, 2005 5:30 AM To: Nant-users@lists.sourceforge.net Subject: [Nant-users] including files in a zipfile using task Importance: Low I want to include files in an existing zip file using task, based on a specific criterion. If I include the condition with in the t

[Nant-users] including files in a zipfile using task

2005-05-10 Thread Shelly Midha
I want to include files in an existing zip file using task, based on a specific criterion.   If I include the condition with in the task, it is not supported. I’ve written a separate target that includes files in the zip.   Every time this target is called, it overwrites the zip file