--- jsr166/build.xml 2015/09/02 05:00:20 1.172 +++ jsr166/build.xml 2015/12/16 02:29:06 1.194 @@ -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"> - + + - - + + + - - - @@ -252,63 +268,60 @@ - + - + - + - + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - + + + - + + - + @@ -339,10 +352,22 @@ depends="configure-compiler" description="Compiles src/main sources to build dir"> - + + + + + + + + + + + + + + @@ -362,6 +388,9 @@ + + + @@ -371,6 +400,10 @@ + + + + @@ -398,6 +431,7 @@ + @@ -429,6 +463,10 @@ + + + + @@ -460,8 +498,7 @@ - - @@ -471,22 +508,21 @@ classes="${product.jar}"/> - - + + - - + + - - @@ -529,6 +565,11 @@ + + + + + @@ -560,6 +601,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.sourcelevel}" + target="${build.sourcelevel}" fork="true"> @@ -615,6 +657,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -644,8 +687,9 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" - bootclasspath="${bootclasspath7}" + bootclasspath="${bootclasspath6}" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac8}" @@ -668,12 +712,16 @@ + + + + - @@ -685,6 +733,7 @@ + @@ -692,12 +741,13 @@ + - @@ -725,7 +775,7 @@ - @@ -805,6 +855,7 @@ classpath="" bootclasspath="${bootclasspath6}" source="5" + target="5" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -826,6 +877,10 @@ + + + + @@ -890,6 +945,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -913,6 +969,10 @@ + + + + @@ -980,6 +1040,7 @@ bootclasspath="@{jsr166y.jar}:${bootclasspath6}" classpath="" source="6" + target="6" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -1001,6 +1062,10 @@ + + + + @@ -1067,6 +1132,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.jsr166e.java.version}" + target="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" @@ -1093,8 +1159,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}" @@ -1116,6 +1183,10 @@ + + + + @@ -1141,7 +1212,7 @@ - @@ -1153,23 +1224,23 @@ classes="${jsr166e.jar}"/> - - + - + - + @@ -1177,7 +1248,7 @@