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 |
|
|
422 |
<mirror-dir src="${docs.dir}" dst="${dist.docs.dir}"/> |
<mirror-dir src="${docs.dir}" dst="${dist.docs.dir}"/> |
423 |
</target> |
</target> |
424 |
|
|
425 |
|
<target name="tck" depends="test-tck" description="alias for test-tck"/> |
426 |
<target name="test-tck" |
<target name="test-tck" |
427 |
depends="jar" |
depends="jar" |
428 |
description="Runs tck tests for main directly"> |
description="Runs tck tests for main directly"> |
447 |
</antcall> |
</antcall> |
448 |
</target> |
</target> |
449 |
|
|
450 |
|
<target name="jtreg" depends="test-jtreg" description="alias for test-jtreg"/> |
451 |
<target name="test-jtreg" |
<target name="test-jtreg" |
452 |
depends="jar" |
depends="jar" |
453 |
description="Runs jtreg tests for main using the jtreg ant task"> |
description="Runs jtreg tests for main using the jtreg ant task"> |