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.bbuf.BoundedBufferDemo" fork="true"> |
<java classname="jsr166.random.TestRandom" fork="true"> |
716 |
<classpath refid="j1.classpath"/> |
<classpath refid="j1.classpath"/> |
717 |
<jvmarg value="-server"/> |
<jvmarg value="-client"/> |
|
<arg value="http://www.perl.com/"/> |
|
|
<arg value="1"/> |
|
718 |
</java> |
</java> |
719 |
|
|
720 |
</target> |
</target> |