I've managed to fix the TLP job: https://ci-builds.apache.org/job/Netbeans/view/html4j/job/netbeans-html4j-TLP/job/netbeans-html4j/job/master/52/
Will that be enough for the new Javadoc to appear at https://bits.netbeans.org/html+java/dev/org/netbeans/html/json/ tck/JavaScriptTCK.html <https://bits.netbeans.org/html+java/dev/org/netbeans/html/json/tck/JavaScriptTCK.html> ? -jt Ășt 8. 12. 2020 v 6:33 odesĂlatel Jaroslav Tulach <[email protected]> napsal: > Hello guys, > yesterday I integrated a Javadoc improvement https://github.com/apache/ > netbeans-html4j/pull/31 > <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 > <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/ > <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! > > > >
