Details
Description
The excellent platform-independence provided by the trio
- org.apache.tools.ant.launch.Locator
- org.apache.tools.ant.Location.Location(String fileName)
- org.apache.tools.ant.util.FileUtils
is certainly useful for more than just ant.
RFE: move to commons io.
Thx to Matt who pointed out in Bug 35776 that there is already a
org.apache.commons.io.FileUtils, so for that one, I guess the suggestion is
rather "merge" the two since the ant-one is way more powerful, especially with
its "normalize(final String path)" method, etc.