--- jsr166/build.xml 2015/05/20 06:13:09 1.164 +++ jsr166/build.xml 2015/11/06 00:12:54 1.191 @@ -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 @@ - + + + + @@ -187,12 +194,15 @@ - - - - - - + + @@ -201,8 +211,14 @@ + + + + + + - - + + + @@ -231,17 +248,16 @@ failonerror="true" jvm="${java@{target}}" fork="true"> - + + - - + + + - - - @@ -251,27 +267,59 @@ + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + - - - + + + - + @@ -302,10 +350,22 @@ depends="configure-compiler" description="Compiles src/main sources to build dir"> - + + + + + + + + + + + + + + @@ -334,6 +395,10 @@ + + + + @@ -361,6 +426,7 @@ + @@ -392,6 +458,10 @@ + + + + @@ -423,8 +493,7 @@ - - @@ -434,22 +503,21 @@ classes="${product.jar}"/> - - + + - - + + - - + + + + + + + + + @@ -483,6 +560,11 @@ + + + + + @@ -514,6 +596,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.sourcelevel}" + target="${build.sourcelevel}" fork="true"> @@ -529,6 +612,32 @@ + + + + + + + + + + + + + + + + + + + + + - @@ -613,6 +728,7 @@ + @@ -620,12 +736,13 @@ + - @@ -653,19 +770,18 @@ - + classes="${4jdk7product.jar}"/> @@ -734,6 +850,7 @@ classpath="" bootclasspath="${bootclasspath6}" source="5" + target="5" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -755,6 +872,10 @@ + + + + @@ -819,6 +940,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -842,6 +964,10 @@ + + + + @@ -909,6 +1035,7 @@ bootclasspath="@{jsr166y.jar}:${bootclasspath6}" classpath="" source="6" + target="6" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -930,6 +1057,10 @@ + + + + @@ -996,6 +1127,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.jsr166e.java.version}" + target="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" @@ -1022,8 +1154,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}" @@ -1045,6 +1178,10 @@ + + + + @@ -1070,7 +1207,7 @@ - @@ -1082,23 +1219,23 @@ classes="${jsr166e.jar}"/> - - + - + - + @@ -1106,7 +1243,7 @@