--- jsr166/build.xml 2014/07/08 00:01:39 1.157 +++ 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 ... ------------------------------------------------------------------------------ @@ -47,17 +51,14 @@ - @@ -212,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}}" @@ -221,6 +221,7 @@ + @@ -232,6 +233,12 @@ fork="true"> + + + + + + @@ -415,7 +422,7 @@ - + @@ -426,6 +433,21 @@ classes="${product.jar}"/> + + + + + + + + + + + + + @@ -436,7 +458,7 @@ @@ -1107,6 +1129,13 @@ + + + + + + +