--- jsr166/build.xml 2013/01/14 08:58:47 1.93 +++ jsr166/build.xml 2013/01/23 06:46:27 1.126 @@ -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,7 +35,7 @@ - + @@ -31,43 +45,56 @@ - - - - - - + + + + - - - - - - - - - - - - + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -84,32 +111,35 @@ - + - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + @@ -117,103 +147,153 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + depends="configure-compiler" + description="Compiles src/main sources to build dir"> + destdir="${build.classes.dir}" + debug="${build.debug}" + debuglevel="${build.debuglevel}" + deprecation="${build.deprecation}" + classpath="" + includeAntRuntime="false" + includeJavaRuntime="false" + executable="${javac8}" + fork="true"> - - - - - - - - - + description="Builds javadocs for src/main to dist dir"> - - + + - + sourcepath="${src.dir}:${jdk8src.dir}" + classpath="" + executable="${javadoc8}"> + + + - - @@ -232,22 +312,17 @@ - - - - - @@ -256,49 +331,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - Building JSR-166 version ${version} - java.home is ${java.home} - - - - - + + + @@ -308,36 +351,42 @@ + destdir="${build.testcases.dir}" + debug="${build.debug}" + debuglevel="${build.debuglevel}" + deprecation="${build.deprecation}" + source="6" + classpath="${junit.jar}" + bootclasspath="@{product.jar}:${bootclasspath6}" + includeAntRuntime="false" + includeJavaRuntime="false" + executable="${javac8}" + fork="true"> - - + - - + + - - + destdir="${build.testcases.dir}" + debug="${build.debug}" + debuglevel="${build.debuglevel}" + deprecation="${build.deprecation}" + source="6" + classpath="" + bootclasspath="@{product.jar}:${bootclasspath6}" + includeAntRuntime="false" + includeJavaRuntime="false" + executable="${javac8}" + fork="true"> - - + - - + + @@ -350,11 +399,9 @@ source="${build.sourcelevel}" fork="true"> - - + - - + --> @@ -375,9 +422,10 @@ errorProperty="junit.failed" failureProperty="junit.failed" dir="${build.reports.dir}" + jvm="${java8}" fork="true"> - + @@ -478,7 +526,7 @@ - @@ -504,330 +552,341 @@ - + - - + description="Compiles src/jdk7 sources, targeting jdk7"> - + - - + - - - - - - - + + + - - - - - - - - - - - + - + + + + + + + + + - + - + + + + + + + + + + + + + + + + + - + - - - + - + + + - - + executable="${javadoc7}"> + + + + + + + + + + + - - + - + + + + + + + + + + + depends="configure-compiler" + description="Compiles jsr166x sources to build dir"> - + - + - - + + + - - - - - - - + + - + description="Builds javadocs to dist dir"> - - + + - + sourcepath="${topsrc.dir}:${jdk6src.dir}" + bootclasspath="${bootclasspath6}" + source="5" + executable="${javadoc7}"> + + - + description="Removes all jsr166x build products"> - - - - - - - - - - - - - - + depends="jsr166xclean, jsr166x-jar"> + + + + - + - + - - + - - - + + - - - - - - - + + - + description="Builds javadocs to dist dir"> - - + + - + sourcepath="${topsrc.dir}:${jdk6src.dir}" + bootclasspath="${bootclasspath6}" + source="6" + executable="${javadoc7}"> + + - + description="Removes all jsr166y build products"> - - - - - - - - - - - - - + depends="jsr166yclean, jsr166y-jar"> + + + + @@ -835,207 +894,186 @@ - + - + - - + - - - + + - - - - - - - + + - + description="Builds javadocs to build dir"> - - + + - + sourcepath="${topsrc.dir}:${jdk6src.dir}" + bootclasspath="${bootclasspath6}" + source="6" + executable="${javadoc7}"> + + - + description="Removes all extra166y build products"> - - - - - - - - - - - - - + depends="extra166yclean, extra166y-jar"> + + + + - - + - + - - + - - - + + - - - - - - - + + - + description="Builds javadocs to build dir"> - - + + - + sourcepath="${topsrc.dir}:${jdk7src.dir}" + source="7" + executable="${javadoc7}"> + + + + + + + + - - + description="Removes all jsr166e build products"> - - - - - - - - - - - - - - + depends="jsr166eclean, jsr166e-jar"> + + + +