Re: RFR: JDK-8058118: Generate modules.list during the build

2014-09-13 Thread Chris Hegarty
On 12 Sep 2014, at 20:04, Mandy Chung wrote: > On 9/12/14 7:03 AM, Erik Joelsson wrote: >> Hello, >> >> The checked in modules.list file defines the dependencies between modules >> for the build. The dependency information in this file is already captured >> in the modules.xml. Rather than ke

Re: Review request JDK-8058367: Add verify-modules target to the default and images target

2014-09-13 Thread Alan Bateman
On 12/09/2014 21:48, Mandy Chung wrote: With the Modular Source Code [1] in JDK 9, the verify-modules target was added in the build to catch any regression to the module boundaries. It's important to catch this regression early during jdk development. This patch proposes to add verify-modules to