--- jsr166/build.xml 2013/01/23 06:46:27 1.126 +++ jsr166/build.xml 2013/07/18 18:27:55 1.146 @@ -22,11 +22,14 @@ $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. ------------------------------------------------------------------------------ - - Run "ant -projecthelp" for full usage information. + + + + @@ -39,6 +42,16 @@ + + + + + + + + + + @@ -118,19 +131,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -166,11 +179,12 @@ - + + @@ -180,27 +194,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"> + - + + + @@ -210,6 +229,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -243,8 +290,11 @@ fork="true"> + + + @@ -261,33 +311,36 @@ - - - - - + + - + + + + + + + @@ -331,9 +384,6 @@ - - - @@ -341,147 +391,36 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - + + @@ -499,29 +438,6 @@ - - - - - - - - - - - - - - @@ -574,6 +490,7 @@ fork="true"> + @@ -582,7 +499,7 @@ - @@ -594,13 +511,25 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + + @@ -626,31 +555,20 @@ - + - - - - - - - - - - - - - + @@ -663,13 +581,14 @@ - - + + - @@ -700,14 +619,14 @@ + depends="4jdk7clean, 4jdk7jar"> - + @@ -741,7 +660,7 @@ - @@ -755,12 +674,13 @@ - - + + - + depends="jsr166xclean, jsr166xjar"> - + @@ -831,7 +751,7 @@ - @@ -845,12 +765,13 @@ - - + + - + depends="jsr166yclean, jsr166yjar"> - + @@ -894,7 +815,7 @@ @@ -921,7 +842,7 @@ - @@ -935,12 +856,13 @@ - - + + - + depends="extra166yclean, extra166yjar"> - + + + + @@ -992,11 +917,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"> @@ -1008,7 +933,7 @@ - @@ -1022,14 +947,15 @@ - - + + - @@ -1037,18 +963,41 @@ - + + + + + + + + + + + + + + + + + + + + + + + + depends="jsr166eclean, jsr166ejar"> - + + + + + + + + + + +