22 |
$HOME/jdk/src/jdk8 |
$HOME/jdk/src/jdk8 |
23 |
where each of the above is a complete JDK source tree |
where each of the above is a complete JDK source tree |
24 |
(e.g. mercurial forest) or a symlink to same. |
(e.g. mercurial forest) or a symlink to same. |
25 |
|
As of 2013-02, the very latest lambda 8 jdk is needed for jdk8. |
26 |
------------------------------------------------------------------------------ |
------------------------------------------------------------------------------ |
27 |
</description> |
</description> |
28 |
|
|
413 |
|
|
414 |
</target> |
</target> |
415 |
|
|
416 |
|
<target name="test-tck" |
417 |
|
depends="jar" |
418 |
|
description="Runs tck tests for main directly"> |
419 |
|
|
420 |
|
<run-tck-tests |
421 |
|
target="8" |
422 |
|
workdir="${build.dir}" |
423 |
|
classes="${product.jar}"/> |
424 |
|
</target> |
425 |
|
|
426 |
<target name="run-tests" |
<target name="run-tests" |
427 |
depends="compile-tests"> |
depends="compile-tests"> |