--- jsr166/build.xml 2016/03/26 15:10:14 1.202 +++ jsr166/build.xml 2016/06/04 23:49:29 1.213 @@ -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,20 +403,16 @@ - - - - + description="Builds library jar for src/main from compiled sources"> + + - + @@ -526,7 +518,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"> - + - - - - + + + + - + - + + - - - - - + + + + + - - - - - + + + + + - + @@ -616,8 +615,8 @@ - + + @@ -793,7 +792,8 @@ access="${build.javadoc.access}" sourcepath="${4jdk8src.dir}:${jdk8.src.dir}" classpath="" - executable="${javadoc8}"> + executable="${javadoc8}" + failonerror = "true"> @@ -941,9 +941,9 @@ + + depends="4jdk7compile"> + executable="${javadoc7}" + failonerror = "true"> @@ -1093,7 +1094,8 @@ sourcepath="${topsrc.dir}:${jdk6.src.dir}" bootclasspath="${bootclasspath6}" source="5" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1185,7 +1187,8 @@ sourcepath="${topsrc.dir}:${jdk6.src.dir}" bootclasspath="${bootclasspath6}" source="6" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true"> @@ -1398,7 +1401,8 @@ access="${build.javadoc.access}" sourcepath="${topsrc.dir}:${jdk6.src.dir}" source="${build.jsr166e.java.version}" - executable="${javadoc7}"> + executable="${javadoc7}" + failonerror = "true">