Re: Using ReplaceRegExp

2004-12-22 Thread Peter Reilly
Antoine Levy-Lambert wrote: What I wonder is whether you can even define a custom filter reader on the fly in a build file using JavaScript (not sure, might be possible only for tasks ???). One can apply an in-line filter reader by using a scriptfilter. http://ant.apache.org/manual/CoreTypes/filt

Re: Using ReplaceRegExp

2004-12-21 Thread Antoine Levy-Lambert
Hello Matt, I do not know how to solve your problem, but you might have a look at filterchains. Since filterchains get written into buildfiles as a tag containing n nested filter readers, you can also write your own filter reader. You can read the section about filter readers under "Custom Compon