Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
changeset 277:b558e19d5de5
8014909: ant test compilation error with JoniTest.java
Reviewed-by: jlaskey
author | sundar |
---|---|
date | Mon, 20 May 2013 23:04:01 +0530 |
parents | 92164a5742db |
children | 1fd18f40ab52 |
files | make/build.xml |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/build.xml Mon May 20 16:38:38 2013 +0200 +++ b/make/build.xml Mon May 20 23:04:01 2013 +0530 @@ -212,7 +212,9 @@ target="${javac.target}" debug="${javac.debug}" encoding="${javac.encoding}" - includeantruntime="false"/> + includeantruntime="false"> + <compilerarg line="-extdirs """/> + </javac> <!-- tests that check nashorn internals and internal API --> <jar jarfile="${nashorn.internal.tests.jar}">