8014909: ant test compilation error with JoniTest.java

Mon, 20 May 2013 23:04:01 +0530

author
sundar
date
Mon, 20 May 2013 23:04:01 +0530
changeset 278
b558e19d5de5
parent 277
92164a5742db
child 279
1fd18f40ab52

8014909: ant test compilation error with JoniTest.java
Reviewed-by: jlaskey

make/build.xml file | annotate | diff | comparison | revisions
     1.1 --- a/make/build.xml	Mon May 20 16:38:38 2013 +0200
     1.2 +++ b/make/build.xml	Mon May 20 23:04:01 2013 +0530
     1.3 @@ -212,7 +212,9 @@
     1.4             target="${javac.target}"
     1.5             debug="${javac.debug}"
     1.6             encoding="${javac.encoding}"
     1.7 -           includeantruntime="false"/>
     1.8 +           includeantruntime="false">
     1.9 +        <compilerarg line="-extdirs &quot;&quot;"/>
    1.10 +    </javac>
    1.11  
    1.12      <!-- tests that check nashorn internals and internal API -->
    1.13      <jar jarfile="${nashorn.internal.tests.jar}">

mercurial