Re: Zip a lot of files

2005-09-30 Thread Sven Waibel
erty is immutable, so you need to use a > different name each time. Try using @{file} as part of the property name > > > Sven Waibel wrote: > >> How can i insert it in my target? >> Some ideas? >> >> Thanks a lot! >> Sven >> >> N

Re: Zip a lot of files

2005-09-30 Thread Sven Waibel
How can i insert it in my target? Some ideas? Thanks a lot! Sven Nicolas Vervelle wrote: > Maybe a to create yourself the destfile ? > > Sven Waibel wrote: > >> ant-contrib helps in so many cases, thanks. >> >> I got some problems

Re: Zip a lot of files

2005-09-30 Thread Sven Waibel
day\D:\test\tt1.zip I tried , but it doesn't work with or Sven Nicolas Vervelle wrote: > > A solution that works: use task from ant-contrib. > Maybe there's an other solution using only ant core tasks, but I don't > have the idea ;) > > Sven Waibel wrote:

Re: Zip a lot of files

2005-09-30 Thread Sven Waibel
You have to specify an archive file, but i have several archive files, so i can't use 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:

Zip a lot of files

2005-09-30 Thread Sven Waibel
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

Re: Exec Perl Prog with Arguments

2005-03-21 Thread Sven Waibel
Thanks, it works fine. You have a typo at ending --> :o) Sven Stefan Bodewig wrote: > On Mon, 21 Mar 2005, Sven Waibel <[EMAIL PROTECTED]> wrote: > >> > > > I don't think you mean path here, but rather line. > > path="foo bar

Re: AW: Exec Perl Prog with Arguments

2005-03-21 Thread Sven Waibel
The script does a lot more than renaming files. It still translates files. And that's not the problem,unfortunately. Sven [EMAIL PROTECTED] wrote: >>My perl script renames files into files_en, so i want to >>execute my perl script and that should rename all the files >>ending with xsl. > > >

Exec Perl Prog with Arguments

2005-03-21 Thread Sven Waibel
Hi everybody, a part of my build.xml my build.properties: perl = d:/perl/bin/perl.exe perl.translate.script.name d:/db_transl/translate2.pl My perl script renames files into files_en, so i wa