213 |
source="@{compile-target}" |
source="@{compile-target}" |
214 |
target="@{compile-target}" |
target="@{compile-target}" |
215 |
classpath="${junit.jar}" |
classpath="${junit.jar}" |
|
bootclasspath="@{classes}:${bootclasspath@{compile-target}}" |
|
216 |
includeAntRuntime="false" |
includeAntRuntime="false" |
217 |
includeJavaRuntime="false" |
includeJavaRuntime="false" |
218 |
executable="${javac@{compile-target}}" |
executable="${javac@{compile-target}}" |
221 |
<include name="*.java"/> |
<include name="*.java"/> |
222 |
<compilerarg value="-XDignore.symbol.file=true"/> |
<compilerarg value="-XDignore.symbol.file=true"/> |
223 |
<compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/> |
<compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/> |
224 |
|
<compilerarg value="-Xbootclasspath/p:@{classes}"/> |
225 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
226 |
<javac-elements/> |
<javac-elements/> |
227 |
|
|