-
Bug
-
Resolution: Fixed
-
P2
-
8
The javadoc tool now generates the following line in the stylesheet.css file:
@import url('resources/fonts/dejavu.css');
However, this file does not exist in the generated bundle so this results in a broken link. SeeRT-36288 for a description of the problem that this causes when deploying the JavaFX docs bundle on OTN.
We need to do two things:
1) Until this is fixed, we need to manually apply a patch to any JavaFX doc bundles to remove the import statement.
2) We need to fix the JavaFX docs build to include the dejavu.css file and related font files.
@import url('resources/fonts/dejavu.css');
However, this file does not exist in the generated bundle so this results in a broken link. See
We need to do two things:
1) Until this is fixed, we need to manually apply a patch to any JavaFX doc bundles to remove the import statement.
2) We need to fix the JavaFX docs build to include the dejavu.css file and related font files.
- relates to
-
JDK-8094984 Online JavaFX 8 Javadoc hangs Firefox
-
- Resolved
-
-
JDK-8129828 Javadoc.exe generates stylesheet.css with dangling reference to dejavu.css
-
- Closed
-