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.148 by jsr166, Sat Jul 20 18:26:16 2013 UTC vs.
Revision 1.149 by jsr166, Sat Jul 20 20:40:24 2013 UTC

# Line 500 | Line 500 | As of 2013-02, the very latest lambda 8
500      </javac>
501    </target>
502  
503 +  <target name="4jdk7doclint"
504 +          depends="configure-compiler"
505 +          description="Finds doclint warnings">
506 +
507 +    <mkdir dir="${build.4jdk7.classes.dir}"/>
508 +
509 +    <javac srcdir="${4jdk7src.dir}"
510 +           destdir="${build.4jdk7.classes.dir}"
511 +           debug="${build.debug}"
512 +           debuglevel="${build.debuglevel}"
513 +           deprecation="${build.deprecation}"
514 +           source="6"
515 +           classpath=""
516 +           bootclasspath="${bootclasspath7}"
517 +           includeAntRuntime="false"
518 +           includeJavaRuntime="false"
519 +           executable="${javac8}"
520 +           fork="true">
521 +
522 +      <include name="**/*.java"/>
523 +      <compilerarg value="-Xprefer:source"/>
524 +      <compilerarg value="-XDignore.symbol.file=true"/>
525 +      <compilerarg value="-Xlint:all"/>
526 +      <compilerarg value="-Xdoclint:all/protected"/>
527 +      <compilerarg line="${build.args}"/>
528 +
529 +    </javac>
530 +  </target>
531 +
532  
533    <target name="4jdk7jar"
534            depends="4jdk7compile"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines