--- jsr166/build.xml 2013/01/28 22:00:34 1.130 +++ jsr166/build.xml 2013/07/10 17:09:45 1.143 @@ -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,15 @@ + + + + + + + + + @@ -169,11 +179,12 @@ - + + @@ -183,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"> + - + + + @@ -213,6 +229,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -246,6 +290,7 @@ fork="true"> + @@ -264,11 +309,6 @@ - - - @@ -292,6 +332,12 @@ + + + + + + @@ -335,9 +381,6 @@ - - - @@ -349,143 +392,32 @@ - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - + + @@ -503,29 +435,6 @@ - - - - - - - - - - - - - - @@ -578,6 +487,7 @@ fork="true"> + @@ -604,7 +514,18 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -630,31 +551,20 @@ - + - - - - - - - - - - - - - + @@ -1052,8 +962,7 @@