--- jsr166/build.xml 2013/02/06 19:55:06 1.137 +++ jsr166/build.xml 2019/10/17 17:28:49 1.308 @@ -1,4 +1,7 @@ - + ------------------------------------------------------------------------------ @@ -6,6 +9,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. @@ -13,32 +19,41 @@ itself. Because the JDK version matters and because different targets require different JDKs, we assume that users have created a hierarchy containing: - $HOME/jdk/jdk6 - $HOME/jdk/jdk7 - $HOME/jdk/jdk8 + $HOME/jdk/jdk11 + $HOME/jdk/jdk12 + $HOME/jdk/jdk13 + $HOME/jdk/jdk14 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 - where each of the above is a complete JDK source tree - (e.g. mercurial forest) or a symlink to same. -As of 2013-02, the very latest lambda 8 jdk is needed for jdk8. + $HOME/jdk/src/jdk11 + $HOME/jdk/src/jdk12 + $HOME/jdk/src/jdk13 + $HOME/jdk/src/jdk14 + where each of the above is a JDK source tree or a symlink to same. + + Alternatively, define ant variables thus: + ant -Djdk$N.home=... -Djdk$N.src.home=... + for $N in 11 .. 14 ... + + As of 2016-03, the sources in src/main are for jdk9+ only. + As of 2019-08, the sources in src/main are for jdk11+ only. + As of 2019-10, compatibility support for jdk8 is dropped entirely. ------------------------------------------------------------------------------ - + + + - @@ -49,22 +64,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - - - @@ -72,21 +71,12 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - - + + + + + + @@ -102,80 +92,83 @@ As of 2013-02, the very latest lambda 8 - - - + + + + - + + + + + - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + + + + + + - - - - - - + + - + - + + + @@ -185,61 +178,109 @@ As of 2013-02, the very latest lambda 8 debug="${build.debug}" debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" - source="@{source}" + source="@{compile-target}" + target="@{compile-target}" classpath="${junit.jar}" - bootclasspath="@{classes}:${bootclasspath@{source}}" includeAntRuntime="false" includeJavaRuntime="false" - executable="${javac@{target}}" + encoding="ASCII" + executable="${javac@{compile-target}}" fork="true"> - + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + - - - - - - + workDir="@{workdir}/JTwork"> + + + + - + + + + @@ -250,36 +291,64 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + - + + + + + - + + + + + + + @@ -288,42 +357,68 @@ As of 2013-02, the very latest lambda 8 - + description="Builds library jar for src/main from compiled sources"> + + - + + + + + - - - - + + + + + + + + + + + + + + source="${build.main.javadoc.source}" + executable="${build.main.javadoc}"> + + + + - - + + + + + + + + + + + @@ -333,43 +428,19 @@ As of 2013-02, the very latest lambda 8 description="Puts all distributable products in single hierarchy"/> - - - - - - - - - - - - - - - - - - - + - - - - @@ -380,770 +451,395 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + classes="${product.jar}"> - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - + + + + - - - - - - - - - - - - - - - + + + + - - - - - - - + + + - - - - - - - - - + - - - - - - - - + + + + + + + + + + - - - + + + + + + + + + + - - - + + + + + + + + + + - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + - + + + + - + - - - - + + - - - + + - - - - - - + - + + - - - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + - - + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + target="${java.runtime.target}" + workdir="${build.dir}" + classes="${product.jar}"> + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + -