--- jsr166/build.xml 2013/01/23 07:17:13 1.129 +++ jsr166/build.xml 2013/05/02 21:38:03 1.139 @@ -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,13 @@ + + + + + + + @@ -168,11 +176,12 @@ - + + @@ -182,18 +191,20 @@ 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"> + @@ -203,6 +214,9 @@ fork="true"> + + + @@ -212,6 +226,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -245,6 +287,7 @@ fork="true"> + @@ -281,6 +324,7 @@ packagenames="none" link="${jdkapi8docs.url}" overview="${src.dir}/intro.html" + access="${build.javadoc.access}" sourcepath="${src.dir}:${jdk8src.dir}" classpath="" executable="${javadoc8}"> @@ -410,6 +454,29 @@ + + + + + + + + + + + @@ -576,6 +643,7 @@ fork="true"> + @@ -602,7 +670,18 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -635,24 +714,12 @@ - - - - - - - - - - - - - + @@ -672,6 +739,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 +831,7 @@ @@ -1045,8 +1117,7 @@ @@ -1078,4 +1149,14 @@ + + + + + + + + + +