--- jsr166/build.xml 2017/01/13 01:22:13 1.230 +++ jsr166/build.xml 2017/07/03 20:36:55 1.249 @@ -18,24 +18,21 @@ itself. Because the JDK version matters and because different targets require different JDKs, we assume that users have created a hierarchy containing: - $HOME/jdk/jdk6 - $HOME/jdk/jdk7 $HOME/jdk/jdk8 $HOME/jdk/jdk9 + $HOME/jdk/jdk10 where each of the above is a JDK or a symlink to same, and - $HOME/jdk/src/jdk6 - $HOME/jdk/src/jdk7 $HOME/jdk/src/jdk8 $HOME/jdk/src/jdk9 + $HOME/jdk/src/jdk10 where each of the above is a complete JDK source tree (e.g. mercurial forest) or a symlink to same. Alternatively, define ant variables thus: ant -Djdk$N.home=... -Djdk$N.src.home=... - for $N in 6 7 8 9 ... + for $N in 8 9 10 ... - As of 2016-03, the sources in src/main are for jdk9+ only. The "docs" - target is currently broken. + As of 2016-03, the sources in src/main are for jdk9+ only. ------------------------------------------------------------------------------ @@ -134,6 +131,7 @@ + @@ -143,6 +141,7 @@ + @@ -233,6 +232,11 @@ + + + + + + - + @@ -264,11 +269,12 @@ jvm="${java@{target}}" fork="true"> - - - - - + + + + + + @@ -290,6 +296,12 @@ + + + + + + @@ -313,7 +325,6 @@ - @@ -361,27 +372,30 @@ - + + + + + + + + + + + - - - - - - - - - - + @@ -398,12 +412,13 @@ fork="true"> - + + + - @@ -447,14 +462,16 @@ access="${build.javadoc.access}" sourcepath="${src.dir}" classpath="" - executable="${javadoc9}"> + source="9" + executable="${build.main.javadoc}"> - + + @@ -502,18 +519,14 @@ - - - - @@ -534,7 +547,11 @@ + classes="${product.jar}"> + + + + - + description="Runs tck and jtreg tests for src/main"/> @@ -581,30 +597,26 @@ - - + - - - - - + + + + - - - - - + + + + - + - - - + @@ -650,12 +662,11 @@ - + description="Compiles all the perf tests in src/test/loops"> @@ -667,7 +678,7 @@ includeAntRuntime="false" includeJavaRuntime="false" encoding="ASCII" - executable="${javac9}" + executable="${build.main.javac}" fork="true"> @@ -675,9 +686,7 @@ - - @@ -703,14 +712,12 @@ encoding="ASCII" executable="${javac8}" fork="true"> - - @@ -734,14 +741,12 @@ encoding="ASCII" executable="${javac8}" fork="true"> - - + - @@ -757,7 +762,6 @@ - @@ -773,6 +777,7 @@ + @@ -790,8 +795,7 @@ - + description="Runs tck and jtreg tests for jsr166-4jdk8"/> @@ -834,9 +839,7 @@ - - @@ -852,13 +855,9 @@ + - - - - + - - - + - - - - + @@ -929,14 +919,9 @@ - - - - + + - - + - - + + - - - - - - + @@ -1026,38 +1000,24 @@ + - - - - - + - - - + - - + - - - + + - - - - - + @@ -1096,13 +1050,9 @@ - - - - + @@ -1117,41 +1067,27 @@ failonerror = "true"> - + - - - - - + - - - + - + - + - - + - - - - + @@ -1190,13 +1121,9 @@ - - - - + @@ -1211,42 +1138,27 @@ failonerror = "true"> - + - - - - - + - - - + - + - - - - + + - - - - + @@ -1285,13 +1192,9 @@ - - - - + @@ -1305,43 +1208,30 @@ executable="${javadoc7}"> - + - - - - - + - - - + - + - + + - - + - - - - - - - + @@ -1406,13 +1288,9 @@ - - - - + @@ -1426,16 +1304,11 @@ failonerror = "true"> - - - - + - - + @@ -1465,30 +1337,20 @@ + - - - - - + - + - - + @@ -1508,6 +1370,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1560,7 +1498,7 @@ + jvm="${build.main.java}" fork="true">