--- jsr166/build.xml 2018/11/21 21:05:59 1.286 +++ jsr166/build.xml 2019/04/27 14:32:21 1.296 @@ -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,15 +201,15 @@ + - - - - - + + + + @@ -216,6 +220,7 @@ + @@ -329,6 +334,7 @@ + @@ -340,7 +346,7 @@ - + @@ -393,11 +399,17 @@ - - + + + --> + - + + + @@ -532,7 +547,7 @@ description="Runs tck tests for src/main directly"> @@ -566,7 +581,7 @@ depends="jar" description="Runs jtreg tests for src/main using the jtreg ant task"> @@ -576,26 +591,28 @@ description="Runs tck and jtreg tests for src/main"/> + depends="test9, test10, test11, test12, test13, test9-11, test9-12, test9-13, clean, test, docs"> - - + + + + - - + - + + @@ -604,10 +621,10 @@ - - + - + + @@ -616,10 +633,22 @@ - - + + + + + + + + + + + + + + @@ -628,10 +657,10 @@ - - + - + + @@ -640,10 +669,22 @@ - - + + + + + + + + + + + + + + @@ -1373,16 +1414,25 @@ - - + + + + + + + @@ -1423,7 +1474,8 @@ - + + @@ -1440,7 +1492,7 @@ @@ -1463,7 +1515,7 @@ description="Run errorprone over jtreg tests (experimental)">