--- jsr166/build.xml 2013/02/01 18:31:17 1.131 +++ jsr166/build.xml 2013/03/22 18:04:56 1.138 @@ -170,11 +170,12 @@ As of 2013-02, the very latest lambda 8 - + + @@ -184,18 +185,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"> + @@ -214,6 +217,34 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + + + + + + + + + @@ -247,6 +278,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -423,6 +455,20 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> + + + + + + + @@ -588,6 +634,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -614,7 +661,18 @@ As of 2013-02, the very latest lambda 8 + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -647,24 +705,12 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - + @@ -1062,8 +1108,7 @@ As of 2013-02, the very latest lambda 8