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.11 by tim, Wed Dec 11 15:59:11 2002 UTC vs.
Revision 1.14 by tim, Thu Dec 12 20:23:16 2002 UTC

# Line 15 | Line 15
15    <property name="build.sourcelevel"    value="1.5"/>
16    <property name="build.debug"          value="true"/>
17    <property name="build.debuglevel"     value="source,lines,vars"/>
18 <  <property name="build.deprecation"    value="true"/>
18 >  <property name="build.deprecation"    value="false"/>
19 >  <!--
20    <property name="build.warnings"       value="true"/>
21 +  -->
22  
23    <!-- Build locations -->
24    <property name="build.dir"            location="build"/>
# Line 132 | Line 134
134    </target>
135  
136  
137 +  <!-- Anthill targets -->
138 +
139 +  <!-- Should really run the tests instead of just the jar target -->
140 +  <target name="anthill-build" depends="jar, docs, dist-docs"
141 +          description="Build the jar and both the external and internal docs"/>
142 +
143 +  <target name="anthill-publish">
144 +    <copy todir="${deployDir}/docs/private">
145 +      <fileset dir="${build.javadocs.dir}"/>
146 +    </copy>
147 +    <copy todir="${deployDir}/docs/public">
148 +      <fileset dir="${dist.javadocs.dir}"/>
149 +    </copy>
150 +  </target>
151 +
152 +
153    <!-- Internal targets -->
154  
155    <target name="set-warnings-if" if="build.warnings">
# Line 251 | Line 269
269               showoutput="true"
270            errorProperty="junit.failed"
271          failureProperty="junit.failed"
272 <                    dir="${build.reports.dir}">
272 >                    dir="${build.reports.dir}"
273 >                   fork="true">
274 >
275 >      <jvmarg value="-Xbootclasspath/p:${product.jar}"/>
276  
277        <classpath>
278 <        <path refid="test.classpath"/>
278 >        <!-- <path refid="test.classpath"/> -->
279          <pathelement location="${build.testcases.dir}"/>
280        </classpath>
281  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines