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.204 by jsr166, Sat Mar 26 17:21:13 2016 UTC vs.
Revision 1.205 by jsr166, Sat Mar 26 17:35:47 2016 UTC

# Line 412 | Line 412
412  
413    <target name="jar"
414            depends="compile"
415 <          description="Builds library jar from compiled sources">
415 >          description="Builds library jar for src/main from compiled sources">
416  
417      <jar destfile="${product.jar}">
418        <fileset dir="${build.classes.dir}"/>
# Line 521 | Line 521
521  
522    <target name="tck"
523            depends="jar"
524 <          description="Runs tck tests for main directly">
524 >          description="Runs tck tests for src/main directly">
525  
526      <run-tck-tests
527        target="${build.main.java.version}"
# Line 545 | Line 545
545  
546    <target name="jtreg"
547            depends="jar"
548 <          description="Runs jtreg tests for main using the jtreg ant task">
548 >          description="Runs jtreg tests for src/main using the jtreg ant task">
549      <run-jtreg-tests
550         target="${build.main.java.version}"
551         workdir="${build.dir}"
# Line 554 | Line 554
554  
555    <target name="test"
556            depends="tck, tck-parallelism-1, jtreg"
557 <          description="Runs tck and jtreg tests for main">
557 >          description="Runs tck and jtreg tests for src/main">
558    </target>
559  
560 <  <target name="jtreg8" description="Runs jtreg tests with jdk8">
560 > <!--   <target name="jtreg8" description="Runs jtreg tests with jdk8"> -->
561  
562 <    <antcall target="jtreg">
563 <      <param name="build.main.java.version" value="8"/>
564 <      <param name="build.main.javac" value="${javac8}"/>
565 <    </antcall>
562 > <!--     <antcall target="jtreg"> -->
563 > <!--       <param name="build.main.java.version" value="8"/> -->
564 > <!--       <param name="build.main.javac" value="${javac8}"/> -->
565 > <!--     </antcall> -->
566  
567 <  </target>
567 > <!--   </target> -->
568  
569 <  <target name="test89"
570 <          description="Runs tck and jtreg tests for main for multiple java versions">
569 > <!--   <target name="test89" -->
570 > <!--           description="Runs tck and jtreg tests for src/main for multiple java versions"> -->
571  
572 <    <antcall target="clean"/>
573 <    <antcall target="test">
574 <      <param name="build.main.java.version" value="8"/>
575 <      <param name="build.main.javac" value="${javac8}"/>
576 <    </antcall>
572 > <!--     <antcall target="clean"/> -->
573 > <!--     <antcall target="test"> -->
574 > <!--       <param name="build.main.java.version" value="8"/> -->
575 > <!--       <param name="build.main.javac" value="${javac8}"/> -->
576 > <!--     </antcall> -->
577  
578 <    <antcall target="clean"/>
579 <    <antcall target="test">
580 <      <param name="build.main.java.version" value="9"/>
581 <      <param name="build.main.javac" value="${javac9}"/>
582 <    </antcall>
578 > <!--     <antcall target="clean"/> -->
579 > <!--     <antcall target="test"> -->
580 > <!--       <param name="build.main.java.version" value="9"/> -->
581 > <!--       <param name="build.main.javac" value="${javac9}"/> -->
582 > <!--     </antcall> -->
583  
584 <  </target>
584 > <!--   </target> -->
585  
586  
587  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines