319 |
|
|
320 |
<macrodef name="run-jtreg-tests"> |
<macrodef name="run-jtreg-tests"> |
321 |
<!-- ant -Djtreg9.src.dir=src/test/jtreg/util/concurrent/CompletableFuture jtreg --> |
<!-- ant -Djtreg9.src.dir=src/test/jtreg/util/concurrent/CompletableFuture jtreg --> |
|
<attribute name="source" default="7"/> |
|
322 |
<attribute name="target"/> |
<attribute name="target"/> |
323 |
<attribute name="workdir"/> |
<attribute name="workdir"/> |
324 |
<attribute name="classes"/> |
<attribute name="classes"/> |
456 |
access="${build.javadoc.access}" |
access="${build.javadoc.access}" |
457 |
sourcepath="${src.dir}" |
sourcepath="${src.dir}" |
458 |
classpath="" |
classpath="" |
459 |
|
source="9" |
460 |
executable="${javadoc9}"> |
executable="${javadoc9}"> |
461 |
<fileset dir="${src.dir}" defaultexcludes="yes"> |
<fileset dir="${src.dir}" defaultexcludes="yes"> |
462 |
<include name="**/*.java"/> |
<include name="**/*.java"/> |
807 |
access="${build.javadoc.access}" |
access="${build.javadoc.access}" |
808 |
sourcepath="${4jdk8src.dir}:${jdk8.src.dir}" |
sourcepath="${4jdk8src.dir}:${jdk8.src.dir}" |
809 |
classpath="" |
classpath="" |
810 |
|
source="8" |
811 |
executable="${javadoc8}" |
executable="${javadoc8}" |
812 |
failonerror = "true"> |
failonerror = "true"> |
813 |
<fileset dir="${4jdk8src.dir}" defaultexcludes="yes"> |
<fileset dir="${4jdk8src.dir}" defaultexcludes="yes"> |