--- jsr166/build.xml 2018/12/02 22:40:03 1.289 +++ jsr166/build.xml 2019/08/10 16:48:04 1.301 @@ -20,24 +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 9 10 ... + 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. ------------------------------------------------------------------------------ @@ -131,26 +132,23 @@ - - - - + + - - - - + + + @@ -194,28 +192,22 @@ - - + - - - - - - - + + + + + - - - - - + + @@ -329,18 +321,17 @@ + + - - - - + @@ -385,6 +376,7 @@ + @@ -393,11 +385,18 @@ - - + + + - + + + @@ -471,22 +471,24 @@ + - + + @@ -533,7 +535,7 @@ description="Runs tck tests for src/main directly"> @@ -567,7 +569,7 @@ depends="jar" description="Runs jtreg tests for src/main using the jtreg ant task"> @@ -577,74 +579,114 @@ description="Runs tck and jtreg tests for src/main"/> + depends="test11, test12, test13, test14, test11-12, test11-13, test11-14, clean, test, docs"> - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + - + - - - - + + + + - + - - - - + + + + - + - - - + + + + + + + + + + + + + + + - + - - - - + + + + - + - - - - + + + + @@ -1452,7 +1494,7 @@ @@ -1475,7 +1517,7 @@ description="Run errorprone over jtreg tests (experimental)">