--- jsr166/build.xml 2007/09/18 12:46:40 1.75 +++ jsr166/build.xml 2013/01/19 17:30:36 1.101 @@ -8,6 +8,20 @@ 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/jdk6 + $HOME/jdk/jdk7 + $HOME/jdk/jdk8 + 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. ------------------------------------------------------------------------------ @@ -21,27 +35,81 @@ - + - - - - - - - - + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -51,23 +119,43 @@ - - + + + + + + - + + + + + + + + + + + + + + + + + @@ -79,26 +167,40 @@ + + + + + + + + depends="configure-compiler" + description="Compiles src/main sources to build folder"> + destdir="${build.classes.dir}" + debug="${build.debug}" + debuglevel="${build.debuglevel}" + deprecation="${build.deprecation}" + classpath="" + includeAntRuntime="false" + includeJavaRuntime="false" + executable="${javac8}" + fork="true"> - + + + + + + + + + + + @@ -153,11 +263,10 @@ - @@ -198,44 +307,6 @@ - - - - - - - - - - - - - - - - - - - - - @@ -272,6 +343,7 @@ + @@ -289,6 +361,7 @@ + @@ -305,6 +378,7 @@ + @@ -445,6 +519,7 @@ + @@ -455,6 +530,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -474,6 +718,7 @@ + @@ -502,17 +747,11 @@ - - - - - - + packagenames="jsr166x" + link="${jdkapidocs.url}" + source="${build.sourcelevel}" + sourcepath="${topsrc.dir}:${jdksrc.dir}" + additionalparam="-XDignore.symbol.file=true" /> @@ -547,14 +786,11 @@ - - - - - - + packagenames="jsr166x" + link="${jdkapidocs.url}" + source="${build.sourcelevel}" + sourcepath="${topsrc.dir}:${jdksrc.dir}" + additionalparam="-XDignore.symbol.file=true" /> @@ -584,6 +820,7 @@ + @@ -600,7 +837,7 @@ - + @@ -615,16 +852,11 @@ - - - - - - + packagenames="jsr166y" + link="${jdkapidocs.url}" + source="${build.sourcelevel}" + sourcepath="${topsrc.dir}:${jdksrc.dir}" + additionalparam="-XDignore.symbol.file=true" /> @@ -657,13 +889,11 @@ - - - - - + packagenames="jsr166y" + link="${jdkapidocs.url}" + source="${build.sourcelevel}" + sourcepath="${topsrc.dir}:${jdksrc.dir}" + additionalparam="-XDignore.symbol.file=true" /> @@ -674,4 +904,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +