Cédric Servais created MJAVADOC-593:
---------------------------------------

             Summary: Module not found
                 Key: MJAVADOC-593
                 URL: https://issues.apache.org/jira/browse/MJAVADOC-593
             Project: Maven Javadoc Plugin
          Issue Type: Bug
          Components: javadoc
    Affects Versions: 3.1.0
         Environment: Apache Netbeans 10
OpenJDK 11
OpenJFX 11
            Reporter: Cédric Servais


Hello,

I'm using the maven-javadoc-plugin version 3.1 to generate the javadoc for my 
Java 11 project. I currently have an issue "module not found" provided by the 
plugin:
{code:java}
// espace réservé du code
Loading source file D:\Jangos\JaNGOSExtractor\src\main\java\module-info.java...
[parsing started 
SimpleFileObject[D:\Jangos\JaNGOSExtractor\src\main\java\module-info.java]]
[parsing completed 13ms]
[loading 
C:\Users\Cedri\.m2\repository\com\github\warkdev\Utils\1.0\Utils-1.0.jar(/module-info.class)]
[loading /modules/java.base/module-info.class]
[loading 
C:\Users\Cedri\.m2\repository\org\openjfx\javafx-controls\11.0.2\javafx-controls-11.0.2-win.jar(/module-info.class)]
[loading 
C:\Users\Cedri\.m2\repository\org\openjfx\javafx-graphics\11.0.2\javafx-graphics-11.0.2-win.jar(/module-info.class)]
[loading 
C:\Users\Cedri\.m2\repository\org\openjfx\javafx-base\11.0.2\javafx-base-11.0.2-win.jar(/module-info.class)]
[loading /modules/java.desktop/module-info.class]
[loading /modules/java.xml/module-info.class]
[loading /modules/java.datatransfer/module-info.class]
[loading /modules/java.prefs/module-info.class]
[loading /modules/jdk.unsupported/module-info.class]
[loading 
C:\Users\Cedri\.m2\repository\com\github\warkdev\jmpq3\java9-module-dd4a82f438-1\jmpq3-java9-module-dd4a82f438-1.jar(/module-info.class)]
[loading 
C:\Users\Cedri\.m2\repository\org\openjfx\javafx-swing\11.0.2\javafx-swing-11.0.2-win.jar(/module-info.class)]
[loading /modules/jdk.unsupported.desktop/module-info.class]
[done in 604 ms]
1 error
Error while creating javadoc report:
Exit code: 1 - error: module not found: eu.jangos.extractor

Command line was: "C:\Program Files (x86)\Java\jdk-11.0.2\bin\javadoc.exe" 
@options @packages @argfile{code}
I had a look to several possible solutions but I couldn't find any workaround 
for this. The project I'm using is the following: 
[https://github.com/Warkdev/JaNGOSExtractor]

Could you please let me know if I'm doing something wrong ?

Ps: I tested with the plugin version 3.0.1 but it seems that it doesn't support 
my 3rd party library compiled for Java 11. (Error Unsupported Class Version 55)

 

Thanks in advance,

Warkdev

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to