--- jsr166/build.xml 2019/12/16 22:12:32 1.309 +++ jsr166/build.xml 2022/11/25 19:33:39 1.326 @@ -19,24 +19,20 @@ itself. Because the JDK version matters and because different targets require different JDKs, we assume that users have created a hierarchy containing: - $HOME/jdk/jdk11 - $HOME/jdk/jdk12 - $HOME/jdk/jdk13 - $HOME/jdk/jdk14 + $HOME/jdk/jdk17 + $HOME/jdk/jdk19 where each of the above is a JDK or a symlink to same, and - $HOME/jdk/src/jdk11 - $HOME/jdk/src/jdk12 - $HOME/jdk/src/jdk13 - $HOME/jdk/src/jdk14 + $HOME/jdk/src/jdk17 where each of the above is a JDK source tree or a symlink to same. Alternatively, define ant variables thus: ant -Djdk$N.home=... -Djdk$N.src.home=... - for $N in 11 .. 14 ... + for $N in 17 .. 19 ... 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. As of 2019-10, compatibility support for jdk8 is dropped entirely. + As of 2022-02, the sources in src/main are for jdk17+ only. ------------------------------------------------------------------------------ @@ -92,21 +88,19 @@ - - - - + + + - - - - - + + + + @@ -121,26 +115,16 @@ - - - - - - - - - - - - + + + - + - - - - + + + @@ -242,16 +226,14 @@ - - - - + + + - @@ -264,18 +246,26 @@ - + + + + + + + - - + + + + + - @@ -298,19 +288,11 @@ - - - - - - - - + + + + + - - - - + + - - @@ -372,25 +350,8 @@ - - - - - - - - - - - - - - - - - - - + + + @@ -416,31 +378,24 @@ - - - - - - - @@ -454,13 +409,12 @@ - - + @@ -500,87 +454,27 @@ description="Runs tck and jtreg tests for src/main"/> - - - - - - - - - - - - - - - - - - - - - - - - - + depends="test17, test19, clean, test, docs" + description="Runs tck and jtreg tests for various build-time and runtime java versions"/> - - - - - - - - - - - - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - + + + + @@ -674,6 +568,7 @@ - + + @@ -748,7 +645,8 @@ - + +