Has anyone ever managed to write their own subclass of java.io.FilterReader and use it in the filterchain task?
Ant debugging output shows that Ant is loading my class but there is no indication that it is actually using it.
I want to use Ant to replace a token @PACKAGE@ with a String stored in a property called ${package}. But the value of the package property would be in the format "com/company/package" and needs to be converted to the format com.company.package. I need to create a subclass of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.