--- jsr166/build.xml 2019/10/06 17:51:03 1.305 +++ jsr166/build.xml 2020/06/05 00:59:33 1.315 @@ -23,16 +23,18 @@ $HOME/jdk/jdk12 $HOME/jdk/jdk13 $HOME/jdk/jdk14 + $HOME/jdk/jdk15 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/jdk15 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 11 .. 15 ... 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. @@ -96,6 +98,7 @@ + @@ -106,6 +109,7 @@ + @@ -132,7 +136,8 @@ - + + @@ -141,6 +146,7 @@ + @@ -242,6 +248,7 @@ + @@ -271,6 +278,7 @@ + @@ -344,7 +352,11 @@ - + + + + + @@ -372,7 +384,7 @@ - + @@ -401,10 +413,11 @@ executable="${build.main.javadoc}"> - + + @@ -498,88 +511,112 @@ description="Runs tck and jtreg tests for src/main"/> - + depends="test11, test12, test13, test14, test15, test11-12, test11-13, test11-14, test11-15, clean, test, docs" + description="Runs tck and jtreg tests for various build-time and runtime java versions"/> - + - + - + - + + + + + + + + + + + + + - + - + - + + + + + + + + + + + + + @@ -662,10 +699,11 @@ https://github.com/google/error-prone/issues/1143 =================================================================== --> - + +