299 |
|
|
300 |
<sequential> |
<sequential> |
301 |
|
|
302 |
|
<!-- ant -Djtreg.verbose=time,fail,error jtreg --> |
303 |
|
<property name="jtreg.verbose" value="nopass,fail,error"/> |
304 |
|
|
305 |
<local name="modules"/> |
<local name="modules"/> |
306 |
<condition property="modules"> |
<condition property="modules"> |
307 |
<available file="${jdk@{target}.home}/jmods" type="dir"/> |
<available file="${jdk@{target}.home}/jmods" type="dir"/> |
319 |
<arg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/> |
<arg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/> |
320 |
<arg value="-Xoverride:${build.classes.dir}" if:set="modules"/> |
<arg value="-Xoverride:${build.classes.dir}" if:set="modules"/> |
321 |
<arg value="-agentvm"/> |
<arg value="-agentvm"/> |
322 |
<arg value="-verbose:nopass,fail,error"/> |
<arg value="-verbose:${jtreg.verbose}"/> |
323 |
<arg value="-vmoptions:-esa -ea"/> |
<arg value="-vmoptions:-esa -ea"/> |
324 |
<arg value="-automatic"/> |
<arg value="-automatic"/> |
325 |
<arg value="-k:!ignore"/> |
<arg value="-k:!ignore"/> |
936 |
debuglevel="${build.debuglevel}" |
debuglevel="${build.debuglevel}" |
937 |
deprecation="${build.deprecation}" |
deprecation="${build.deprecation}" |
938 |
source="6" |
source="6" |
939 |
|
target="6" |
940 |
classpath="" |
classpath="" |
941 |
bootclasspath="${bootclasspath6}" |
bootclasspath="${bootclasspath6}" |
942 |
includeAntRuntime="false" |
includeAntRuntime="false" |