AW: Iterating through the build script

2008-09-24 Thread Jan.Materne
works but has performance impacts because each call clones the Project-instance. With introduction of in Ant 1.6 that would be faster. Jan >-Ursprüngliche Nachricht- >Von: André Pilz [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 24. September 2008 11:54 >An: Ant Users List >Betreff:

Re: Iterating through the build script

2008-09-24 Thread André Pilz
Hi, I use the task for this, most often with parameters, example: ... ... ... Regards, AP Patrick Luebbecke schrieb: Hi Folks, i'm currently writing a build script which will to the following tasks: 1. unpack file a 2. unpack file b (both

AW: Iterating through the build script

2008-09-24 Thread Jan.Materne
Use to write a macro which does that job. Jan >-Ursprüngliche Nachricht- >Von: Patrick Luebbecke [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 24. September 2008 11:30 >An: user@ant.apache.org >Betreff: Iterating through the build script > > >Hi Folks, > >i'm currently writing a build

Iterating through the build script

2008-09-24 Thread Patrick Luebbecke
Hi Folks, i'm currently writing a build script which will to the following tasks: 1. unpack file a 2. unpack file b (both files have the same directory and filestructure) 3. Replace several strings within different files 4. zip file a 5. zip file b since file a and b have different filenames