--- jsr166/build.xml 2013/01/23 06:46:27 1.126 +++ jsr166/build.xml 2013/05/02 21:38:03 1.139 @@ -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,13 @@ + + + + + + + @@ -118,19 +128,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -166,11 +176,12 @@ - + + @@ -180,18 +191,20 @@ 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,6 +214,9 @@ fork="true"> + + + @@ -210,6 +226,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -243,6 +287,7 @@ fork="true"> + @@ -269,16 +314,17 @@ - - + + - @@ -341,7 +387,7 @@ - + @@ -408,6 +454,29 @@ + + + + + + + + + + + @@ -574,6 +643,7 @@ fork="true"> + @@ -582,7 +652,7 @@ - @@ -594,13 +664,24 @@ + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -633,24 +714,12 @@ - - - - - - - - - - - - - + @@ -663,13 +732,14 @@ - - + + - @@ -700,14 +770,14 @@ + depends="4jdk7clean, 4jdk7jar"> - + @@ -741,7 +811,7 @@ - @@ -755,12 +825,13 @@ - - + + - + depends="jsr166xclean, jsr166xjar"> - + @@ -831,7 +902,7 @@ - @@ -845,12 +916,13 @@ - - + + - + depends="jsr166yclean, jsr166yjar"> - + @@ -894,7 +966,7 @@ @@ -921,7 +993,7 @@ - @@ -935,12 +1007,13 @@ - - + + - + depends="extra166yclean, extra166yjar"> - + @@ -1008,7 +1081,7 @@ - @@ -1022,12 +1095,13 @@ - - + + - @@ -1038,13 +1112,12 @@ @@ -1067,13 +1140,23 @@ + depends="jsr166eclean, jsr166ejar"> - + + + + + + + + + + +