--- jsr166/build.xml 2016/03/26 17:35:47 1.205 +++ jsr166/build.xml 2016/05/21 00:35:58 1.212 @@ -38,7 +38,7 @@ ------------------------------------------------------------------------------ - + @@ -186,9 +186,9 @@ - + - + @@ -252,7 +252,7 @@ - + @@ -263,7 +263,7 @@ jvm="${java@{target}}" fork="true"> - + @@ -327,17 +327,13 @@ - - - - - + @@ -413,9 +409,10 @@ - + + - + @@ -530,14 +527,14 @@ + description="Runs tck with common pool parallelism 1"> + description="Runs tck with common pool parallelism 0"> @@ -553,7 +550,7 @@ @@ -788,7 +785,8 @@ access="${build.javadoc.access}" sourcepath="${4jdk8src.dir}:${jdk8.src.dir}" classpath="" - executable="${javadoc8}"> + executable="${javadoc8}" + failonerror = "true"> @@ -993,7 +991,8 @@ access="${build.javadoc.access}" sourcepath="${4jdk7src.dir}:${jdk7.src.dir}" classpath="" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1088,7 +1087,8 @@ sourcepath="${topsrc.dir}:${jdk6.src.dir}" bootclasspath="${bootclasspath6}" source="5" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1180,7 +1180,8 @@ sourcepath="${topsrc.dir}:${jdk6.src.dir}" bootclasspath="${bootclasspath6}" source="6" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1393,7 +1394,8 @@ access="${build.javadoc.access}" sourcepath="${topsrc.dir}:${jdk6.src.dir}" source="${build.jsr166e.java.version}" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true">