324 |
<compilerarg value="-XDignore.symbol.file=true"/> |
<compilerarg value="-XDignore.symbol.file=true"/> |
325 |
<compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/> |
<compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/> |
326 |
|
|
|
<classpath refid="test.classpath"/> |
|
|
|
|
327 |
</javac> |
</javac> |
328 |
|
|
329 |
<javac srcdir="${test.src.dir}" |
<javac srcdir="${test.src.dir}" |
332 |
debuglevel="${build.debuglevel}" |
debuglevel="${build.debuglevel}" |
333 |
deprecation="${build.deprecation}" |
deprecation="${build.deprecation}" |
334 |
source="6" |
source="6" |
335 |
classpath="${junit.jar}" |
classpath="" |
336 |
bootclasspath="${product.jar}:${bootclasspath6}" |
bootclasspath="${product.jar}:${bootclasspath6}" |
337 |
includeAntRuntime="false" |
includeAntRuntime="false" |
338 |
includeJavaRuntime="false" |
includeJavaRuntime="false" |
345 |
<compilerarg value="-XDignore.symbol.file=true"/> |
<compilerarg value="-XDignore.symbol.file=true"/> |
346 |
<compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/> |
<compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/> |
347 |
|
|
|
<classpath refid="test.classpath"/> |
|
|
|
|
348 |
</javac> |
</javac> |
349 |
|
|
350 |
<!-- |
<!-- |
360 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
361 |
<compilerarg value="-XDignore.symbol.file=true"/> |
<compilerarg value="-XDignore.symbol.file=true"/> |
362 |
|
|
|
<classpath refid="test.classpath"/> |
|
|
|
|
363 |
</javac> |
</javac> |
364 |
--> |
--> |
365 |
|
|