Re: JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-19 Thread Rory O'Donnell
Thanks for the update Robert. Rgds , Rory On 18 Dec 2014, at 21:58, Robert Scholte rfscho...@apache.org wrote: Hi all, small update: I've fixed MANIMALSNIFFER-49 I've built Maven from trunk using the latest SNAPSHOT of the animalsniffer-maven-plugin and now it succeeds. Next I'll

Re: JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-18 Thread Robert Scholte
Hi all, small update: I've fixed MANIMALSNIFFER-49 I've built Maven from trunk using the latest SNAPSHOT of the animalsniffer-maven-plugin and now it succeeds. Next I'll search for a couple of plugins which now depend on the tools.jar and see what we can do there. thanks, Robert [1]

Re: JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-18 Thread Anders Hammar
Awesome! I know there are plugins over at Codehaus Mojo that uses tools.jar. /Anders On Thu, Dec 18, 2014 at 10:58 PM, Robert Scholte rfscho...@apache.org wrote: Hi all, small update: I've fixed MANIMALSNIFFER-49 I've built Maven from trunk using the latest SNAPSHOT of the

Re: JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-10 Thread Balchandra Vaidya
Hi Robert, The signature of flip() is not changed. There could be something else here. Did you see this issue with jdk 9 ea b40 or in any other jdk 9 ea builds or in any 8u40 ea builds ? If the issue is specific to 9 ea b41 or even specific to 9 ea builds, please file an incident and let me

Re: JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-10 Thread dalibor topic
On 09.12.2014 20:33, Robert Scholte wrote: F:\java-workspace\apache-maven-maven\maven\maven-compat\src\main\java\org\apache\maven\repository\legacy\DefaultUpdateCheckManager.java:253: Undefined reference: java.nio.ByteBuffer java.nio.ByteBuffer.flip() [ERROR]

Re: JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-10 Thread dalibor topic
On 10.12.2014 13:25, dalibor topic wrote: On 09.12.2014 20:33, Robert Scholte wrote: F:\java-workspace\apache-maven-maven\maven\maven-compat\src\main\java\org\apache\maven\repository\legacy\DefaultUpdateCheckManager.java:253: Undefined reference: java.nio.ByteBuffer

Re: JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-10 Thread Robert Scholte
Okay, I see. This is probably the first time we see this kind of valid method signature change in the JDK/API itself. So this is something we need to fix in Mojo's Animal Sniffer[1]. I've created MANIMALSNIFFER-49[2], let's see if we can fix it there. thanks, Robert [1]

JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-09 Thread Rory O'Donnell
Hi Robert Kristian, The initial changesets for JEP 220: Modular Run-Time Images [1] are available with JDK 9 early-access build 41 [2]. To summarize (please see the JEP for details): - The jre subdirectory is no longer present in JDK images. - The user-editable configuration files

Re: JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-09 Thread Robert Scholte
Hi, I've tried to build Maven itself with this JDK version. It fails almost at the end when building Maven Compat. The output: [INFO] --- animal-sniffer-maven-plugin:1.10:check (check-java-1.6-compat) @ maven-compat --- [INFO] Checking unresolved references to