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.253 by jsr166, Sun Sep 24 00:47:54 2017 UTC vs.
Revision 1.254 by jsr166, Mon Sep 25 22:54:09 2017 UTC

# Line 1377 | Line 1377
1377   <!-- ==============================================================
1378    Experimental errorprone support - http://errorprone.info
1379   =================================================================== -->
1380 +  <property name="errorprone.jar" location="${lib.dir}/error_prone_ant-2.0.21.jar"/>
1381    <target name="errorprone"
1382            depends="clean, configure-compiler"
1383            description="Run errorprone over jsr166 source code (experimental)">
# Line 1398 | Line 1399
1399             fork="true">
1400  
1401        <include name="**/*.java"/>
1402 <      <compilerarg line="-processorpath ${lib.dir}/error_prone_ant-2.0.21.jar"/>
1402 >      <compilerarg line="-processorpath ${errorprone.jar}"/>
1403        <compilerarg value="-Xplugin:ErrorProne
1404                            -Xep:IdentityBinaryExpression:WARN
1405                            -Xep:MissingOverride:OFF
# Line 1428 | Line 1429
1429        workdir="${build.dir}"
1430        classes="${product.jar}">
1431        <javac-elements>
1432 <        <compilerarg line="-processorpath ${lib.dir}/error_prone_ant-2.0.21.jar"/>
1432 >        <compilerarg line="-processorpath ${errorprone.jar}"/>
1433          <compilerarg value="-Xplugin:ErrorProne
1434                              -Xep:IdentityBinaryExpression:WARN
1435                              -Xep:BoxedPrimitiveConstructor:OFF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines