--- jsr166/build.xml 2017/01/13 01:22:13 1.230 +++ jsr166/build.xml 2017/03/24 16:33:02 1.238 @@ -18,24 +18,23 @@ 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 7 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 +133,7 @@ + @@ -143,6 +143,7 @@ + @@ -233,6 +234,11 @@ + + + + + + - + @@ -264,11 +271,12 @@ jvm="${java@{target}}" fork="true"> - - - - - + + + + + + @@ -398,12 +406,12 @@ fork="true"> - + - + @@ -454,7 +462,7 @@ - + @@ -534,7 +542,11 @@ + classes="${product.jar}"> + + + + - - - + @@ -739,7 +749,7 @@ - + @@ -773,6 +783,7 @@ + @@ -954,6 +965,7 @@ + @@ -1508,6 +1520,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +