--- jsr166/build.xml 2013/01/28 22:00:34 1.130 +++ jsr166/build.xml 2013/03/22 18:04:56 1.138 @@ -22,6 +22,7 @@ $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. ------------------------------------------------------------------------------ @@ -169,11 +170,12 @@ - + + @@ -183,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"> + @@ -213,6 +217,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -246,6 +278,7 @@ fork="true"> + @@ -412,6 +445,29 @@ + + + + + + + + + + + @@ -578,6 +634,7 @@ fork="true"> + @@ -604,7 +661,18 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -637,24 +705,12 @@ - - - - - - - - - - - - - + @@ -1052,8 +1108,7 @@