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.20 by tim, Mon Jan 20 18:25:51 2003 UTC vs.
Revision 1.21 by tim, Fri Mar 14 04:14:07 2003 UTC

# Line 324 | Line 324 | ant [target], where target is one of:
324        <bootclasspath refid="javac.bootclasspath"/>
325        <compilerarg line="${javac.args} ${build.warnings.option}"/>
326        <classpath refid="test.classpath"/>
327      <include name="**/*Test.java"/>
327  
328      </javac>
329    </target>
# Line 339 | Line 338 | ant [target], where target is one of:
338                      dir="${build.reports.dir}"
339                     fork="true">
340  
341 <      <jvmarg value="-Xbootclasspath/p:${product.jar}"/>
342 <
343 <      <classpath>
344 <        <!-- <path refid="test.classpath"/> -->
345 <        <pathelement location="${build.testcases.dir}"/>
347 <      </classpath>
341 >      <!--
342 >       ! This nastiness is so JUnit can test classes we are inserting
343 >       ! into the java.* packages.
344 >       -->
345 >      <jvmarg value="-Xbootclasspath/p:${product.jar};${build.testcases.dir};${junit.jar}"/>
346  
347        <formatter type="xml"/>
348  
# Line 385 | Line 383 | ant [target], where target is one of:
383      <!-- FIXME: this test isn't specific enough -->
384      <available property="junit.available"
385                 classname="junit.framework.TestCase"/>
386 <    <fail message="Need JUnit 1.8 to run tests" unless="junit.available"/>
386 >    <fail message="Need JUnit 3.8 to run tests" unless="junit.available"/>
387    </target>
388  
389  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines