--- jsr166/build.xml 2013/01/28 22:00:34 1.130 +++ jsr166/build.xml 2013/07/20 20:40:24 1.149 @@ -22,10 +22,12 @@ $HOME/jdk/src/jdk8 where each of the above is a complete JDK source tree (e.g. mercurial forest) or a symlink to same. +As of 2013-02, the very latest lambda 8 jdk is needed for jdk8. ------------------------------------------------------------------------------ - + + @@ -43,6 +45,15 @@ + + + + + + + + + @@ -169,11 +180,12 @@ - + + @@ -183,27 +195,32 @@ 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"> + - + + + @@ -213,6 +230,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -246,8 +291,11 @@ fork="true"> + + + @@ -264,11 +312,6 @@ - - - @@ -289,9 +332,16 @@ + + + + + + + @@ -330,14 +380,12 @@ + - - - @@ -349,143 +397,32 @@ - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - + + @@ -503,29 +440,6 @@ - - - - - - - - - - - - - - @@ -578,8 +492,38 @@ fork="true"> + + + + + + + + + + + + + + + + + @@ -604,7 +548,19 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + + @@ -630,31 +586,20 @@ - + - - - - - - - - - - - - - + @@ -699,11 +644,6 @@ - - - - @@ -790,12 +730,6 @@ - - - - - @@ -881,11 +815,6 @@ - - - - @@ -972,11 +901,6 @@ - - - - @@ -989,6 +913,9 @@ + + + @@ -1000,11 +927,11 @@ 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"> @@ -1037,8 +964,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}"> @@ -1046,18 +973,45 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - -