mmh - my first impression is that <fileset>, <present>, <filterchain>, <mapper>, <replace>, <replaceregexp> could be helpful.
Jan > -----Urspr�ngliche Nachricht----- > Von: Nicolas Vervelle [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 23. M�rz 2005 12:05 > An: [email protected] > Betreff: Executing a task in each subdirectory > > Hi, > > I have a directory tree where each directory can contains > files named in > the form index.*.html. (* represents the code for a language: > en, fr, ...) > Each index.*.html contains lines in the form <*>text</*>. > For each directory, I would like to : > - remove the <*>text</*> in each file if index.*.html is > absent in the > directory, an > - replace the <*>text</*> in each file by text if index.*.html is > present in the directory. > > Anyone has an idea on how to do this ? > My main problem is taking each directory (and subdirectory) > one after an > other. > > TIA > Nicolas > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
