Abnaxos / markdown-doclet

A Doclet that allows the use of Markdown in JavaDoc comments.
GNU General Public License v3.0
318 stars 40 forks source link

background.gif and other resources missing when running with Java 8 #34

Closed achohbee closed 9 years ago

achohbee commented 9 years ago

When running using the Java 8 version of javadoc, the resources/*.gif files are not included. This is presumably because those files are not used by the new Java 8 default stylesheet.

I've worked around this by having a little script in my pom file download the resource files from the Java 7 API website during the build process, but this isn't really ideal.

Abnaxos commented 9 years ago

Done. Maybe, the CSS files still need some fine-tuning, but generally, it should be OK now.