--- jsr166/build.xml 2013/02/01 18:31:17 1.131 +++ jsr166/build.xml 2013/07/18 18:27:55 1.146 @@ -44,6 +44,15 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + @@ -170,11 +179,12 @@ As of 2013-02, the very latest lambda 8 - + + @@ -184,27 +194,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 +229,34 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + + + + + + + + + @@ -247,8 +290,11 @@ As of 2013-02, the very latest lambda 8 fork="true"> + + + @@ -265,11 +311,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -290,9 +331,16 @@ As of 2013-02, the very latest lambda 8 + + + + + + + @@ -336,9 +384,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -350,69 +395,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -423,79 +405,22 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - + + @@ -513,29 +438,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - @@ -588,6 +490,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -614,7 +517,19 @@ As of 2013-02, the very latest lambda 8 + classes="${4jdk7product.jar}"> + + + + + + + + + + + + @@ -640,31 +555,20 @@ As of 2013-02, the very latest lambda 8 - + - - - - - - - - - - - - - + @@ -999,6 +903,9 @@ As of 2013-02, the very latest lambda 8 + + + @@ -1010,11 +917,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"> @@ -1047,8 +954,8 @@ As of 2013-02, the very latest lambda 8 packagenames="jsr166e.*" link="${jdkapidocs.url}" access="${build.javadoc.access}" - sourcepath="${topsrc.dir}:${jdk7src.dir}" - source="7" + sourcepath="${topsrc.dir}:${jdk6src.dir}" + source="${build.jsr166e.java.version}" executable="${javadoc7}"> @@ -1056,18 +963,41 @@ As of 2013-02, the very latest lambda 8 - + + + + + + + + + + + + + + + + + + + + + + +