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

Javadoc.exe generates stylesheet.css with dangling reference to dejavu.css

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 9
    • 8u20
    • tools

      FULL PRODUCT VERSION :
      java version "1.8.0_60-ea"
      Java(TM) SE Runtime Environment (build 1.8.0_60-ea-b20)
      Java HotSpot(TM) 64-Bit Server VM (build 25.60-b20, mixed mode)

      A DESCRIPTION OF THE PROBLEM :
      Follow-up to JDK-8093199 and JDK-8094984.

      The Javadoc.exe still generates stylesheet.css with a dangling reference to dejavu.css:

      @import url('resources/fonts/dejavu.css');

      Either that file should be included in the generated doc, or the @import should be removed and the Deja Vu fonts should not be used.

      REGRESSION. Last worked in version 7u76

      ADDITIONAL REGRESSION INFORMATION:
      java version "1.7.0_76"
      Java(TM) SE Runtime Environment (build 1.7.0_76-b13)
      Java HotSpot(TM) 64-Bit Server VM (build 24.76-b04, mixed mode)


      REPRODUCIBILITY :
      This bug can be reproduced always.

            bpatel Bhavesh Patel (Inactive)
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: