167 |
executable="${javac@{target}}" |
executable="${javac@{target}}" |
168 |
fork="true"> |
fork="true"> |
169 |
|
|
170 |
<include name="JSR166TestCase.java"/> |
<include name="*.java"/> |
171 |
<compilerarg value="-XDignore.symbol.file=true"/> |
<compilerarg value="-XDignore.symbol.file=true"/> |
172 |
<compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/> |
<compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/> |
173 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |