AW: Iterating through the build script

2008-09-24 Thread Jan.Materne
ist >Betreff: Re: Iterating through the build script > >Hi, > >I use the task for this, most often with parameters, example: > > > > > > ... > ... > ... > > > > > > > > > > > >Regar

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

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