ebarboni opened a new pull request, #4450:
URL: https://github.com/apache/netbeans/pull/4450

   HI @jtulach  I tried the approach on master too.
   
   with jdk 11 some warning are now error I guess and prevent the javadoc 
generation
   I try to fix some of the issue I encounter. 
   
   Missing element are error (i.e Bundle so I introduced) a new path element in 
the javadoc task <pathelement 
location="${javadoc.src}/../build/classes-generated"/>
   
   
   For the moment I have 63 lines of bad links.
   
   most of them are related to 
https://github.com/apache/netbeans/tree/master/java/java.source.base
   (as an example)
   org.netbeans.modules.java.source.builder issue it that javadoc  cannot find 
the com.sun.source.tree.CaseTree.CaseKind;
   I compile on jdk 11 and this is introduced in jdk 12 or maybe with the 
nb-javac.
   
   What would be a good method to handle that ?
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to