--- jsr166/build.xml 2013/02/01 18:31:17 1.131 +++ jsr166/build.xml 2013/05/02 21:38:03 1.139 @@ -44,6 +44,12 @@ As of 2013-02, the very latest lambda 8 + + + + + + @@ -170,11 +176,12 @@ As of 2013-02, the very latest lambda 8 - + + @@ -184,18 +191,20 @@ As of 2013-02, the very latest lambda 8 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"> + @@ -205,6 +214,9 @@ As of 2013-02, the very latest lambda 8 fork="true"> + + + @@ -214,6 +226,34 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + + + + + + + + + @@ -247,6 +287,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -423,6 +464,20 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> + + + + + + + @@ -588,6 +643,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -614,7 +670,18 @@ As of 2013-02, the very latest lambda 8 + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -647,24 +714,12 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - + @@ -1062,8 +1117,7 @@ As of 2013-02, the very latest lambda 8