--- jsr166/build.xml 2011/07/15 13:21:07 1.90 +++ 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,13 +113,16 @@ - - - - + + + + + + + @@ -73,6 +130,7 @@ + @@ -82,6 +140,16 @@ + + + + + + + + + + @@ -160,12 +228,12 @@ - + @@ -229,12 +297,12 @@ - + @@ -465,6 +533,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -514,7 +754,7 @@ @@ -553,7 +793,7 @@ @@ -619,7 +859,7 @@ @@ -656,7 +896,7 @@ @@ -724,7 +964,7 @@ @@ -761,7 +1001,7 @@ @@ -777,27 +1017,28 @@ - - + classpath="" + includeAntRuntime="false" + includeJavaRuntime="false" + executable="${javac7}" + fork="true"> - + - - - + @@ -827,10 +1068,15 @@ + sourcepath="${topsrc.dir}:${jdk7src.dir}:${jdksrc.dir}" + executable="${javadoc7}" + additionalparam="-XDignore.symbol.file=true" > + + + + @@ -864,7 +1110,7 @@