--- jsr166/build.xml 2013/02/01 21:58:27 1.132 +++ jsr166/build.xml 2013/06/18 19:03:50 1.141 @@ -44,6 +44,15 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + @@ -170,8 +179,8 @@ As of 2013-02, the very latest lambda 8 - + @@ -185,12 +194,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"> @@ -201,12 +211,15 @@ As of 2013-02, the very latest lambda 8 - + + + @@ -216,6 +229,34 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + + + + + + + + + @@ -249,6 +290,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -425,6 +467,20 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> + + + + + + + @@ -590,6 +646,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -618,6 +675,13 @@ As of 2013-02, the very latest lambda 8 workdir="${build.4jdk7.dir}" classes="${4jdk7product.jar}"> + + + + + + + @@ -646,31 +710,20 @@ As of 2013-02, the very latest lambda 8 - + - - - - - - - - - - - - - + @@ -1068,8 +1121,7 @@ As of 2013-02, the very latest lambda 8