Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8206311

Add docs-javase, docs-reference to CI build

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 11
    • infrastructure
    • 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

            erikj Erik Joelsson
            iris Iris Clark
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: