Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BugBlatter
  • Content: Threads
  • Order by date
  1. BugBlatter

    Has anyone written their own FilterReader

    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.
  2. BugBlatter

    How do I create a subclass of FilterReader

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

Part and Inventory Search

Back
Top