RFR(XS): 8131142: late-bind check for testng.jar presence in Nashorn test execution
Michael Haupt
michael.haupt at oracle.com
Tue Jul 21 08:58:08 UTC 2015
Dear all,
please review and sponsor this change:
RFE: https://bugs.openjdk.java.net/browse/JDK-8131142
Webrev: http://cr.openjdk.java.net/~mhaupt/8131142/webrev.00
The issue was that, in a fresh Nashorn workspace, testng.jar would be downloaded upon first running ant test, but it would not be found as the property representing its presence was set before. This change moves the download to a point very early in initialising the infrastructure so that the presence property is correctly set.
Thanks,
Michael
--
<http://www.oracle.com/>
Dr. Michael Haupt | Principal Member of Technical Staff
Phone: +49 331 200 7277 | Fax: +49 331 200 7561
Oracle Java Platform Group | LangTools Team | Nashorn
Oracle Deutschland B.V. & Co. KG, Schiffbauergasse 14 | 14467 Potsdam, Germany
<http://www.oracle.com/commitment> Oracle is committed to developing practices and products that help protect the environment
More information about the nashorn-dev
mailing list