Re: AW: Executing a task in each subdirectory

2005-03-23 Thread Nicolas Vervelle
This task seems to be what I need, thanks. I wasn't aware of the ant-contrib project, have to remember it :) Peter Reilly wrote: You can use the ant-contrib for task: dir is @{dir} outputs: dir: [echo] dir is /home/preilly/learning/a/for/sub

Re: AW: Executing a task in each subdirectory

2005-03-23 Thread Ivan Ivanov
Hello Nicolas, --- Nicolas Vervelle <[EMAIL PROTECTED]> wrote: > > I can see how to use this tasks for 'one' > subdirectory, but is there a > task that will permit to call a subtask for each > subdirectory ? > Something like : Just to note, to task is recommended over task. > > > >

Re: AW: Executing a task in each subdirectory

2005-03-23 Thread Peter Reilly
You can use the ant-contrib for task: dir is @{dir} outputs: dir: [echo] dir is /home/preilly/learning/a/for/sub [echo] dir is /home/preilly/learning/a/for/sub/a [echo] dir is /home/preilly/learning/a/for/sub/b [echo] dir is /home

Re: AW: Executing a task in each subdirectory

2005-03-23 Thread Nicolas Vervelle
I can see how to use this tasks for 'one' subdirectory, but is there a task that will permit to call a subtask for each subdirectory ? Something like : Nicolas [EMAIL PROTECTED] wrote: mmh - my first impression is that , , , , , could be helpful. Jan -Ursprüngliche Nachricht

AW: Executing a task in each subdirectory

2005-03-23 Thread Jan . Materne
mmh - my first impression is that , , , , , could be helpful. Jan > -Ursprüngliche Nachricht- > Von: Nicolas Vervelle [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 23. März 2005 12:05 > An: user@ant.apache.org > Betreff: Executing a task in each subdirectory > > Hi, > > I have a d