Craig Pell
Results
2
issues of
Craig Pell
I wanted to use my local machine’s /usr/share/file/magic/kml to detect KML and KMZ files, with this code: ```java ContentInfoUtil matcher = new ContentInfoUtil(new File("/usr/share/file/magic/kml")); ContentInfo info = matcher.findMatch(new File(kmlFile)); ```...
Added version and mainClass attributes to task, to set binary attributes of a modular jar file. For Ant 1.10.x. Addresses these tickets: https://bz.apache.org/bugzilla/show_bug.cgi?id=62772 https://bz.apache.org/bugzilla/show_bug.cgi?id=62789