OpenJDK / jdk / jdk
changeset 17757:892b9873e831
8014909: ant test compilation error with JoniTest.java
Reviewed-by: jlaskey
author | sundar |
---|---|
date | Mon, 20 May 2013 23:04:01 +0530 |
parents | daaa1e643f71 |
children | 2b056941e4dd |
files | nashorn/make/build.xml |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nashorn/make/build.xml Mon May 20 16:38:38 2013 +0200 +++ b/nashorn/make/build.xml Mon May 20 23:04:01 2013 +0530 @@ -212,7 +212,9 @@ target="${javac.target}" debug="${javac.debug}" encoding="${javac.encoding}" - includeantruntime="false"/> + includeantruntime="false"> + <compilerarg line="-extdirs """/> + </javac> <!-- tests that check nashorn internals and internal API --> <jar jarfile="${nashorn.internal.tests.jar}">