Re: [Nant-users] Zip task recursively

2003-11-12 Thread Duncan Godwin
, November 12, 2003 10:05 PM Subject: [Nant-users] Zip task recursively I want to recursively zip the entire source tree (all subdirectories and underneath) from NANT build script. I couldn't find any option for that. I tried the following, but It zips only top level files.

RE: [Nant-users] Zip task recursively

2003-11-12 Thread Erick Thompson
With the fileset, if you want all files and all directories, try Erick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mahajan, Umesh Sent: Wednesday, November 12, 2003 2:06 PM To: '[EMAIL PROTECTED]' Subject: [Nant-users] Zip task recursively

RE: [Nant-users] Zip task recursively

2003-11-12 Thread Arild Fines
Mahajan, Umesh wrote: > I want to recursively zip the entire source tree (all subdirectories and > underneath) from NANT build script. > I couldn't find any option for that. I tried the following, but It zips > only top level files. I don't want to enumerate all the directories. Is > there any way

[Nant-users] Zip task recursively

2003-11-12 Thread Mahajan, Umesh
Title: Zip task recursively I want to recursively zip the entire source tree (all subdirectories and underneath) from NANT build script. I couldn't find any option for that. I tried the following, but It zips only top level files. I don't want to enumerate all the directories. Is there any wa