--- jsr166/build.xml 2018/12/02 22:40:03 1.289 +++ 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 @@ - - + + + --> + - + @@ -533,7 +545,7 @@ description="Runs tck tests for src/main directly"> @@ -567,7 +579,7 @@ depends="jar" description="Runs jtreg tests for src/main using the jtreg ant task"> @@ -577,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"> - - + + + + - - + - + + @@ -605,10 +619,10 @@ - - + - + + @@ -617,10 +631,22 @@ - - + + + + + + + + + + + + + + @@ -629,10 +655,10 @@ - - + - + + @@ -641,10 +667,22 @@ - - + + + + + + + + + + + + + + @@ -1452,7 +1490,7 @@ @@ -1475,7 +1513,7 @@ description="Run errorprone over jtreg tests (experimental)">