--- jsr166/build.xml 2016/03/26 17:35:47 1.205 +++ jsr166/build.xml 2016/06/26 23:44:19 1.214 @@ -38,7 +38,7 @@ ------------------------------------------------------------------------------ - + @@ -186,9 +186,9 @@ - + - + @@ -252,7 +252,7 @@ - + @@ -263,10 +263,12 @@ jvm="${java@{target}}" fork="true"> - + + + - + @@ -327,17 +329,13 @@ - - - - - + @@ -413,9 +411,10 @@ - + + - + @@ -530,19 +529,26 @@ + description="Runs tck with common pool parallelism 1"> + description="Runs tck with common pool parallelism 0"> + + + + + + @@ -553,7 +559,7 @@ @@ -788,7 +794,8 @@ access="${build.javadoc.access}" sourcepath="${4jdk8src.dir}:${jdk8.src.dir}" classpath="" - executable="${javadoc8}"> + executable="${javadoc8}" + failonerror = "true"> @@ -993,7 +1000,8 @@ access="${build.javadoc.access}" sourcepath="${4jdk7src.dir}:${jdk7.src.dir}" classpath="" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1088,7 +1096,8 @@ sourcepath="${topsrc.dir}:${jdk6.src.dir}" bootclasspath="${bootclasspath6}" source="5" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1180,7 +1189,8 @@ sourcepath="${topsrc.dir}:${jdk6.src.dir}" bootclasspath="${bootclasspath6}" source="6" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1393,7 +1403,8 @@ access="${build.javadoc.access}" sourcepath="${topsrc.dir}:${jdk6.src.dir}" source="${build.jsr166e.java.version}" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true">