Re: Java 9 - Java Modules aka Jigsaw

2015-11-19 Thread Rory O'Donnell
Hi Robert, JEP 261 helps explains -modulepath, otherwise jigsaw-dev should be able to help. Rgds,Rory On 18/11/2015 22:03, Robert Scholte wrote: Hi, I've started patching the plexus-compiler so we can start compiling projects with module-info See

Re: Java 9 - Java Modules aka Jigsaw

2015-11-19 Thread Robert Scholte
thanks Rory! that's the info I was searching for. As replied to Paul, I was hoping for a better approach. I will implement it just to be able to get experience with modules, but once I have a complete picture of the impacts I'll inform the jigsaw team and hopefully we can think of a more

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Robert Scholte
mail DOT com Twitter/Skype : aheritier -- If you reply to this email, your message will be added to the discussion below: http://maven.40175.n5.nabble.com/Java-9-Java-Modules-aka-Jigsaw-tp5851980.html To start a new topic under Maven Developers, email ml-node+s40175n142166...@n5.nabble.com To un

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Robert Scholte
Hi, I've started patching the plexus-compiler so we can start compiling projects with module-info See https://github.com/codehaus-plexus/plexus-compiler/tree/jigsaw-ea However, I can't find detailed info about the -modulepath argument. Usage: javac where possible options include: ...

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Paul Benedict
I believe the -modulepath option is for specifying a directory, not a jar. Do something like this: javac -modulepath mods YourClass.java Cheers, Paul On Wed, Nov 18, 2015 at 4:03 PM, Robert Scholte wrote: > Hi, > > I've started patching the plexus-compiler so we can

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Tibor Digana
;>>> >>>> Ask the JDK Architects >>>> https://www.youtube.com/watch?v=7vvx505mu3s >>>> >>>> Form now all Devoxx sessions are freely available on Youtube at D+1 >>>> >>>> https://www.youtube.com/channel/UCCBVCTuk6uJrN3i

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Robert Scholte
to...@oracle.com> Onderwerp: Re: Java 9 - Java Modules aka Jigsaw Robert, also see the "Greetings World" example here. The page has good examples of how to use the command line options: http://openjdk.java.net/projects/jigsaw/quick-start And again from this presentation: http://openjdk.j

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Robert Scholte
dig...@googlemail.com> Datum:19-11-2015 00:21 (GMT+01:00) Aan: Maven Developers List <dev@maven.apache.org> Onderwerp: Re: Java 9 - Java Modules aka Jigsaw Robert, I was watching the video and the message is important. They want the devs using standard Java API. It's a little paranoea around to re

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Paul Benedict
Robert, also see the "Greetings World" example here. The page has good examples of how to use the command line options: http://openjdk.java.net/projects/jigsaw/quick-start And again from this presentation: http://openjdk.java.net/projects/jigsaw/j1/intro-modular-dev-j1-2015.pdf Cheers, Paul

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Tibor Digana
gt; >> > > >> https://www.youtube.com/channel/UCCBVCTuk6uJrN3iFV_3vurg > > >> > > >> As Jason is in the expert group I imagine that he already started to > > >> think > > >> about how to adapt maven to be able to easily consume/produce > c

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Tibor Digana
>> about how to adapt maven to be able to easily consume/produce classical >> jar >> files and J9+ Java Modules. >> >> Cheers, >> >> -- >> ----- >> Arnaud Héritier >> http://aheritier.net >> Mail/GTalk: aheritier AT gmail DOT com

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Paul Benedict
/www.youtube.com/watch?v=V6ycn1-QQV0 >>> > >> >>> > >> Advanced Modular Development by Mark Reinhold/Alan Bateman >>> > >> https://www.youtube.com/watch?v=SU1WFX8yeKM >>> > >> >>> > >> Project Jigsaw: Under the H

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Paul Benedict
sk the JDK Architects > > >> https://www.youtube.com/watch?v=7vvx505mu3s > > >> > > >> Form now all Devoxx sessions are freely available on Youtube at D+1 > > >> > > >> https://www.youtube.com/channel/UCCBVCTuk6uJrN3iFV_3vurg > > &

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Robert Scholte
on Youtube at D+1 > >> > >> https://www.youtube.com/channel/UCCBVCTuk6uJrN3iFV_3vurg > >> > >> As Jason is in the expert group I imagine that he already started to > >> think > >> about how to adapt maven to be able to easily consume/produce clas

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Gary Gregory
tps://www.youtube.com/channel/UCCBVCTuk6uJrN3iFV_3vurg > >> > >> As Jason is in the expert group I imagine that he already started to > >> think > >> about how to adapt maven to be able to easily consume/produce classical > >> jar > >> files and J9+ Java M

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Paul Benedict
t Jigsaw: Under the Hood by Mark Reinhold/Alan Bateman >> > >> https://www.youtube.com/watch?v=UKC0uC7QUkI >> > >> >> > >> Ask the JDK Architects >> > >> https://www.youtube.com/watch?v=7vvx505mu3s >> > >> >> > >> Form now all Devoxx sessions

Java 9 - Java Modules aka Jigsaw

2015-11-13 Thread Arnaud Héritier
Hi all, This week I was at Devoxx conférence where there were various talks about the incoming JDK 9 and the new Java Modules. If this is a subject that you are interested in and want to know more (and especially how it will break maven) I recommend you to watch the recording of the following