--- jsr166/build.xml 2018/11/24 17:39:35 1.288 +++ jsr166/build.xml 2018/12/31 07:05:54 1.294 @@ -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 @@ + @@ -202,10 +206,9 @@ - - - - + + + @@ -216,6 +219,7 @@ + @@ -329,6 +333,7 @@ + @@ -340,7 +345,7 @@ - + @@ -393,11 +398,17 @@ - - + + + --> + - + + @@ -532,7 +545,7 @@ description="Runs tck tests for src/main directly"> @@ -566,7 +579,7 @@ depends="jar" description="Runs jtreg tests for src/main using the jtreg ant task"> @@ -576,26 +589,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 +619,10 @@ - - + - + + @@ -616,10 +631,22 @@ - - + + + + + + + + + + + + + + @@ -628,10 +655,10 @@ - - + - + + @@ -640,10 +667,22 @@ - - + + + + + + + + + + + + + + @@ -1451,7 +1490,7 @@ @@ -1474,7 +1513,7 @@ description="Run errorprone over jtreg tests (experimental)">