--- jsr166/build.xml 2015/09/02 03:53:43 1.170 +++ jsr166/build.xml 2016/03/04 21:00:45 1.197 @@ -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,17 @@ failonerror="true" jvm="${java@{target}}" fork="true"> - + + - - + + + + - - - @@ -252,60 +269,68 @@ - + - + - + - + - + - - - - - - - - + + + - - + + + + + + + + + + + - - + + + - + + - + + @@ -332,10 +357,22 @@ depends="configure-compiler" description="Compiles src/main sources to build dir"> - + + + + + + + + + + + + + + @@ -355,6 +393,9 @@ + + + @@ -364,6 +405,10 @@ + + + + @@ -391,6 +436,7 @@ + @@ -422,6 +468,10 @@ + + + + @@ -453,8 +503,7 @@ - - @@ -464,22 +513,21 @@ classes="${product.jar}"/> - - + + - - + + - - @@ -522,6 +570,11 @@ + + + + + @@ -553,6 +606,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.sourcelevel}" + target="${build.sourcelevel}" fork="true"> @@ -608,6 +662,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -637,8 +692,9 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" - bootclasspath="${bootclasspath7}" + bootclasspath="${bootclasspath6}" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac8}" @@ -661,12 +717,16 @@ + + + + - @@ -678,6 +738,7 @@ + @@ -685,12 +746,13 @@ + - @@ -718,7 +780,7 @@ - @@ -798,6 +860,7 @@ classpath="" bootclasspath="${bootclasspath6}" source="5" + target="5" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -819,6 +882,10 @@ + + + + @@ -883,6 +950,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -906,6 +974,10 @@ + + + + @@ -973,6 +1045,7 @@ bootclasspath="@{jsr166y.jar}:${bootclasspath6}" classpath="" source="6" + target="6" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -994,6 +1067,10 @@ + + + + @@ -1060,6 +1137,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.jsr166e.java.version}" + target="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" @@ -1086,8 +1164,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}" @@ -1109,6 +1188,10 @@ + + + + @@ -1134,7 +1217,7 @@ - @@ -1146,23 +1229,23 @@ classes="${jsr166e.jar}"/> - - + - + - + @@ -1170,7 +1253,7 @@