253 |
<include name="*.java"/> |
<include name="*.java"/> |
254 |
<compilerarg value="-XDignore.symbol.file=true"/> |
<compilerarg value="-XDignore.symbol.file=true"/> |
255 |
<compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation,-try"/> |
<compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation,-try"/> |
256 |
|
<compilerarg value="-Xdoclint:reference/private"/> |
257 |
<compilerarg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/> |
<compilerarg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/> |
258 |
<compilerarg value="--patch-module=java.base=@{classes}" if:set="modules"/> |
<compilerarg value="--patch-module=java.base=@{classes}" if:set="modules"/> |
259 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
406 |
<compilerarg value="-XDignore.symbol.file=true"/> |
<compilerarg value="-XDignore.symbol.file=true"/> |
407 |
<compilerarg value="-Xlint:all"/> |
<compilerarg value="-Xlint:all"/> |
408 |
<compilerarg value="-Werror"/> |
<compilerarg value="-Werror"/> |
409 |
<compilerarg value="-Xdoclint:all/protected"/> |
<compilerarg value="-Xdoclint:all/protected,reference/private"/> |
410 |
<compilerarg line="-Xmaxerrs 1000 -Xmaxwarns 1000"/> |
<compilerarg line="-Xmaxerrs 1000 -Xmaxwarns 1000"/> |
411 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
412 |
|
|
742 |
<compilerarg value="-Xprefer:source"/> |
<compilerarg value="-Xprefer:source"/> |
743 |
<compilerarg value="-XDignore.symbol.file=true"/> |
<compilerarg value="-XDignore.symbol.file=true"/> |
744 |
<compilerarg value="-Xlint:all"/> |
<compilerarg value="-Xlint:all"/> |
745 |
<compilerarg value="-Xdoclint:all/protected"/> |
<compilerarg value="-Xdoclint:all/protected,reference/private"/> |
746 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
747 |
|
|
748 |
</javac> |
</javac> |