RFR(XS): 8131142: late-bind check for testng.jar presence in Nashorn test execution
Hannes Wallnoefer
hannes.wallnoefer at oracle.com
Tue Jul 21 14:12:50 UTC 2015
+1
Am 2015-07-21 um 10:58 schrieb Michael Haupt:
> 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
>
More information about the nashorn-dev
mailing list