--- jsr166/build.xml 2013/01/23 07:17:13 1.129 +++ jsr166/build.xml 2013/07/20 17:21:45 1.147 @@ -22,6 +22,7 @@ $HOME/jdk/src/jdk8 where each of the above is a complete JDK source tree (e.g. mercurial forest) or a symlink to same. +As of 2013-02, the very latest lambda 8 jdk is needed for jdk8. ------------------------------------------------------------------------------ @@ -41,6 +42,16 @@ + + + + + + + + + + @@ -168,11 +179,12 @@ - + + @@ -182,27 +194,32 @@ debug="${build.debug}" debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" - source="@{source}" + source="@{compile-target}" + target="@{compile-target}" classpath="${junit.jar}" - bootclasspath="@{classes}:${bootclasspath@{source}}" + bootclasspath="@{classes}:${bootclasspath@{compile-target}}" includeAntRuntime="false" includeJavaRuntime="false" - executable="${javac@{target}}" + executable="${javac@{compile-target}}" fork="true"> + - + + + @@ -212,6 +229,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -245,8 +290,11 @@ fork="true"> + + + @@ -263,11 +311,6 @@ - - - @@ -281,15 +324,23 @@ packagenames="none" link="${jdkapi8docs.url}" overview="${src.dir}/intro.html" + access="${build.javadoc.access}" sourcepath="${src.dir}:${jdk8src.dir}" classpath="" executable="${javadoc8}"> + + + + + + + @@ -333,9 +384,6 @@ - - - @@ -347,143 +395,32 @@ - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - + + @@ -501,29 +438,6 @@ - - - - - - - - - - - - - - @@ -576,6 +490,7 @@ fork="true"> + @@ -602,7 +517,19 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + + @@ -628,31 +555,20 @@ - + - - - - - - - - - - - - - + @@ -672,6 +588,7 @@ packagenames="none" link="${jdkapi7docs.url}" overview="${4jdk7src.dir}/intro.html" + access="${build.javadoc.access}" sourcepath="${4jdk7src.dir}:${jdk7src.dir}" classpath="" executable="${javadoc7}"> @@ -763,6 +680,7 @@ + + + @@ -994,11 +917,11 @@ debug="${build.debug}" debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" - source="7" + source="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" - executable="${javac7}" + executable="${build.jsr166e.javac}" fork="true"> @@ -1030,8 +953,9 @@ @@ -1039,18 +963,46 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +