--- jsr166/build.xml 2013/01/22 20:22:00 1.123 +++ jsr166/build.xml 2013/05/02 21:38:03 1.139 @@ -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,13 @@ + + + + + + + @@ -57,10 +67,10 @@ - - - - + + + + @@ -86,6 +96,18 @@ + + + + + + + + + + + + @@ -105,13 +127,20 @@ - - - - - - - + + + + + + + + + + + + + + @@ -147,11 +176,12 @@ - + + @@ -161,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"> + @@ -182,6 +214,9 @@ fork="true"> + + + @@ -191,6 +226,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -224,6 +287,7 @@ fork="true"> + @@ -250,16 +314,17 @@ - - + + - @@ -274,7 +339,7 @@ @@ -317,9 +382,12 @@ - + + + @@ -386,6 +454,29 @@ + + + + + + + + + + + @@ -552,6 +643,7 @@ fork="true"> + @@ -560,7 +652,7 @@ - @@ -572,13 +664,24 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -611,24 +714,12 @@ - - - - - - - - - - - - - + @@ -641,13 +732,14 @@ - - + + - @@ -660,7 +752,7 @@ @@ -678,10 +770,14 @@ - + depends="4jdk7clean, 4jdk7jar"> + + + + @@ -715,7 +811,7 @@ - @@ -729,12 +825,13 @@ - - + + - @@ -765,10 +862,13 @@ - + depends="jsr166xclean, jsr166xjar"> + + + @@ -802,7 +902,7 @@ - @@ -816,12 +916,13 @@ - - + + - @@ -851,10 +952,13 @@ - + depends="jsr166yclean, jsr166yjar"> + + + @@ -862,7 +966,7 @@ @@ -889,7 +993,7 @@ - @@ -903,12 +1007,13 @@ - - + + - @@ -938,10 +1043,13 @@ - + depends="extra166yclean, extra166yjar"> + + + @@ -973,7 +1081,7 @@ - @@ -987,12 +1095,13 @@ - - + + - @@ -1003,28 +1112,25 @@ - - @@ -1034,10 +1140,23 @@ - + depends="jsr166eclean, jsr166ejar"> + + + + + + + + + + + + +