--- jsr166/build.xml 2013/02/01 21:58:27 1.132 +++ 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,8 +176,8 @@ As of 2013-02, the very latest lambda 8 - + @@ -185,12 +191,13 @@ 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"> @@ -207,6 +214,9 @@ As of 2013-02, the very latest lambda 8 fork="true"> + + + @@ -216,6 +226,34 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + + + + + + + + + @@ -249,6 +287,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -425,6 +464,20 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> + + + + + + + @@ -590,6 +643,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -618,6 +672,13 @@ As of 2013-02, the very latest lambda 8 workdir="${build.4jdk7.dir}" classes="${4jdk7product.jar}"> + + + + + + + @@ -653,24 +714,12 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - + @@ -1068,8 +1117,7 @@ As of 2013-02, the very latest lambda 8