Is anybody else having trouble getting NetBeans to generate Javadoc? I've got a modular project (source level 11) that builds and runs successfully (other programs can call into it by declaring the module), but when I click "Generate Javadoc" from the project menu, I get

"Exit code: 1 - error: module not found: org.lyonlabs.d64"

That's the module name of the project itself. I made sure to be using the latest maven-javadoc-plugin (3.2.0), with source set to 11. I get the same result with "mvn javadoc:javadoc" from the command line. If I change the POM for maven-javadoc-plugin to <source>8</source>, I get beautiful and complete Javadoc, although of course without any module information.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


<<attachment: cenbe.vcf>>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to