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.185 by jsr166, Wed Sep 30 17:48:05 2015 UTC vs.
Revision 1.187 by jsr166, Sun Oct 4 05:22:26 2015 UTC

# Line 236 | Line 236
236  
237        <include name="*.java"/>
238        <compilerarg value="-XDignore.symbol.file=true"/>
239 <      <compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/>
239 >      <compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation,-try"/>
240        <compilerarg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/>
241        <compilerarg value="-Xoverride:${build.classes.dir}" if:set="modules"/>
242        <compilerarg line="${build.args}"/>
# Line 316 | Line 316
316        <arg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/>
317        <arg value="-Xoverride:${build.classes.dir}" if:set="modules"/>
318        <arg value="-agentvm"/>
319 <      <arg value="-v:nopass,fail"/>
319 >      <arg value="-verbose:nopass,fail,error"/>
320        <arg value="-vmoptions:-esa -ea"/>
321        <arg value="-automatic"/>
322        <arg value="-k:!ignore"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines