--- jsr166/build.xml 2014/02/25 16:33:15 1.152 +++ jsr166/build.xml 2015/02/20 22:33:13 1.163 @@ -24,6 +24,10 @@ $HOME/jdk/src/jdk9 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=... + for $N in 6 7 8 9 ... ------------------------------------------------------------------------------ @@ -46,13 +50,15 @@ - - + - - @@ -161,14 +167,12 @@ - - - - + + - + - + @@ -195,7 +199,7 @@ - + @@ -209,7 +213,6 @@ source="@{compile-target}" target="@{compile-target}" classpath="${junit.jar}" - bootclasspath="@{classes}:${bootclasspath@{compile-target}}" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac@{compile-target}}" @@ -218,6 +221,7 @@ + @@ -229,6 +233,12 @@ fork="true"> + + + + + + @@ -242,6 +252,7 @@ + @@ -411,7 +422,7 @@ - + @@ -422,6 +433,21 @@ classes="${product.jar}"/> + + + + + + + + + + + + + @@ -432,7 +458,7 @@ @@ -1103,6 +1129,13 @@ + + + + + + +