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.242 by jsr166, Sat Apr 1 21:47:32 2017 UTC vs.
Revision 1.244 by jsr166, Wed May 17 00:17:49 2017 UTC

# Line 411 | Line 411
411        <compilerarg value="-Xprefer:source"/>
412        <compilerarg value="-XDignore.symbol.file=true"/>
413        <compilerarg value="-Xlint:all"/>
414 <      <compilerarg value="-Werror"/>
414 >      <compilerarg line="--doclint-format html5"/>
415        <compilerarg value="-Xdoclint:all/protected,reference/private"/>
416 +      <compilerarg value="-Werror"/>
417        <compilerarg line="-Xmaxerrs 1000 -Xmaxwarns 1000"/>
418        <compilerarg line="${build.args}"/>
419  
# Line 456 | Line 457
457               access="${build.javadoc.access}"
458               sourcepath="${src.dir}"
459               classpath=""
460 +             source="9"
461               executable="${javadoc9}">
462        <fileset dir="${src.dir}" defaultexcludes="yes">
463          <include name="**/*.java"/>
# Line 463 | Line 465
465        <arg line="-Xdocrootparent ${java9.docroot.url}"/>
466        <arg line="-Xmaxerrs 1000 -Xmaxwarns 1000"/>
467        <arg value="-XDignore.symbol.file=true"/>
468 +      <arg value="-html5"/>
469        <arg value="--patch-module=java.base=${src.dir}"/>
470        <arg value="-tag"/>
471        <arg value="${javadoc.jls.option}"/>
# Line 805 | Line 808
808               access="${build.javadoc.access}"
809               sourcepath="${4jdk8src.dir}:${jdk8.src.dir}"
810               classpath=""
811 +             source="8"
812               executable="${javadoc8}"
813               failonerror = "true">
814        <fileset dir="${4jdk8src.dir}" defaultexcludes="yes">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines