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

Filter docs modules

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 11
    • infrastructure
    • None
    • b12

      From Archana Nogriya <archana.nogriya@uk.ibm.com> on build-dev:

      "make/Docs.gmk", JDK_MODULES is only sorted with DOCS_MODULES, where It
      should also filter-out MODULES_FILTER for javadocs modules.

      # All modules to have docs generated by docs-jdk-api target
      >> -JDK_MODULES := $(sort $(DOCS_MODULES))
      >> +JDK_MODULES := $(sort $(filter-out $(MODULES_FILTER),
      $(DOCS_MODULES)))
       

      Thanks and Regards
      Archana Nogriya
      IBM Java Runtime, Open Java Developer
      IBM Hursley
      Tel: Internal - 247073, External - +44 (0) 1962 81 7073
      Office Mobile: 07500095480
      Email: archana.nogriya@uk.ibm.com


      Unless stated otherwise above:
      IBM United Kingdom Limited - Registered in England and Wales with number
      741598.
      Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU

            erikj Erik Joelsson
            erikj Erik Joelsson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: