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
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
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
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
>
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
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