--- jsr166/build.xml 2013/01/23 07:05:10 1.128 +++ jsr166/build.xml 2013/07/20 20:40:24 1.149 @@ -22,11 +22,15 @@ $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 +43,16 @@ + + + + + + + + + + @@ -166,11 +180,12 @@ - + + @@ -180,27 +195,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 +230,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -243,8 +291,11 @@ fork="true"> + + + @@ -261,11 +312,6 @@ - - - @@ -279,15 +325,23 @@ packagenames="none" link="${jdkapi8docs.url}" overview="${src.dir}/intro.html" + access="${build.javadoc.access}" sourcepath="${src.dir}:${jdk8src.dir}" classpath="" executable="${javadoc8}"> + + + + + + + @@ -326,14 +380,12 @@ + - - - @@ -345,143 +397,32 @@ - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - + + @@ -499,29 +440,6 @@ - - - - - - - - - - - - - - @@ -574,8 +492,38 @@ fork="true"> + + + + + + + + + + + + + + + + + @@ -600,7 +548,19 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + + @@ -626,31 +586,20 @@ - + - - - - - - - - - - - - - + @@ -670,6 +619,7 @@ packagenames="none" link="${jdkapi7docs.url}" overview="${4jdk7src.dir}/intro.html" + access="${build.javadoc.access}" sourcepath="${4jdk7src.dir}:${jdk7src.dir}" classpath="" executable="${javadoc7}"> @@ -694,11 +644,6 @@ - - - - @@ -761,6 +706,7 @@ - - - - - @@ -851,6 +791,7 @@ - - - - @@ -941,6 +877,7 @@ - - - - @@ -981,6 +913,9 @@ + + + @@ -992,11 +927,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"> @@ -1028,8 +963,9 @@ @@ -1037,18 +973,45 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - @@ -1076,4 +1034,14 @@ + + + + + + + + + +