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