--- jsr166/build.xml 2013/02/03 02:25:01 1.134 +++ jsr166/build.xml 2016/03/26 12:35:25 1.201 @@ -1,4 +1,5 @@ - + ------------------------------------------------------------------------------ @@ -16,22 +17,34 @@ $HOME/jdk/jdk6 $HOME/jdk/jdk7 $HOME/jdk/jdk8 + $HOME/jdk/jdk9 where each of the above is a JDK or a symlink to same, and $HOME/jdk/src/jdk6 $HOME/jdk/src/jdk7 $HOME/jdk/src/jdk8 + $HOME/jdk/src/jdk9 where each of the above is a complete JDK source tree (e.g. mercurial forest) or a symlink to same. -As of 2013-02, the very latest lambda 8 jdk is needed for jdk8. + + Alternatively, define ant variables thus: + ant -Djdk$N.home=... -Djdk$N.src.home=... + for $N in 6 7 8 9 ... + + As of 2015-09, there is incomplete hacky support for jigsaw + Build for jigsaw using something like: + ant -Djdk9.home="$HOME/jdk/jigsaw" -Djdk9.src.home="$HOME/jdk/src/jigsaw" clean test dist + "docs" target is still broken. ------------------------------------------------------------------------------ - + + + @@ -56,6 +69,11 @@ As of 2013-02, the very latest lambda 8 + + + + + @@ -72,21 +90,30 @@ As of 2013-02, the very latest lambda 8 - - - - - + + + + + + + + + + + - - + + - + @@ -105,17 +132,22 @@ As of 2013-02, the very latest lambda 8 + - + + + + + @@ -124,6 +156,7 @@ As of 2013-02, the very latest lambda 8 + @@ -131,6 +164,7 @@ As of 2013-02, the very latest lambda 8 + @@ -139,45 +173,65 @@ As of 2013-02, the very latest lambda 8 + - - - - - - - - + + + + + + + + + + - - + + + + + + + - - - - - - + + - + - + + + + + + + + - + + + - - + + + + + + + + + + @@ -216,6 +281,73 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -227,34 +359,58 @@ As of 2013-02, the very latest lambda 8 + + + - + + + + + + + + + + + + + + + + + + + + @@ -264,15 +420,14 @@ As of 2013-02, the very latest lambda 8 + + + + - - - @@ -284,18 +439,32 @@ As of 2013-02, the very latest lambda 8 + executable="${javadoc9}"> + + + + + + + + + + + + + + @@ -319,6 +488,10 @@ As of 2013-02, the very latest lambda 8 + + + + @@ -334,14 +507,12 @@ As of 2013-02, the very latest lambda 8 + - - - @@ -352,228 +523,354 @@ As of 2013-02, the very latest lambda 8 + - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + - + + + + + + + + + - + + - + + + - - - - - - - + - - + + + + + + + - + - - - - + - + + + + + + + + - - - - - - - - - - - - - - + + + - + - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - + - + - - + - - - - - - - - - - - + + - + - + - + - + - - + + + + + - - - - - - - - - + description="Finds doclint warnings"> @@ -583,17 +880,19 @@ As of 2013-02, the very latest lambda 8 debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" includeJavaRuntime="false" - executable="${javac7}" + executable="${javac8}" fork="true"> + @@ -606,12 +905,16 @@ As of 2013-02, the very latest lambda 8 + + + + - @@ -621,13 +924,23 @@ As of 2013-02, the very latest lambda 8 classes="${4jdk7product.jar}"> + + + + + + + + + + - @@ -649,36 +962,24 @@ As of 2013-02, the very latest lambda 8 - + - - - - - - - - - - - - - - + @@ -691,15 +992,16 @@ As of 2013-02, the very latest lambda 8 + @@ -718,11 +1020,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -751,6 +1048,7 @@ As of 2013-02, the very latest lambda 8 classpath="" bootclasspath="${bootclasspath6}" source="5" + target="5" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -759,6 +1057,7 @@ As of 2013-02, the very latest lambda 8 + @@ -771,6 +1070,10 @@ As of 2013-02, the very latest lambda 8 + + + + @@ -784,12 +1087,13 @@ As of 2013-02, the very latest lambda 8 + @@ -809,12 +1113,6 @@ As of 2013-02, the very latest lambda 8 - - - - - @@ -840,6 +1138,7 @@ As of 2013-02, the very latest lambda 8 debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -850,6 +1149,7 @@ As of 2013-02, the very latest lambda 8 + @@ -862,6 +1162,10 @@ As of 2013-02, the very latest lambda 8 + + + + @@ -875,12 +1179,13 @@ As of 2013-02, the very latest lambda 8 + @@ -900,11 +1205,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -933,6 +1233,7 @@ As of 2013-02, the very latest lambda 8 bootclasspath="@{jsr166y.jar}:${bootclasspath6}" classpath="" source="6" + target="6" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -941,6 +1242,7 @@ As of 2013-02, the very latest lambda 8 + @@ -953,6 +1255,10 @@ As of 2013-02, the very latest lambda 8 + + + + @@ -966,12 +1272,13 @@ As of 2013-02, the very latest lambda 8 + @@ -991,11 +1298,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -1008,6 +1310,9 @@ As of 2013-02, the very latest lambda 8 + + + @@ -1019,21 +1324,51 @@ As of 2013-02, the very latest lambda 8 debug="${build.debug}" debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" - source="7" + source="${build.jsr166e.java.version}" + target="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" - executable="${javac7}" + executable="${build.jsr166e.javac}" fork="true"> + + + + + + + + + + + + + + + + + + + + + @@ -1054,29 +1393,57 @@ As of 2013-02, the very latest lambda 8 + - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - @@ -1109,6 +1471,13 @@ As of 2013-02, the very latest lambda 8 + + + + + + +