--- jsr166/build.xml 2018/12/13 01:12:01 1.292 +++ jsr166/build.xml 2019/03/24 00:44:14 1.295 @@ -24,18 +24,20 @@ $HOME/jdk/jdk10 $HOME/jdk/jdk11 $HOME/jdk/jdk12 + $HOME/jdk/jdk13 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 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 .. 13 ... As of 2016-03, the sources in src/main are for jdk9+ only. ------------------------------------------------------------------------------ @@ -138,6 +140,7 @@ + @@ -150,6 +153,7 @@ + @@ -197,11 +201,13 @@ + - + + @@ -214,6 +220,7 @@ + @@ -327,6 +334,7 @@ + @@ -582,7 +590,7 @@ description="Runs tck and jtreg tests for src/main"/> + depends="test9, test10, test11, test12, test13, test9-11, test9-12, test9-13, clean, test, docs"> @@ -633,6 +641,18 @@ + + + + + + + + + + + + @@ -654,6 +674,18 @@ + + + + + + + + + + + +