--- jsr166/build.xml 2012/11/18 06:21:11 1.91 +++ jsr166/build.xml 2013/01/16 07:39:51 1.98 @@ -8,6 +8,15 @@ 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. ------------------------------------------------------------------------------ @@ -34,6 +43,13 @@ + + + + + + + @@ -50,6 +66,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -59,14 +113,16 @@ - - - - + + + + + + @@ -74,6 +130,7 @@ + @@ -176,7 +233,7 @@ sourcepath="${src.dir}:${jdksrc.dir}" additionalparam="-XDignore.symbol.file=true" > - + @@ -245,7 +302,7 @@ sourcepath="${src.dir}:${jdksrc.dir}" additionalparam="-XDignore.symbol.file=true" > - + @@ -476,6 +533,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -788,27 +1017,28 @@ - - + classpath="" + includeAntRuntime="false" + includeJavaRuntime="false" + executable="${javac7}" + fork="true"> - + - - - + @@ -838,10 +1068,15 @@ + sourcepath="${topsrc.dir}:${jdk7src.dir}:${jdksrc.dir}" + executable="${javadoc7}" + additionalparam="-XDignore.symbol.file=true" > + + + +