javadoc -linksource with --module options doesn't generate src-html

Nicolas Carranza nicarran at gmail.com
Tue Oct 3 17:46:07 UTC 2017


Hi, I'm beginning to play with the JDK 9 and found that running javadoc
using the -linksource option combined with --module option (as below)
creates the javadoc with links targeting the html source files but doesn't
create the html source files (src-html directory). Is this a bug? Thank
you, and sorry if this isn't the place to post this question.

> javadoc -linksource -d javadoc --module-source-path . --module java.base
> java -version
java version "9"
Java(TM) SE Runtime Environment (build 9+181)
Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/javadoc-dev/attachments/20171003/31a715a8/attachment.html>


More information about the javadoc-dev mailing list