+1
Am 2016-02-12 um 16:36 schrieb Michael Haupt:
Dear all, please review this fix. Bug: https://bugs.openjdk.java.net/browse/JDK-8149744 Webrev: http://cr.openjdk.java.net/~mhaupt/8149744/webrev.00/ Nashorn's build.xml used to download a TestNG ZIP file and extract the required testng.jar from that. The URL of the ZIP file is no longer valid. The change addresses this by having build.xml download the four required JAR files (TestNG and dependencies). Thanks, Michael