--- jsr166/build.xml 2018/12/02 22:40:03 1.289 +++ jsr166/build.xml 2019/04/29 14:16:38 1.297 @@ -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 @@ - - + + + --> + - + + @@ -533,7 +547,7 @@ description="Runs tck tests for src/main directly"> @@ -567,7 +581,7 @@ depends="jar" description="Runs jtreg tests for src/main using the jtreg ant task"> @@ -577,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"> - - + + + + - - + - + + @@ -605,10 +621,10 @@ - - + - + + @@ -617,10 +633,22 @@ - - + + + + + + + + + + + + + + @@ -629,10 +657,10 @@ - - + - + + @@ -641,10 +669,22 @@ - - + + + + + + + + + + + + + + @@ -1452,7 +1492,7 @@ @@ -1475,7 +1515,7 @@ description="Run errorprone over jtreg tests (experimental)">