Re: [PATCH] add regular expressions to ContainsSelector.java

2003-04-11 Thread Stefan Bodewig
On Thu, 10 Apr 2003, Jay <[EMAIL PROTECTED]> wrote: > I was thinking that the filters were more geared to changing text, > not just identifiying a file has a specific content. You are absolutely correct. What I tried to say in my clumsy way: We have to tasks that perform replacements, replace a

RE: [PATCH] add regular expressions to ContainsSelector.java

2003-04-10 Thread Dominique Devienne
Subject: Re: [PATCH] add regular expressions to ContainsSelector.java I'm still new to how ant is organized, let me make sure I understand the preferred way to do this. I had started to do the patch as a filter under /ant/filters but I was thinking that the filters were more geared to

Re: [PATCH] add regular expressions to ContainsSelector.java

2003-04-10 Thread Jay
I'm still new to how ant is organized, let me make sure I understand the preferred way to do this. I had started to do the patch as a filter under /ant/filters but I was thinking that the filters were more geared to changing text, not just identifiying a file has a specific content. So would i

Re: [PATCH] add regular expressions to ContainsSelector.java

2003-04-10 Thread Stefan Bodewig
On Wed, 09 Apr 2003, Jay <[EMAIL PROTECTED]> wrote: > Attached is a update to ContainsSelector.java (based on 1.5.3) that > allows the users to specify the text attribute is to be used as a > regular expression. I'd prefer a separate ContainsRegexpSelector for this. This would mirror the replace

[PATCH] add regular expressions to ContainsSelector.java

2003-04-10 Thread Jay
Hello, Attached is a update to ContainsSelector.java (based on 1.5.3) that allows the users to specify the text attribute is to be used as a regular expression. I found it useful when we needed to select files based on more than a simple string comparison. Could this patch be applied to the