hg: jigsaw/m2/jdk: Removing unused import

2014-11-18 Thread erik . joelsson
Changeset: f32418a26dfd Author:erikj Date: 2014-11-18 12:44 +0100 URL: http://hg.openjdk.java.net/jigsaw/m2/jdk/rev/f32418a26dfd Removing unused import ! src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/Config.java

Build problem NASHORN_OUTPUTDIR not set?

2014-11-18 Thread Chris Newland
Hi, I'm having trouble building OpenJDK9 Jigsaw from http://hg.openjdk.java.net/jigsaw/m2 and it looks like NASHORN_OUTPUTDIR is unset? This causes the nashorn class directories not to be created: Compiling 1569 files for jdk.localedata /bin/mkdir: cannot create directory `/nashorn_classes':

Re: Build problem NASHORN_OUTPUTDIR not set?

2014-11-18 Thread Erik Joelsson
Hello, I removed NASHORN_OUTPUTDIR from common/autoconf/spec.gmk and there should be a corresponding change in the nashorn repo to stop using it. Could you check that you aren't missing changes in your nashorn workspace? /Erik On 2014-11-18 17:01, Chris Newland wrote: Hi, I'm having

Re: Build problem NASHORN_OUTPUTDIR not set?

2014-11-18 Thread Chris Newland
Hi Erik, Removing the entire jigsaw workspace and re-cloning it fixed the problem. Not sure why hg pull update didn't work? Thanks, and apologies for the noise. Chris @chriswhocodes On Tue, November 18, 2014 16:41, Erik Joelsson wrote: Hello, I removed NASHORN_OUTPUTDIR from

hg: jigsaw/m2/langtools: fix test/tools/javac/api/T6430241.java

2014-11-18 Thread jonathan . gibbons
Changeset: 4e6c43a7b394 Author:jjg Date: 2014-11-18 15:43 -0800 URL: http://hg.openjdk.java.net/jigsaw/m2/langtools/rev/4e6c43a7b394 fix test/tools/javac/api/T6430241.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/file/JavacFileManager.java !

hg: jigsaw/m2/langtools: fix test/tools/javadoc/api/basic/GetTask_FileManagerTest.java

2014-11-18 Thread jonathan . gibbons
Changeset: ec5d6e9773c2 Author:jjg Date: 2014-11-18 18:20 -0800 URL: http://hg.openjdk.java.net/jigsaw/m2/langtools/rev/ec5d6e9773c2 fix test/tools/javadoc/api/basic/GetTask_FileManagerTest.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/api/ClientCodeWrapper.java !

hg: jigsaw/m2/langtools: fix test/tools/javac/api/TestSearchPaths.java

2014-11-18 Thread jonathan . gibbons
Changeset: 1b92d0a7038d Author:jjg Date: 2014-11-18 18:42 -0800 URL: http://hg.openjdk.java.net/jigsaw/m2/langtools/rev/1b92d0a7038d fix test/tools/javac/api/TestSearchPaths.java ! test/tools/javac/api/TestSearchPaths.java