--- jsr166/build.xml 2019/12/16 22:12:32 1.309 +++ jsr166/build.xml 2019/12/17 02:09:40 1.310 @@ -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 @@ + @@ -133,6 +137,7 @@ + @@ -141,6 +146,7 @@ + @@ -242,6 +248,7 @@ + @@ -500,7 +507,7 @@ 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"> @@ -551,6 +558,18 @@ + + + + + + + + + + + + @@ -583,6 +602,18 @@ + + + + + + + + + + + +