--- jsr166/build.xml 2014/10/03 23:18:13 1.159 +++ jsr166/build.xml 2016/01/02 21:02:44 1.196 @@ -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,11 +248,16 @@ failonerror="true" jvm="${java@{target}}" fork="true"> - + + - - - + + + + + + + @@ -245,31 +267,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + - - + + + - - + + + - + + @@ -296,10 +356,22 @@ depends="configure-compiler" description="Compiles src/main sources to build dir"> - + + + + + + + + + + + + + + + + + + @@ -327,6 +404,10 @@ + + + + @@ -354,6 +435,7 @@ + @@ -385,6 +467,10 @@ + + + + @@ -416,8 +502,7 @@ - - @@ -427,7 +512,21 @@ classes="${product.jar}"/> - + + + + + + + + + + + + + + + + + + + + + @@ -461,6 +569,11 @@ + + + + + @@ -492,6 +605,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.sourcelevel}" + target="${build.sourcelevel}" fork="true"> @@ -507,6 +621,32 @@ + + + + + + + + + + + + + + + + + + @@ -549,8 +691,9 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" - bootclasspath="${bootclasspath7}" + bootclasspath="${bootclasspath6}" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac8}" @@ -573,12 +716,16 @@ + + + + - @@ -590,6 +737,7 @@ + @@ -597,12 +745,13 @@ + - @@ -630,19 +779,18 @@ - + classes="${4jdk7product.jar}"/> @@ -711,6 +859,7 @@ classpath="" bootclasspath="${bootclasspath6}" source="5" + target="5" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -719,6 +868,7 @@ + @@ -731,6 +881,10 @@ + + + + @@ -795,6 +949,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -805,6 +960,7 @@ + @@ -817,6 +973,10 @@ + + + + @@ -884,6 +1044,7 @@ bootclasspath="@{jsr166y.jar}:${bootclasspath6}" classpath="" source="6" + target="6" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -892,6 +1053,7 @@ + @@ -904,6 +1066,10 @@ + + + + @@ -970,6 +1136,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.jsr166e.java.version}" + target="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" @@ -979,6 +1146,7 @@ + @@ -995,8 +1163,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}" @@ -1005,6 +1174,7 @@ + @@ -1017,6 +1187,10 @@ + + + + @@ -1042,7 +1216,7 @@ - @@ -1054,23 +1228,23 @@ classes="${jsr166e.jar}"/> - - + - + - + @@ -1078,7 +1252,7 @@ @@ -1108,6 +1282,13 @@ + + + + + + +