--- jsr166/build.xml 2013/01/28 22:00:34 1.130 +++ jsr166/build.xml 2013/05/02 21:38:03 1.139 @@ -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. ------------------------------------------------------------------------------ @@ -43,6 +44,12 @@ + + + + + + @@ -169,11 +176,12 @@ - + + @@ -183,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"> + @@ -204,6 +214,9 @@ fork="true"> + + + @@ -213,6 +226,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -246,6 +287,7 @@ fork="true"> + @@ -412,6 +454,29 @@ + + + + + + + + + + + @@ -578,6 +643,7 @@ fork="true"> + @@ -604,7 +670,18 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -637,24 +714,12 @@ - - - - - - - - - - - - - + @@ -1052,8 +1117,7 @@