Re: CFV: New jigsaw Committer: Jean-Francois Denise

2015-09-13 Thread Sundararajan Athijegannathan
Vote: yes On 9/13/2015 8:03 PM, Alan Bateman wrote: I hereby nominate Jean-Francois Denise to jigsaw Committer. Jean-Francois is a jdk9 Committer and has been contributing to the ongoing development of the jimage container format. He has also been focused recently on the link phase and jlink

Re: jigsaw vs. jsr166 CVS

2015-09-13 Thread Martin Buchholz
Alan, thanks for that pointer. I succeeded at building jsr166 and running tests with it after beating ant into submission. People *will* write code to distinguish between a pre-module and post-module JDK by inspecting the filesystem. Here's one implementation in ant: Then

Re: CFV: New jigsaw Committer: Jean-Francois Denise

2015-09-13 Thread James Laskey
Vote: yes Sent from my iPhone > On Sep 13, 2015, at 11:33 AM, Alan Bateman wrote: > > > I hereby nominate Jean-Francois Denise to jigsaw Committer. > > Jean-Francois is a jdk9 Committer and has been contributing to the ongoing > development of the jimage container format. He has also been fo

hg: jigsaw/jake/jdk: 3 new changesets

2015-09-13 Thread alan . bateman
Changeset: 6b9fef847d06 Author:alanb Date: 2015-09-13 14:50 +0100 URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/6b9fef847d06 Rename MixedModeTest.java to AddModsTest and extend coverage + test/jdk/jigsaw/launcher/addmods/AddModsTest.java + test/jdk/jigsaw/launcher/addmods/src

Re: CFV: New jigsaw Committer: Jean-Francois Denise

2015-09-13 Thread Alan Bateman
Vote: yes

CFV: New jigsaw Committer: Jean-Francois Denise

2015-09-13 Thread Alan Bateman
I hereby nominate Jean-Francois Denise to jigsaw Committer. Jean-Francois is a jdk9 Committer and has been contributing to the ongoing development of the jimage container format. He has also been focused recently on the link phase and jlink tool cited in JEP 261 [0]. He has more than 40 chang

Re: Retrieving PLATFORM_CLASS_PATH from file manager

2015-09-13 Thread Alan Bateman
On 12/09/2015 20:16, Jayaprakash Arthanareeswaran wrote: Hello experts, With JDK 9, some of JDT Core tests have started failing. The failing tests are in the JSR 199 area, where we test Eclipse's compiler in a mixed mode with Javac's StandardJavaFileManager. standardJavaFileManager.getLocation

Re: Jigsaw EA feedback on running an internal app

2015-09-13 Thread Chris Newland
Yes, I'd only use these switches as a temporary solution just to get your projects compiling under jigsaw. Looks like the maven team have a handle on how to fix it: http://mail-archives.apache.org/mod_mbox/maven-dev/201509.mbox/browser Regards, Chris On Sat, September 12, 2015 17:36, David M.