--- jsr166/build.xml 2014/02/16 14:25:46 1.151 +++ jsr166/build.xml 2016/03/26 15:10:14 1.202 @@ -1,4 +1,5 @@ - + ------------------------------------------------------------------------------ @@ -6,6 +7,9 @@ Usage: ant [target] + See http://gee.cs.oswego.edu/dl/concurrency-interest/index.html for + more details. + User-specific settings are read from user.properties. See user.properties.sample for an explanation of some useful settings. @@ -24,6 +28,13 @@ $HOME/jdk/src/jdk9 where each of the above is a complete JDK source tree (e.g. mercurial forest) or a symlink to same. + + Alternatively, define ant variables thus: + ant -Djdk$N.home=... -Djdk$N.src.home=... + for $N in 6 7 8 9 ... + + As of 2016-03, the sources in src/main are for jdk9+ only. The "docs" + target is currently broken. ------------------------------------------------------------------------------ @@ -34,6 +45,7 @@ + @@ -46,15 +58,6 @@ - - - - - - - - - @@ -67,6 +70,11 @@ + + + + + @@ -83,21 +91,30 @@ - - - - - + + + + + + + + + + + - - + + - + @@ -123,11 +140,15 @@ - + + + + + @@ -136,6 +157,7 @@ + @@ -143,6 +165,7 @@ + @@ -151,49 +174,65 @@ + - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + + - - - - - - + + - + + + + + + + + - + + + @@ -222,11 +262,17 @@ failonerror="true" jvm="${java@{target}}" fork="true"> - + + - - - + + + + + + + + @@ -236,30 +282,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + - - + + + - - + + + - + + @@ -279,17 +364,29 @@ - + + + + + + + + + + + + + + + + + + @@ -317,6 +421,10 @@ + + + + @@ -332,17 +440,19 @@ + + @@ -351,6 +461,11 @@ + + + + + @@ -374,6 +489,10 @@ + + + + @@ -405,8 +524,7 @@ - - @@ -416,7 +534,21 @@ classes="${product.jar}"/> - + + + + + + + + + + + + + + + + + + + + + @@ -450,6 +591,11 @@ + + + + + @@ -481,6 +627,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.sourcelevel}" + target="${build.sourcelevel}" fork="true"> @@ -496,6 +643,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -538,8 +881,9 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" - bootclasspath="${bootclasspath7}" + bootclasspath="${bootclasspath6}" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac8}" @@ -562,12 +906,16 @@ + + + + - @@ -579,6 +927,7 @@ + @@ -586,12 +935,13 @@ + - @@ -619,19 +969,18 @@ - + classes="${4jdk7product.jar}"/> @@ -644,15 +993,16 @@ + @@ -699,6 +1049,7 @@ classpath="" bootclasspath="${bootclasspath6}" source="5" + target="5" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -707,6 +1058,7 @@ + @@ -719,6 +1071,10 @@ + + + + @@ -732,12 +1088,13 @@ + @@ -782,6 +1139,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -792,6 +1150,7 @@ + @@ -804,6 +1163,10 @@ + + + + @@ -817,12 +1180,13 @@ + @@ -870,6 +1234,7 @@ bootclasspath="@{jsr166y.jar}:${bootclasspath6}" classpath="" source="6" + target="6" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" @@ -878,6 +1243,7 @@ + @@ -890,6 +1256,10 @@ + + + + @@ -903,12 +1273,13 @@ + @@ -955,6 +1326,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="${build.jsr166e.java.version}" + target="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" @@ -964,6 +1336,7 @@ + @@ -980,8 +1353,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}" @@ -990,6 +1364,7 @@ + @@ -1002,6 +1377,10 @@ + + + + @@ -1015,18 +1394,19 @@ + - @@ -1038,23 +1418,23 @@ classes="${jsr166e.jar}"/> - - + - + - + @@ -1062,7 +1442,7 @@ @@ -1092,6 +1472,13 @@ + + + + + + +