--- jsr166/build.xml 2014/07/12 17:29:12 1.158 +++ jsr166/build.xml 2014/10/03 23:18:13 1.159 @@ -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 ... ------------------------------------------------------------------------------