--- jsr166/build.xml 2013/01/23 06:57:08 1.127 +++ jsr166/build.xml 2013/03/22 18:04:56 1.138 @@ -22,11 +22,14 @@ $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. ------------------------------------------------------------------------------ - - Run "ant -projecthelp" for full usage information. + + + + @@ -39,6 +42,7 @@ + @@ -166,11 +170,12 @@ - + + @@ -180,18 +185,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"> + @@ -210,6 +217,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -243,6 +278,7 @@ fork="true"> + @@ -279,6 +315,7 @@ packagenames="none" link="${jdkapi8docs.url}" overview="${src.dir}/intro.html" + access="${build.javadoc.access}" sourcepath="${src.dir}:${jdk8src.dir}" classpath="" executable="${javadoc8}"> @@ -408,6 +445,29 @@ + + + + + + + + + + + @@ -574,6 +634,7 @@ fork="true"> + @@ -582,7 +643,7 @@ - @@ -594,13 +655,24 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -633,24 +705,12 @@ - - - - - - - - - - - - - + @@ -670,6 +730,7 @@ packagenames="none" link="${jdkapi7docs.url}" overview="${4jdk7src.dir}/intro.html" + access="${build.javadoc.access}" sourcepath="${4jdk7src.dir}:${jdk7src.dir}" classpath="" executable="${javadoc7}"> @@ -700,7 +761,7 @@ + depends="4jdk7clean, 4jdk7jar"> @@ -741,7 +802,7 @@ - @@ -761,6 +822,7 @@ + depends="jsr166xclean, jsr166xjar"> @@ -831,7 +893,7 @@ - @@ -851,6 +913,7 @@ + depends="jsr166yclean, jsr166yjar"> @@ -894,7 +957,7 @@ @@ -921,7 +984,7 @@ - @@ -941,6 +1004,7 @@ + depends="extra166yclean, extra166yjar"> @@ -1008,7 +1072,7 @@ - @@ -1028,6 +1092,7 @@ @@ -1038,13 +1103,12 @@ @@ -1067,7 +1131,7 @@ + depends="jsr166eclean, jsr166ejar"> @@ -1076,4 +1140,14 @@ + + + + + + + + + +