--- jsr166/build.xml 2013/01/20 07:43:30 1.117 +++ jsr166/build.xml 2016/09/10 04:06:10 1.218 @@ -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. @@ -16,19 +20,32 @@ $HOME/jdk/jdk6 $HOME/jdk/jdk7 $HOME/jdk/jdk8 + $HOME/jdk/jdk9 where each of the above is a JDK or a symlink to same, and $HOME/jdk/src/jdk6 $HOME/jdk/src/jdk7 $HOME/jdk/src/jdk8 + $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. ------------------------------------------------------------------------------ - - Run "ant -projecthelp" for full usage information. + + + + + + @@ -39,6 +56,7 @@ + @@ -52,71 +70,211 @@ + + + + + - - - - + + + + - + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + - - + - + + + + + - - + + + + + + + + + + + + @@ -126,63 +284,68 @@ - - - - - - - - - - - - - - + + + + + + - - - - - - - + + + + + + + + - - - - - - - - + + + + + - - + + - - - - - - - - + + + + + + + - - + - - - + + - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -190,100 +353,121 @@ - - - - + + + + - + + + + + + + + + + + + + - + + - - - - - + description="Builds library jar for src/main from compiled sources"> + + - + + + + + - - - - - - - - + + - + + - - - + executable="${javadoc9}"> + + + + + + + + + + + + + + + + + - - @@ -301,12 +485,14 @@ + + + + - - @@ -315,237 +501,347 @@ - + - - - - - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + - + + - + - - - - + + + + - + - + + - + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + - + ---> + + + + - + - - + - + - + + + + + - - - + - + - - - - - - - - - - - - - - + - + + + + + + + + + + + + + + - + - - - - - - - - - - + - + + + + + + + - - - + - - - + + + + + + + - + - - + + + + + + + + - + + + - - - - + + - - + + + + + + + + + + + + + + + + + - + - + - + - + - - - - + + + - - - + + - + - + + + + + + + + + + + + + + + + + + - + + + + - + classes="${4jdk7product.jar}"> + + + + + + + + + + + + + + + - + + - + - - - - - - - - - - - - - - + @@ -656,31 +992,32 @@ - - + + - - + executable="${javadoc7}" + failonerror = "true"> + + - - @@ -689,17 +1026,15 @@ - - - - - - + depends="4jdk7clean, 4jdk7jar"> + + + + @@ -717,60 +1052,66 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" classpath="" - source="5" bootclasspath="${bootclasspath6}" + source="5" + target="5" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" fork="true"> - + + - - + + + + - - - + + - + failonerror = "true"> + + + - @@ -779,18 +1120,14 @@ - - - - - - - + + + @@ -808,6 +1145,7 @@ debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" source="6" + target="6" classpath="" bootclasspath="${bootclasspath6}" includeAntRuntime="false" @@ -816,9 +1154,11 @@ fork="true"> - + + + @@ -829,36 +1169,42 @@ + + + + - - - + + - + failonerror = "true"> + + + - @@ -867,17 +1213,14 @@ - - - - - - + + + @@ -895,61 +1238,66 @@ debug="${build.debug}" debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" + bootclasspath="@{jsr166y.jar}:${bootclasspath6}" classpath="" source="6" - bootclasspath="${jsr166y.jar}:${bootclasspath6}" + target="6" includeAntRuntime="false" includeJavaRuntime="false" executable="${javac7}" fork="true"> - + + - - + + + + - - - + + - + source="6" + executable="${javadoc7}"> + + + - @@ -958,21 +1306,21 @@ - - - - - - + + + + + + @@ -984,22 +1332,50 @@ debug="${build.debug}" debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" - source="7" + source="${build.jsr166e.java.version}" + target="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" - executable="${javac7}" + executable="${build.jsr166e.javac}" fork="true"> - + + - + + + + + + + + + + + + + + + + + + + - - - + + - + failonerror = "true"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + - - + + + + + + + + + + + + +