You have to specify an archive file, but i have several archive files, so i 
can't use <zipfileset>

Joe Schmetzer wrote:

> On Fri, 30 September, 2005 10:37 am, Sven Waibel wrote:
> 
>>Hi,
>>
>>i have several files i want to zip.
>>
>>Situation:
>>
>>d:\test\tt1.txt
>>d:\test\tt2.txt
>>d:\test\tt3.txt
>>d:\test\tt4.txt
>>d:\test\tt5.txt
>>d:\test\tt6.txt
>>
>>I want to get the following:
>>
>>d:\testing\tt1.zip
>>d:\testing\tt2.zip
>>d:\testing\tt3.zip
>>d:\testing\tt4.zip
>>d:\testing\tt5.zip
>>d:\testing\tt6.zip
>>
>>In my build.xml i can specify one zip - filename only:
>>
>><zip destfile="${testing-folder}/tt1.zip">
>>      <fileset dir="." includes="*.txt" />
>></zip>
> 
> 
> Use <zipfileset> instead of <fileset>
> http://ant.apache.org/manual/CoreTypes/zipfileset.html
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to