--- jsr166/build.xml 2013/01/22 21:22:57 1.124 +++ jsr166/build.xml 2013/07/14 22:39:31 1.145 @@ -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 @@ + + + + + + + + + + @@ -57,10 +70,10 @@ - - - - + + + + @@ -86,6 +99,18 @@ + + + + + + + + + + + + @@ -105,13 +130,20 @@ - - - - - - - + + + + + + + + + + + + + + @@ -147,11 +179,12 @@ - + + @@ -161,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"> + - + + + @@ -191,6 +229,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -224,6 +290,7 @@ fork="true"> + @@ -242,24 +309,20 @@ - - - - - + + - @@ -269,12 +332,18 @@ + + + + + + @@ -312,154 +381,43 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - - - - - + + @@ -477,29 +435,6 @@ - - - - - - - - - - - - - - @@ -552,6 +487,7 @@ fork="true"> + @@ -560,7 +496,7 @@ - @@ -572,13 +508,25 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + + @@ -604,31 +552,20 @@ - + - - - - - - - - - - - - - + @@ -641,13 +578,14 @@ - - + + - @@ -660,7 +598,7 @@ @@ -678,10 +616,14 @@ - + depends="4jdk7clean, 4jdk7jar"> + + + + @@ -715,7 +657,7 @@ - @@ -729,12 +671,13 @@ - - + + - @@ -765,10 +708,13 @@ - + depends="jsr166xclean, jsr166xjar"> + + + @@ -802,7 +748,7 @@ - @@ -816,12 +762,13 @@ - - + + - @@ -851,10 +798,13 @@ - + depends="jsr166yclean, jsr166yjar"> + + + @@ -862,7 +812,7 @@ @@ -889,7 +839,7 @@ - @@ -903,12 +853,13 @@ - - + + - @@ -938,14 +889,20 @@ - + depends="extra166yclean, extra166yjar"> + + + + + + @@ -957,11 +914,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"> @@ -973,7 +930,7 @@ - @@ -987,14 +944,15 @@ - - + + - @@ -1002,29 +960,50 @@ - + + + + + + + + + + + + + + + + + + + + + + + - - @@ -1034,10 +1013,23 @@ - + depends="jsr166eclean, jsr166ejar"> + + + + + + + + + + + + +