ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.65 by jsr166, Fri Apr 9 20:10:29 2004 UTC vs.
Revision 1.68 by jsr166, Mon Jun 14 17:22:09 2004 UTC

# Line 59 | Line 59
59    <!-- Jar locations -->
60    <property name="product.jar"          location="${build.lib.dir}/jsr166.jar"/>
61    <property name="junit.jar"            location="${lib.dir}/junit.jar"/>
62 +  <property name="concurrent.jar"       location="${lib.dir}/concurrent.jar"/>
63  
64    <!-- Bootclasspath argument -->
65    <property name="bootclasspath.args"   value="-Xbootclasspath/p:${product.jar}"/>
# Line 78 | Line 79
79    <path id="j1.classpath">
80      <pathelement location="${build.j1.dir}"/>
81      <pathelement location="${junit.jar}"/>
82 +    <pathelement location="${concurrent.jar}"/>
83    </path>
84  
85  
# Line 98 | Line 100
100             source="${build.sourcelevel}"
101               fork="true">
102  
103 +      <include name="**/*.java"/>
104 +      <exclude name="java/lang/**"/>
105        <compilerarg line="${build.args}"/>
106  
107      </javac>
# Line 677 | Line 681
681              debug="${build.debug}"
682         debuglevel="${build.debuglevel}"
683        deprecation="${build.deprecation}"
684 <           source="${build.sourcelevel}"
685 <             fork="true">
684 >           source="${build.sourcelevel}" >
685 >
686 >      <include name="**/*.java"/>
687 >      <exclude name="**/dijkstra/**"/>
688  
689        <compilerarg line="${build.args}"/>
690        <classpath refid="j1.classpath"/>
# Line 708 | Line 714
714    <target name="j1" depends="compile-j1"
715            description="Runs a standalone JavaOne program">
716  
717 <    <java classname="jsr166.misc.SortedEnumSet" fork="true">
717 >    <java classname="${j1.test}" fork="true">
718        <classpath refid="j1.classpath"/>
719 +      <jvmarg value="-client"/>
720 +
721 +      <!-- WebCrawler args -->
722 +      <arg value="jsr166.webcrawler.WebCrawler3"/>
723 +      <arg value="http://www.priorartisans.com"/>
724 +      <arg value="25"/>
725 +
726      </java>
727  
728    </target>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines