Transcript for yesterday's IRC meeting
Alan Bateman
Alan.Bateman at oracle.com
Sun Oct 23 12:58:36 PDT 2011
On 22/10/2011 19:10, Brian Pontarelli wrote:
> :
>
> I'm also planning on using this list for additional discussions that might fall outside the scope of Jigsaw. Specifically, I want to discuss dependency management tools and standardization of dependency meta-data. This will apply for Java 1.7 and below.
I think it would be good to establish relations with all these tools as JDK8 and modules is going to bring significant change. As has been mentioned on several other mails here recently, a JSR will be spun soon that will define the Java Module System and that will have to define how dependencies between modules are declared (and many other things). Whatever the details it will likely mean significant changes for tools (IDEs too) that want to support modules. For now all I can suggest to get started it to play around with Jigsaw and get a feel for what is there now. For example in the prototype then javac supports the module path layout and can compile modules with dependencies that are installed in a module library specified to the compiler. There is also very rudimentary support to allow module libraries be associated with repositories on the network where dependencies can be downloaded when installing a module with a main class. There are several things missing but it's good enough to try out.
-Alan.
More information about the jigsaw-dev
mailing list