--- jsr166/build.xml 2016/03/26 15:10:14 1.202 +++ jsr166/build.xml 2016/05/21 00:12:12 1.211 @@ -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 @@ - - - - - + @@ -407,17 +403,12 @@ - - - + description="Builds library jar for src/main from compiled sources"> @@ -526,7 +517,7 @@ + description="Runs tck tests for src/main directly"> + description="Runs tck with common pool parallelism 1"> + description="Runs tck with common pool parallelism 0"> @@ -550,7 +541,7 @@ + description="Runs jtreg tests for src/main using the jtreg ant task"> + depends="tck, tck-parallelism-1, tck-parallelism-0, jtreg" + description="Runs tck and jtreg tests for src/main"> - + - - - - + + + + - + - + + - - - - - + + + + + - - - - - + + + + + - + @@ -616,8 +607,8 @@ - + + @@ -793,7 +784,8 @@ access="${build.javadoc.access}" sourcepath="${4jdk8src.dir}:${jdk8.src.dir}" classpath="" - executable="${javadoc8}"> + executable="${javadoc8}" + failonerror = "true"> @@ -941,9 +933,9 @@ + + depends="4jdk7compile"> + executable="${javadoc7}" + failonerror = "true"> @@ -1093,7 +1086,8 @@ sourcepath="${topsrc.dir}:${jdk6.src.dir}" bootclasspath="${bootclasspath6}" source="5" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1185,7 +1179,8 @@ sourcepath="${topsrc.dir}:${jdk6.src.dir}" bootclasspath="${bootclasspath6}" source="6" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1398,7 +1393,8 @@ access="${build.javadoc.access}" sourcepath="${topsrc.dir}:${jdk6.src.dir}" source="${build.jsr166e.java.version}" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true">