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.131 by jsr166, Fri Feb 1 18:31:17 2013 UTC vs.
Revision 1.132 by jsr166, Fri Feb 1 21:58:27 2013 UTC

# Line 175 | Line 175 | As of 2013-02, the very latest lambda 8
175      <attribute name="workdir"/>
176      <attribute name="classes"/>
177      <attribute name="jvmflags" default=""/>
178 +    <element name="javac-elements" optional="true"/>
179      <sequential>
180  
181      <mkdir dir="@{workdir}/tck-classes"/>
# Line 196 | Line 197 | As of 2013-02, the very latest lambda 8
197        <compilerarg value="-XDignore.symbol.file=true"/>
198        <compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/>
199        <compilerarg line="${build.args}"/>
200 +      <javac-elements/>
201  
202      </javac>
203  
# Line 614 | Line 616 | As of 2013-02, the very latest lambda 8
616      <run-tck-tests
617        target="7"
618        workdir="${build.4jdk7.dir}"
619 <      classes="${4jdk7product.jar}"/>
619 >      classes="${4jdk7product.jar}">
620 >      <javac-elements>
621 >        <exclude name="StampedLockTest.java"/>
622 >      </javac-elements>
623 >    </run-tck-tests>
624    </target>
625  
626  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines