| 59 |
<!-- Jar locations --> |
<!-- Jar locations --> |
| 60 |
<property name="product.jar" location="${build.lib.dir}/jsr166.jar"/> |
<property name="product.jar" location="${build.lib.dir}/jsr166.jar"/> |
| 61 |
<property name="junit.jar" location="${lib.dir}/junit.jar"/> |
<property name="junit.jar" location="${lib.dir}/junit.jar"/> |
| 62 |
|
<property name="concurrent.jar" location="${lib.dir}/concurrent.jar"/> |
| 63 |
|
|
| 64 |
<!-- Bootclasspath argument --> |
<!-- Bootclasspath argument --> |
| 65 |
<property name="bootclasspath.args" value="-Xbootclasspath/p:${product.jar}"/> |
<property name="bootclasspath.args" value="-Xbootclasspath/p:${product.jar}"/> |
| 79 |
<path id="j1.classpath"> |
<path id="j1.classpath"> |
| 80 |
<pathelement location="${build.j1.dir}"/> |
<pathelement location="${build.j1.dir}"/> |
| 81 |
<pathelement location="${junit.jar}"/> |
<pathelement location="${junit.jar}"/> |
| 82 |
|
<pathelement location="${concurrent.jar}"/> |
| 83 |
</path> |
</path> |
| 84 |
|
|
| 85 |
|
|
| 679 |
debug="${build.debug}" |
debug="${build.debug}" |
| 680 |
debuglevel="${build.debuglevel}" |
debuglevel="${build.debuglevel}" |
| 681 |
deprecation="${build.deprecation}" |
deprecation="${build.deprecation}" |
| 682 |
source="${build.sourcelevel}" |
source="${build.sourcelevel}" > |
| 683 |
fork="true"> |
|
| 684 |
|
<include name="**/*.java"/> |
| 685 |
|
<exclude name="**/dijkstra/**"/> |
| 686 |
|
|
| 687 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
| 688 |
<classpath refid="j1.classpath"/> |
<classpath refid="j1.classpath"/> |
| 712 |
<target name="j1" depends="compile-j1" |
<target name="j1" depends="compile-j1" |
| 713 |
description="Runs a standalone JavaOne program"> |
description="Runs a standalone JavaOne program"> |
| 714 |
|
|
| 715 |
<java classname="jsr166.misc.SortedEnumSet" fork="true"> |
<java classname="jsr166.bbuf.BoundedBufferDemo" fork="true"> |
| 716 |
<classpath refid="j1.classpath"/> |
<classpath refid="j1.classpath"/> |
| 717 |
|
<jvmarg value="-server"/> |
| 718 |
|
<arg value="http://www.perl.com/"/> |
| 719 |
|
<arg value="1"/> |
| 720 |
</java> |
</java> |
| 721 |
|
|
| 722 |
</target> |
</target> |