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
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?