make/build.xml

changeset 428
798e3aa19718
parent 414
ec84ba68ad39
child 453
e1d19f9fd5a9
     1.1 --- a/make/build.xml	Wed Jul 10 19:08:04 2013 +0530
     1.2 +++ b/make/build.xml	Thu Jul 11 16:34:55 2013 +0530
     1.3 @@ -219,8 +219,10 @@
     1.4             target="${javac.target}"
     1.5             debug="${javac.debug}"
     1.6             encoding="${javac.encoding}"
     1.7 -           includeantruntime="false">
     1.8 -        <compilerarg line="-extdirs &quot;&quot;"/>
     1.9 +           includeantruntime="false" fork="true">
    1.10 +        <compilerarg value="-J-Djava.ext.dirs="/>
    1.11 +        <compilerarg value="-Xlint:unchecked"/>
    1.12 +        <compilerarg value="-Xlint:deprecation"/>
    1.13      </javac>
    1.14  
    1.15      <!-- tests that check nashorn internals and internal API -->

mercurial