409 |
<target name="jar" |
<target name="jar" |
410 |
depends="compile" |
depends="compile" |
411 |
description="Builds library jar for src/main from compiled sources"> |
description="Builds library jar for src/main from compiled sources"> |
412 |
|
<local name="subdir"/> |
413 |
|
<available property="subdir" file="${build.classes.dir}/java.base" type="dir" value="/java.base"/> |
414 |
<jar destfile="${product.jar}"> |
<jar destfile="${product.jar}"> |
415 |
<fileset dir="${build.classes.dir}"/> |
<fileset dir="${build.classes.dir}${subdir}"/> |
416 |
<manifest> |
<manifest> |
417 |
<attribute name="Built-By" value="${user.name}"/> |
<attribute name="Built-By" value="${user.name}"/> |
418 |
<attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/> |
<attribute name="Implementation-Vendor" value="JCP JSR-166 Expert Group."/> |
540 |
</antcall> |
</antcall> |
541 |
</target> |
</target> |
542 |
|
|
543 |
|
<target name="tck-security-manager" |
544 |
|
description="Runs tck with a security manager"> |
545 |
|
<antcall target="tck"> |
546 |
|
<param name="jsr166.useSecurityManager" value="true"/> |
547 |
|
</antcall> |
548 |
|
</target> |
549 |
|
|
550 |
<target name="jtreg" |
<target name="jtreg" |
551 |
depends="jar" |
depends="jar" |
552 |
description="Runs jtreg tests for src/main using the jtreg ant task"> |
description="Runs jtreg tests for src/main using the jtreg ant task"> |