-
Enhancement
-
Resolution: Fixed
-
P4
-
11
-
b22
Please add the "docs-javase" and "docs-reference" make targets to the CI builds. These targets are used to generate Annex 1 and Annex 2 of the JSR Platform Specification (e.g. http://cr.openjdk.java.net/~iris/se/11/latestSpec/ for SE 11; TBD for SE 12).
This is my typical invocation for promoted JDK 11 build $N using hg.ojn:jdk/jdk only (no repo from closedjdk):
$ hgupdate –r jdk-11+{$N}
$ cd build
$ ../configure --with-boot-jdk=/u/iris/jdk/jdk-10 --disable-warnings-as-errors --with-version-pre=ea --with-version-opt= --with-version-build=$N --enable-full-docs
$ make clean
$ make docs-javase
$ ../configure --with-boot-jdk=/u/iris/jdk/jdk-10 --disable-warnings-as-errors --with-version-pre= --with-version-opt= --enable-full-docs
$ make clean
$ make docs-reference
This is my typical invocation for promoted JDK 11 build $N using hg.ojn:jdk/jdk only (no repo from closedjdk):
$ hgupdate –r jdk-11+{$N}
$ cd build
$ ../configure --with-boot-jdk=/u/iris/jdk/jdk-10 --disable-warnings-as-errors --with-version-pre=ea --with-version-opt= --with-version-build=$N --enable-full-docs
$ make clean
$ make docs-javase
$ ../configure --with-boot-jdk=/u/iris/jdk/jdk-10 --disable-warnings-as-errors --with-version-pre= --with-version-opt= --enable-full-docs
$ make clean
$ make docs-reference
- relates to
-
JDK-8255620 Build race between modulegraphs and exploded-image-optimize targets
- Resolved
-
JDK-8206184 docs-reference build fails due to extlink.spec.version property not set
- Resolved
-
JDK-8255673 Wrong version in docs bundles
- Resolved