Re: Maven and JigSaw thoughts

2011-10-26 Thread Brian Pontarelli
On Oct 23, 2011, at 3:27 AM, Mark Struberg wrote: > Hi Brian! > > Txs 4 your clarifications! > >> Jigsaw isn't solely about runtime. The Jigsaw > >> specification and JSRs also impact javac > True, I should have said Maven is about the buildtime and JigSaw is _also_ > about runtime. > If I u

Re: Maven and JigSaw thoughts

2011-10-24 Thread Jesse Glick
On 10/22/2011 05:00 AM, Mark Struberg wrote: there is atm a strict 1:1 between a Modul and a ClassLoader. This would not be true for the special case of JDK modules (what is now rt.jar + tools.jar); probably TBD whether "user" modules will be permitted to share class loaders for ease of migrat

Re: Maven and JigSaw thoughts

2011-10-23 Thread Mark Struberg
23, 2011 11:27 AM > Subject: Re: Maven and JigSaw thoughts > > Hi Brian! > > Txs 4 your clarifications! > >> Jigsaw isn't solely about runtime. The Jigsaw > >> specification and JSRs also impact javac > True, I should have said Maven is about the build

Re: Maven and JigSaw thoughts

2011-10-23 Thread Mark Struberg
rity information lives outside the artifact/Module (jar) which should be verified. So I honestly cannot see how this should work with only one jar. The only way I can see quickly would be to just zip all the jar + metainfo together again.. txs and LieGrue, strub >

Re: Maven and JigSaw thoughts

2011-10-22 Thread Brian Pontarelli
Mark, A few things to clarify and some additional thoughts and points: > > Yesterday I had the chance to attend the jigsaw [1] team meeting. > Since I'm still a bit blasted and overwhelmed with information, I try to > summarize what I think of it. > Since I'm a complete n00b to jigsaw, please c

Maven and JigSaw thoughts

2011-10-22 Thread Mark Struberg
Hi! Yesterday I had the chance to attend the jigsaw [1] team meeting. Since I'm still a bit blasted and overwhelmed with information, I try to summarize what I think of it. Since I'm a complete n00b to jigsaw, please correct me if I got something wrong. JigSaw is a modularization proposal for th