8014909: ant test compilation error with JoniTest.java
authorsundar
Mon, 20 May 2013 23:04:01 +0530
changeset 17757 892b9873e831
parent 17756 daaa1e643f71
child 17758 2b056941e4dd
8014909: ant test compilation error with JoniTest.java Reviewed-by: jlaskey
nashorn/make/build.xml
--- 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 &quot;&quot;"/>
+    </javac>
 
     <!-- tests that check nashorn internals and internal API -->
     <jar jarfile="${nashorn.internal.tests.jar}">