JaCoCo feedback - Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-18 Thread Rory O'Donnell
Hi Evgeny, Thanks for the feedback, glad to hear test suite is passing. The additional size is expected during this testing/feedback period, builds include the JMOD files so that people can trying out the linker. They include the debug info files and finally bundles may not be compressed

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-15 Thread Alan Bateman
On 14/09/2015 20:11, Rahman USTA wrote: Yes with "--limitmods com.greetings" the result as I expected. So, why jlink links all modules without resolving over the root "org.greetings" module? When jlink links all modules? The -limitmods option is limiting the set of observable modules to

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-14 Thread Alan Bateman
On 14/09/2015 17:48, Rahman USTA wrote: |jlink --modulepath %JAVA_HOME%/jmods;mlib --addmods com.greetings --output greetingsapp| After last step, greetingsapp folder generated with all Jigsaw modules. How can I include just base mod or other compact mods ? I assume what you are

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-11 Thread Mani Sarkar
Looking forward to it - always a pleasure to help. Cheers, Mani On Fri, Sep 11, 2015 at 11:35 AM, Alan Bateman wrote: > > > On 10/09/2015 22:12, Mani Sarkar wrote: > >> Jim you stole my thunder and lightening - that was it. >> >> Thanks Mani, thanks Jim, this is fixed

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-11 Thread Alan Bateman
On 10/09/2015 22:12, Mani Sarkar wrote: Jim you stole my thunder and lightening - that was it. Thanks Mani, thanks Jim, this is fixed on the QS page now. I've no doubt that in time that there will be much better examples and tutorials, that page is just a start. -Alan

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-10 Thread Mandy Chung
On 09/10/2015 01:55 PM, Jim Connors wrote: When you run the com.greetings.Main class via: $ java -mp mods -m com.greetings/com.greetings.Main The Quick Start guide shows the output as: class org.fastsocket.FastNetworkSocket The Main.java file referenced above prints nothing (at

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-10 Thread Alan Bateman
On 10/09/2015 17:15, Mani Sarkar wrote: Hi Rory, I have played with the Jigsaw JDK using the Quick starter guide and have this to share with our community: https://github.com/neomatrix369/jdk9-jigsaw There is a small mistake in the example on Services (see my implementation you will spot it

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-10 Thread Jim Connors
On 9/10/2015 4:30 PM, Alan Bateman wrote: I don't immediately see the error in the services example (I need to look closer) but I think you have a point that this example jumps ahead too much. Good idea to get the examples into a repo with scripts. In the Services Section:

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-10 Thread Mani Sarkar
Jim you stole my thunder and lightening - that was it. Cheers, Mani On Thu, Sep 10, 2015 at 9:55 PM, Jim Connors wrote: > On 9/10/2015 4:30 PM, Alan Bateman wrote: > > I don't immediately see the error in the services example (I need to look > closer) but I think you