Hello guys, yesterday I integrated a Javadoc improvement https://github.com/apache/ netbeans-html4j/pull/31 and I still don't see it in the generated documentation: https://bits.netbeans.org/html+java/dev/org/netbeans/html/json/ tck/JavaScriptTCK.html
I tried to investigate why and realized that the https://ci-builds.apache.org/job/Netbeans/job/netbeans-html4j-TLP/job/ netbeans-html4j/ job is failing. Originally it was failing because it was using JDK8 - I switched that to JDK11. Then it was failing because "mvn clean install javadoc:aggregate" yields some errors that "mvn clean install && mvn javadoc:aggregate" doesn't. I tried to call `mvn` twice in https://github.com/apache/netbeans-html4j/commit/ d1dcd9c0542ac46d7764256a81057dfbe2d8805a but that's not the right approach and it is failing as well. I guess it is time to give up and ask for help! Anyone knows why the HTML/Java API Javadoc isn't updated? Anyone knows what's the proper way to fix the netbeans-html4j-TLP job? Thanks in advance for your help. -jt PS: Thanks a lot for including links to HTML/Java at http://bits.netbeans.org! --------------------------------------------------------------------- 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
