--- jsr166/build.xml 2013/02/01 18:31:17 1.131 +++ jsr166/build.xml 2013/07/22 17:50:12 1.150 @@ -26,7 +26,8 @@ As of 2013-02, the very latest lambda 8 ------------------------------------------------------------------------------ - + + @@ -44,6 +45,15 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + @@ -170,11 +180,12 @@ As of 2013-02, the very latest lambda 8 - + + @@ -184,27 +195,32 @@ 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 +230,34 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + + + + + + + + + @@ -247,8 +291,11 @@ As of 2013-02, the very latest lambda 8 fork="true"> + + + @@ -265,11 +312,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -290,9 +332,16 @@ As of 2013-02, the very latest lambda 8 + + + + + + + @@ -331,14 +380,12 @@ As of 2013-02, the very latest lambda 8 + - - - @@ -350,69 +397,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -423,79 +407,22 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - + + @@ -513,29 +440,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - @@ -588,8 +492,38 @@ As of 2013-02, the very latest lambda 8 fork="true"> + + + + + + + + + + + + + + + + + @@ -614,7 +548,19 @@ As of 2013-02, the very latest lambda 8 + classes="${4jdk7product.jar}"> + + + + + + + + + + + + @@ -640,31 +586,20 @@ As of 2013-02, the very latest lambda 8 - + - - - - - - - - - - - - - + @@ -709,11 +644,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -800,12 +730,6 @@ As of 2013-02, the very latest lambda 8 - - - - - @@ -891,11 +815,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -982,11 +901,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -999,6 +913,9 @@ As of 2013-02, the very latest lambda 8 + + + @@ -1010,11 +927,11 @@ As of 2013-02, the very latest lambda 8 debug="${build.debug}" debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" - source="7" + source="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" - executable="${javac7}" + executable="${build.jsr166e.javac}" fork="true"> @@ -1025,6 +942,32 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + @@ -1056,18 +999,45 @@ As of 2013-02, the very latest lambda 8 - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - -