--- jsr166/build.xml 2004/04/09 20:10:29 1.65 +++ jsr166/build.xml 2017/10/31 17:44:09 1.257 @@ -1,4 +1,6 @@ - + ------------------------------------------------------------------------------ @@ -6,196 +8,497 @@ 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. + + The repository contains all dependencies except for ant and the JDK + itself. Because the JDK version matters and because different + targets require different JDKs, we assume that users have created a + hierarchy containing: + $HOME/jdk/jdk8 + $HOME/jdk/jdk9 + $HOME/jdk/jdk10 + where each of the above is a JDK or a symlink to same, and + $HOME/jdk/src/jdk8 + $HOME/jdk/src/jdk9 + $HOME/jdk/src/jdk10 + 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 8 9 10 ... + + As of 2016-03, the sources in src/main are for jdk9+ only. ------------------------------------------------------------------------------ - - Run "ant -projecthelp" for full usage information. + + + + + + - + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + depends="configure-compiler" + description="Compiles src/main sources to build dir"> - + + - + + + + + + + + + + + + - - - - - + description="Builds library jar for src/main from compiled sources"> + + - + + + + + - - - - - - - - - - - - - - - - + description="Builds javadocs for src/main to dist dir"> - - - + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - DocCheck output is in ${build.doccheck.dir} - - - - - - - - - - - - - -