DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31591>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31591 List of Java1.5 features to consider adding to Ant Summary: List of Java1.5 features to consider adding to Ant Product: Ant Version: 1.7Alpha (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] there is an open bugrep to add Apt Ant, but what else from the java1.5 runtime can we patch in? In no particular order, here are some: -Integrate System.getEnvironment() with Environment. -tstamp to add System.nanoTime() if someone can think of a use :) -execute with ProcessBuilder (does it offer benefits for one-off execution?) -use InetAddress.isReachable for an <pingable> condition -<printf> -take a string a list of strings/numbers/properties , return a formatted string to a property -<javac> to add lint options, maybe -Xmaxerrors too -<pack200> task using the java.util.jar.Pack200 package, maybe make it an option on <jar> instead. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]