GitHub user don-vip opened a pull request: https://github.com/apache/ant/pull/19
fix Bug 59556 - support "jdk" package for Java 7+ Patch based on Chris Hegarty (Oracle) work, see https://bz.apache.org/bugzilla/show_bug.cgi?id=59556 "jdk" package has been introduced in JDK7 but is not known from Ant. "jdk.net.Sockets" has been chosen as test class because it is available in JDK7, JDK8 and JDK9. You can merge this pull request into a Git repository by running: $ git pull https://github.com/don-vip/ant master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ant/pull/19.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #19 ---- commit f2cb24538e5cc270730121437ebca960dc8e5529 Author: Vincent Privat <vincent.pri...@gmail.com> Date: 2016-06-22T20:59:24Z fix Bug 59556 - support "jdk" package for Java 7+ Patch based on Chris Hegarty (Oracle) work. "jdk" package has been introduced in JDK7 but is not known from Ant. "jdk.net.Sockets" has been chosen as test class because it is available in JDK7, JDK8 and JDK9. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org