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 ef

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 https://github.com/codehaus-plexus/plexus

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Robert Scholte
00:21 (GMT+01:00) Aan: Maven Developers List 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 replace Base64. Yes it's used a lot but easy

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Robert Scholte
obile. Oorspronkelijk bericht Van: Paul Benedict Datum:18-11-2015 23:34 (GMT+01:00) Aan: Maven Developers List Cc: "Rory O'Donnell Oracle, Dublin Ireland" , Dalibor Topic Onderwerp: Re: Java 9 - Java Modules aka Jigsaw Robert, also see the "Greetings Worl

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Tibor Digana
ts >>>> 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 >>>> >>>> As Jason i

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Tibor Digana
k 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-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 On

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 start compiling > projects

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: ... -cl

Re: Java 9 - Java Modules aka Jigsaw

2015-11-18 Thread Robert Scholte
o 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 unsubscribe from Maven Developers, click here <http://

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Robert Scholte
e that he already started to > >> think > >> about how to adapt maven to be able to easily consume/produce classical > >> jar > >> files and J9+ Java Modules. > >> > >> Cheers, > >> > >> -- > >> - > >>

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Paul Benedict
n >>> > >> https://www.youtube.com/watch?v=SU1WFX8yeKM >>> > >> >>> > >> Project Jigsaw: Under the Hood by Mark Reinhold/Alan Bateman >>> > >> https://www.youtube.com/watch?v=UKC0uC7QUkI >>> > >> >>>

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Paul Benedict
>> > >> 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.c

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Paul Benedict
m/watch?v=7vvx505mu3s > > >> > > >> Form now all Devoxx sessions are freely available on Youtube at D+1 > > >> > > >> https://www.youtube.com/channel/UCCBVCTuk6uJrN3iFV_3vurg > > >> > > >> As Jason is in the expert group I imagine that he already s

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Gary Gregory
gt; >> 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 Modules. > >> > >> Cheers, > >> &g

Re: Java 9 - Java Modules aka Jigsaw

2015-11-16 Thread Tibor Digana
gt; 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 >> Twitter/Skype : aheritier

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 se