--- jsr166/build.xml 2015/09/08 16:54:43 1.176 +++ 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 @@ - + + + + + + - - + + - + @@ -171,7 +175,7 @@ - + @@ -190,12 +194,15 @@ - - - - - - + + @@ -204,8 +211,14 @@ + + + + + + - - + + + @@ -234,17 +248,16 @@ failonerror="true" jvm="${java@{target}}" fork="true"> - + + - + + - - - @@ -276,6 +289,9 @@ + + + @@ -283,23 +299,37 @@ + + + + + + + + + + - + + + - + + - + + @@ -326,10 +356,22 @@ depends="configure-compiler" description="Compiles src/main sources to build dir"> - + + + + + + + + + + + + + + @@ -349,6 +392,9 @@ + + + @@ -358,6 +404,10 @@ + + + + @@ -385,6 +435,7 @@ + @@ -416,6 +467,10 @@ + + + + @@ -514,6 +569,11 @@ + + + + + @@ -545,6 +605,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.sourcelevel}" + target="${build.sourcelevel}" fork="true"> @@ -600,6 +661,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -629,8 +691,9 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" - bootclasspath="${bootclasspath7}" + bootclasspath="${bootclasspath6}" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac8}" @@ -653,6 +716,10 @@ + + + + @@ -792,6 +859,7 @@ classpath="" bootclasspath="${bootclasspath6}" source="5" + target="5" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -813,6 +881,10 @@ + + + + @@ -877,6 +949,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -900,6 +973,10 @@ + + + + @@ -967,6 +1044,7 @@ bootclasspath="@{jsr166y.jar}:${bootclasspath6}" classpath="" source="6" + target="6" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -988,6 +1066,10 @@ + + + + @@ -1054,6 +1136,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.jsr166e.java.version}" + target="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" @@ -1080,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}" @@ -1103,6 +1187,10 @@ + + + +