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