-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
Selected files for ${search.regexp}
${selected}
Jan
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 20. Mai 2008 17:47
An: Ant Users List
Betreff: Re: AW: generate file list with parameterized regexp
Yes I have tried "c
tag, 20. Mai 2008 17:47
> An: Ant Users List
> Betreff: Re: AW: generate file list with parameterized regexp
>
> Yes I have tried "containsregexp". As far as I could tell,
> there is no way
> to parameterize the regexp within the fileset, so that does not work.
>
> [E
x27;problem' of correctly masking the regexp.
Jan
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 20. Mai 2008 07:57
An: user@ant.apache.org
Betreff: generate file list with parameterized regexp
I am ant-challenged today: I want to find
08 07:57
> An: user@ant.apache.org
> Betreff: generate file list with parameterized regexp
>
>
> I am ant-challenged today: I want to find a set of files in a
> tree matching
> a given regular expression. The catch is that the regexp is
> not constant,
> but is a function
I am ant-challenged today: I want to find a set of files in a tree matching
a given regular expression. The catch is that the regexp is not constant,
but is a function of the file name. I have tried permutations of
pathconvert, for loops, and loadfile, filterchain, and linecontainsregexp,
stu