hg: openjfx/8/graphics/rt: Added support for generation of javadocs. This comes in two parts: first, there is the ability to generate javadocs normally as on any Java project. Second, I added a top-level javadoc task that will be used to create a single aggregate javadoc in the top-level build directory. The javadocs are linked to Java 7 docs (but should be linked to Java 8 when doing RE builds). This is provided by the JDK_DOCS property. Another doc property, DOC_LINT is used to specify what the lint level should be for generating javadocs.

hang.vo at oracle.com hang.vo at oracle.com
Wed Mar 20 15:18:59 PDT 2013


Changeset: 3db24fb4cad3
Author:    Richard Bair <richard.bair at oracle.com>
Date:      2013-03-20 15:03 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3db24fb4cad3

Added support for generation of javadocs. This comes in two parts: first, there is the ability to generate javadocs normally as on any Java project. Second, I added a top-level javadoc task that will be used to create a single aggregate javadoc in the top-level build directory. The javadocs are linked to Java 7 docs (but should be linked to Java 8 when doing RE builds). This is provided by the JDK_DOCS property. Another doc property, DOC_LINT is used to specify what the lint level should be for generating javadocs.

I also moved the top-level tasks to the bottom of the file so they have access to all the configured projects.

Finally, I found that a number of Builders were being included in the Jar & JavaDoc which had no business there! I had to add a workaround such that we remove those builders (java and .class) after they've been generated in the compile step.

! build.gradle



More information about the openjfx-dev mailing list