--- jsr166/build.xml 2019/04/27 14:32:21 1.296 +++ jsr166/build.xml 2019/09/17 16:20:44 1.303 @@ -20,26 +20,25 @@ targets require different JDKs, we assume that users have created a hierarchy containing: $HOME/jdk/jdk8 - $HOME/jdk/jdk9 - $HOME/jdk/jdk10 $HOME/jdk/jdk11 $HOME/jdk/jdk12 $HOME/jdk/jdk13 + $HOME/jdk/jdk14 where each of the above is a JDK or a symlink to same, and $HOME/jdk/src/jdk8 - $HOME/jdk/src/jdk9 - $HOME/jdk/src/jdk10 $HOME/jdk/src/jdk11 $HOME/jdk/src/jdk12 $HOME/jdk/src/jdk13 + $HOME/jdk/src/jdk14 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 8 .. 13 ... + for $N in 8 .. 14 ... As of 2016-03, the sources in src/main are for jdk9+ only. + As of 2019-08, the sources in src/main are for jdk11+ only. ------------------------------------------------------------------------------ @@ -133,28 +132,23 @@ - - - - + - - - - + + @@ -198,29 +192,23 @@ - - + - - - - + + + - - - - - + @@ -334,13 +322,11 @@ + - - - @@ -391,6 +377,7 @@ + @@ -399,6 +386,7 @@ + - + @@ -441,9 +429,11 @@ + + @@ -500,7 +490,7 @@ - + @@ -591,32 +581,34 @@ description="Runs tck and jtreg tests for src/main"/> + depends="test11, test12, test13, test14, test11-12, test11-13, test11-14, clean, test, docs"> - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -654,37 +646,49 @@ - + - - - - + + + + - + - + - + - + - + - + + + + + + + + + + + + +