RE: Zip Task to zip multiple files

2005-09-15 Thread Bhadra, Jatin
to zip multiple files Hi, im a new user of ant and would like to know if it is possible to zip multiple files in a directory, but for each file create it's own zip archive. (e.g. 10 *.txt files in C:\temp to 10 *.zip files in C:\temp2)?? I don't see any mention of this in th

Zip Task to zip multiple files

2005-09-15 Thread m.parmar
Hi, im a new user of ant and would like to know if it is possible to zip multiple files in a directory, but for each file create it's own zip archive. (e.g. 10 *.txt files in C:\temp to 10 *.zip files in C:\temp2)?? I don't see any mention of this in the zip task documentation. Is this possible?