Add docs-javase, docs-reference to CI build

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: 11
    • Component/s: 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

            Assignee:
            Erik Joelsson
            Reporter:
            Iris Clark
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: