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.205 by jsr166, Sat Mar 26 17:35:47 2016 UTC vs.
Revision 1.206 by jsr166, Sun Mar 27 19:38:01 2016 UTC

# Line 788 | Line 788
788               access="${build.javadoc.access}"
789               sourcepath="${4jdk8src.dir}:${jdk8.src.dir}"
790               classpath=""
791 <             executable="${javadoc8}">
791 >             executable="${javadoc8}"
792 >             failonerror = "true">
793        <fileset dir="${4jdk8src.dir}" defaultexcludes="yes">
794          <include name="**/*.java"/>
795        </fileset>
# Line 993 | Line 994
994               access="${build.javadoc.access}"
995               sourcepath="${4jdk7src.dir}:${jdk7.src.dir}"
996               classpath=""
997 <             executable="${javadoc7}">
997 >             executable="${javadoc7}"
998 >             failonerror = "true">
999        <fileset dir="${4jdk7src.dir}" defaultexcludes="yes">
1000          <include name="**/*.java"/>
1001        </fileset>
# Line 1088 | Line 1090
1090               sourcepath="${topsrc.dir}:${jdk6.src.dir}"
1091               bootclasspath="${bootclasspath6}"
1092               source="5"
1093 <             executable="${javadoc7}">
1093 >             executable="${javadoc7}"
1094 >             failonerror = "true">
1095        <arg line="-Xdocrootparent ${java.docroot.url}"/>
1096        <arg value="-XDignore.symbol.file=true"/>
1097  
# Line 1180 | Line 1183
1183               sourcepath="${topsrc.dir}:${jdk6.src.dir}"
1184               bootclasspath="${bootclasspath6}"
1185               source="6"
1186 <             executable="${javadoc7}">
1186 >             executable="${javadoc7}"
1187 >             failonerror = "true">
1188        <arg line="-Xdocrootparent ${java.docroot.url}"/>
1189        <arg value="-XDignore.symbol.file=true"/>
1190  
# Line 1393 | Line 1397
1397               access="${build.javadoc.access}"
1398               sourcepath="${topsrc.dir}:${jdk6.src.dir}"
1399               source="${build.jsr166e.java.version}"
1400 <             executable="${javadoc7}">
1400 >             executable="${javadoc7}"
1401 >             failonerror = "true">
1402        <arg line="-Xdocrootparent ${java.docroot.url}"/>
1403        <arg value="-XDignore.symbol.file=true"/>
1404  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines