--- jsr166/build.xml 2013/02/05 03:39:35 1.136 +++ jsr166/build.xml 2013/06/18 19:03:50 1.141 @@ -44,6 +44,15 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + @@ -170,8 +179,8 @@ As of 2013-02, the very latest lambda 8 - + @@ -185,12 +194,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 +211,15 @@ As of 2013-02, the very latest lambda 8 - + + + @@ -663,8 +676,13 @@ As of 2013-02, the very latest lambda 8 classes="${4jdk7product.jar}"> + + + + + + - @@ -692,7 +710,7 @@ As of 2013-02, the very latest lambda 8 - + @@ -704,7 +722,8 @@ As of 2013-02, the very latest lambda 8 + classes="${4jdk7product.jar}" + jtregflags="-exclude:${jtreg.src.dir}/jdk8tests"/> @@ -1102,8 +1121,7 @@ As of 2013-02, the very latest lambda 8