Re: AW: AW: AW: generate file list with parameterized regexp

2008-05-29 Thread msorens
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 21. Mai 2008 17:44 An: Ant Users List Betreff: Re: AW: AW: generate file list with parameterized regexp My humblest apologies--I did not state my problem clearly. I want to find a set of

Re: AW: AW: generate file list with parameterized regexp

2008-05-21 Thread msorens
My humblest apologies--I did not state my problem clearly. I want to find a set of files whose contents (not the file name) includes a string based on the name of the file containing it. That is, for each file path/xxx.yyy, I want to know if the file contains a string like this: "See doc page at

AW: AW: generate file list with parameterized regexp

2008-05-20 Thread Jan.Materne
Ok, I had a look into the source of org.apache.tools.ant.types.selectors.ContainsRegexpSelector. It checks the 'content' of the file ... - directories are always selected - files are selected its content matches the regexp expression I'll update the manual to make this more clear. After that I