--- jsr166/build.xml 2013/02/01 21:58:27 1.132 +++ jsr166/build.xml 2013/07/20 18:26:16 1.148 @@ -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,8 +180,8 @@ As of 2013-02, the very latest lambda 8 - + @@ -185,12 +195,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 +212,15 @@ As of 2013-02, the very latest lambda 8 - + + + @@ -216,6 +230,34 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + + + + + + + + + @@ -249,8 +291,11 @@ As of 2013-02, the very latest lambda 8 fork="true"> + + + @@ -267,11 +312,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -292,9 +332,16 @@ As of 2013-02, the very latest lambda 8 + + + + + + + @@ -333,14 +380,12 @@ As of 2013-02, the very latest lambda 8 + - - - @@ -352,69 +397,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -425,79 +407,22 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - + + @@ -515,29 +440,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - @@ -590,6 +492,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -618,6 +521,14 @@ As of 2013-02, the very latest lambda 8 workdir="${build.4jdk7.dir}" classes="${4jdk7product.jar}"> + + + + + + + + @@ -646,31 +557,20 @@ As of 2013-02, the very latest lambda 8 - + - - - - - - - - - - - - - + @@ -715,11 +615,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -806,12 +701,6 @@ As of 2013-02, the very latest lambda 8 - - - - - @@ -897,11 +786,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -988,11 +872,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -1005,6 +884,9 @@ As of 2013-02, the very latest lambda 8 + + + @@ -1016,11 +898,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"> @@ -1053,8 +935,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}"> @@ -1062,18 +944,45 @@ As of 2013-02, the very latest lambda 8 - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - -