| 562 |
</target> |
</target> |
| 563 |
|
|
| 564 |
|
|
| 565 |
|
<!-- Standalone sample program --> |
| 566 |
|
|
| 567 |
<!-- Backward compatibility, work in progress (some files not checked in) --> |
<target name="sample" depends="jar"> |
|
|
|
|
|
|
|
<target name="compat" depends="jar"> |
|
| 568 |
|
|
| 569 |
<mkdir dir="${build.testcases.dir}"/> |
<mkdir dir="${build.testcases.dir}"/> |
| 570 |
|
|
| 581 |
|
|
| 582 |
<classpath refid="test.classpath"/> |
<classpath refid="test.classpath"/> |
| 583 |
|
|
| 584 |
<include name="Compatibility.java"/> |
<include name="jsr166/test/Sample.java"/> |
| 585 |
|
|
| 586 |
</javac> |
</javac> |
| 587 |
|
|
| 588 |
|
|
| 589 |
<java classname="Compatibility" fork="true"> |
<java classname="jsr166.test.Sample" fork="true"> |
| 590 |
<jvmarg value="${bootclasspath.args}"/> |
<jvmarg value="${bootclasspath.args}"/> |
| 591 |
<classpath refid="test.classpath"/> |
<classpath refid="test.classpath"/> |
| 592 |
</java> |
</java> |
| 594 |
|
|
| 595 |
|
|
| 596 |
|
|
| 597 |
|
<!-- Backward compatibility, work in progress (some files not checked in) --> |
| 598 |
|
|
| 599 |
|
|
| 600 |
|
|
| 601 |
<property name="pretiger.src.dir" location="${build.dir}/pretiger/src"/> |
<property name="pretiger.src.dir" location="${build.dir}/pretiger/src"/> |
| 602 |
<property name="build.pretiger.dir" location="${build.dir}/pretiger/classes"/> |
<property name="build.pretiger.dir" location="${build.dir}/pretiger/classes"/> |
| 603 |
<property name="pretiger.jar" location="${build.lib.dir}/jsr166-pretiger.jar"/> |
<property name="pretiger.jar" location="${build.lib.dir}/jsr166-pretiger.jar"/> |