buildtools/nasgen/build.xml

changeset 418
36d6b6a3fbe0
parent 7
5a1b0714df0e
child 952
6d5471a497fb
     1.1 --- a/buildtools/nasgen/build.xml	Fri Jul 05 19:35:39 2013 +0200
     1.2 +++ b/buildtools/nasgen/build.xml	Mon Jul 08 16:33:50 2013 +0530
     1.3 @@ -42,7 +42,8 @@
     1.4             destdir="${build.classes.dir}"
     1.5             classpath="${javac.classpath}"
     1.6             debug="${javac.debug}"
     1.7 -           includeantruntime="false">
     1.8 +           includeantruntime="false" fork="true">
     1.9 +      <compilerarg value="-J-Djava.ext.dirs="/>
    1.10        <compilerarg value="-Xlint:unchecked"/>
    1.11        <compilerarg value="-Xlint:deprecation"/>
    1.12        <compilerarg value="-XDignore.symbol.file"/>

mercurial