--- jsr166/build.xml 2016/03/26 17:21:13 1.204 +++ jsr166/build.xml 2016/08/30 02:41:07 1.217 @@ -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 @@ - - - - - + @@ -412,10 +410,11 @@ - + description="Builds library jar for src/main from compiled sources"> + + - + @@ -433,12 +432,14 @@ + + @@ -447,7 +448,7 @@ - + @@ -521,7 +522,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"> + + + + + + + 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"> - + - - - - + + + + - + - + + - - - - - + + + + + - - - - - + + + + + - + @@ -788,7 +796,8 @@ access="${build.javadoc.access}" sourcepath="${4jdk8src.dir}:${jdk8.src.dir}" classpath="" - executable="${javadoc8}"> + executable="${javadoc8}" + failonerror = "true"> @@ -993,7 +1002,8 @@ access="${build.javadoc.access}" sourcepath="${4jdk7src.dir}:${jdk7.src.dir}" classpath="" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1088,7 +1098,8 @@ sourcepath="${topsrc.dir}:${jdk6.src.dir}" bootclasspath="${bootclasspath6}" source="5" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1180,7 +1191,8 @@ sourcepath="${topsrc.dir}:${jdk6.src.dir}" bootclasspath="${bootclasspath6}" source="6" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1393,7 +1405,8 @@ access="${build.javadoc.access}" sourcepath="${topsrc.dir}:${jdk6.src.dir}" source="${build.jsr166e.java.version}" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true">