Integrated: JDK-8274311: Make build.tools.jigsaw.GenGraphs more configurable
Mandy Chung
mchung at openjdk.java.net
Mon Sep 27 17:00:10 UTC 2021
On Fri, 24 Sep 2021 23:07:33 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> GenGraphs tool generates the module graph. It currently supports the configuration via javadoc-graphs.properties. However, `make/jdk/src/classes/build/tools/jigsaw/javadoc-graphs.properties` only documents two properties. It should be updated to cover all configurable properties.
>
> There are a couple other properties not configurable such as nodesep and node margin. This extends the configuration to allow to set additional properties.
>
> This also fixes `requiresMandatedColor` in javadoc-graphs.properties to light gray to match the default configuration in the implementation, i.e. the color of the edge to java.base. It seems a bug that was unnoticed until Alex and Iris spotted it.
This pull request has now been integrated.
Changeset: daaa47e2
Author: Mandy Chung <mchung at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/daaa47e2005cfa1d72f94a32e7756255f24c4d1f
Stats: 167 lines in 3 files changed: 100 ins; 33 del; 34 mod
8274311: Make build.tools.jigsaw.GenGraphs more configurable
Reviewed-by: alanb, iris
-------------
PR: https://git.openjdk.java.net/jdk/pull/5690
More information about the build-dev
mailing list