--- jsr166/build.xml 2013/01/23 07:05:10 1.128 +++ jsr166/build.xml 2013/07/10 17:09:45 1.143 @@ -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,16 @@ + + + + + + + + + + @@ -166,11 +179,12 @@ - + + @@ -180,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"> + - + + + @@ -210,6 +229,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -243,6 +290,7 @@ fork="true"> + @@ -261,11 +309,6 @@ - - - @@ -279,6 +322,7 @@ packagenames="none" link="${jdkapi8docs.url}" overview="${src.dir}/intro.html" + access="${build.javadoc.access}" sourcepath="${src.dir}:${jdk8src.dir}" classpath="" executable="${javadoc8}"> @@ -288,6 +332,12 @@ + + + + + + @@ -331,9 +381,6 @@ - - - @@ -345,143 +392,32 @@ - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - + + @@ -499,29 +435,6 @@ - - - - - - - - - - - - - - @@ -574,6 +487,7 @@ fork="true"> + @@ -600,7 +514,18 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -626,31 +551,20 @@ - + - - - - - - - - - - - - - + @@ -670,6 +584,7 @@ packagenames="none" link="${jdkapi7docs.url}" overview="${4jdk7src.dir}/intro.html" + access="${build.javadoc.access}" sourcepath="${4jdk7src.dir}:${jdk7src.dir}" classpath="" executable="${javadoc7}"> @@ -761,6 +676,7 @@ @@ -1043,8 +962,7 @@ @@ -1076,4 +994,14 @@ + + + + + + + + + +