--- jsr166/build.xml 2014/11/01 14:50:26 1.160 +++ jsr166/build.xml 2015/12/11 23:58:52 1.193 @@ -1,4 +1,5 @@ - + ------------------------------------------------------------------------------ @@ -28,6 +29,11 @@ Alternatively, define ant variables thus: ant -Djdk$N.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.dir="$HOME/jdk/src/jigsaw" clean test dist + "docs" target is still broken. ------------------------------------------------------------------------------ @@ -38,6 +44,7 @@ + @@ -50,17 +57,6 @@ - - - - - - @@ -93,17 +89,25 @@ - + + + + + + - - + + - + @@ -129,7 +133,10 @@ - + + + + @@ -168,7 +175,7 @@ - + @@ -187,12 +194,15 @@ - - - - - - + + @@ -201,8 +211,14 @@ + + + + + + - + + + @@ -231,17 +248,16 @@ failonerror="true" jvm="${java@{target}}" fork="true"> - + + - - + + + - - - @@ -251,27 +267,61 @@ + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + - - + + + - - + + + - + @@ -302,10 +352,22 @@ depends="configure-compiler" description="Compiles src/main sources to build dir"> - + + + + + + + + + + + + + + + @@ -333,6 +397,10 @@ + + + + @@ -360,6 +428,7 @@ + @@ -391,6 +460,10 @@ + + + + @@ -422,8 +495,7 @@ - - @@ -433,21 +505,21 @@ classes="${product.jar}"/> - - + + - - + + - + + + + + + + + + @@ -481,6 +562,11 @@ + + + + + @@ -512,6 +598,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.sourcelevel}" + target="${build.sourcelevel}" fork="true"> @@ -527,6 +614,32 @@ + + + + + + + + + + + + + + + + + + @@ -569,8 +684,9 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" - bootclasspath="${bootclasspath7}" + bootclasspath="${bootclasspath6}" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac8}" @@ -593,12 +709,16 @@ + + + + - @@ -610,6 +730,7 @@ + @@ -617,12 +738,13 @@ + - @@ -650,19 +772,18 @@ - + classes="${4jdk7product.jar}"/> @@ -731,6 +852,7 @@ classpath="" bootclasspath="${bootclasspath6}" source="5" + target="5" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -739,6 +861,7 @@ + @@ -751,6 +874,10 @@ + + + + @@ -815,6 +942,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -825,6 +953,7 @@ + @@ -837,6 +966,10 @@ + + + + @@ -904,6 +1037,7 @@ bootclasspath="@{jsr166y.jar}:${bootclasspath6}" classpath="" source="6" + target="6" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -912,6 +1046,7 @@ + @@ -924,6 +1059,10 @@ + + + + @@ -990,6 +1129,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.jsr166e.java.version}" + target="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" @@ -999,6 +1139,7 @@ + @@ -1015,8 +1156,9 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.jsr166e.java.version}" + target="${build.jsr166e.java.version}" classpath="" - bootclasspath="${bootclasspath7}" + bootclasspath="${bootclasspath6}" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac8}" @@ -1025,6 +1167,7 @@ + @@ -1037,6 +1180,10 @@ + + + + @@ -1062,7 +1209,7 @@ - @@ -1074,23 +1221,23 @@ classes="${jsr166e.jar}"/> - - + - + - + @@ -1098,7 +1245,7 @@ @@ -1128,6 +1275,13 @@ + + + + + + +