If I run `ant build-javadoc` I get a file with ~2000 broken link reports: ``` netbeans$ cat nbbuild/build/javadoc/checklinks-errors.xml | wc -l 1915 ```
I do remember times when there were no broken links in Javadoc.... Ideally we fix the broken links, enable gate check to fail the build if there is a broken link in the `nbbuild/build/javadoc/checklinks-errors.xml` file and then happily live forever. > PR is integrated only a month ago but the library needs to be released. What PR are you talking about, Eric? > We also need to fix that for all NetBeans version from 12.6 to 14 + dev NetBeans 12.6 has been released more than a month ago. Do we know what caused the regression in broken links? -jt > -----Message d'origine----- > De : Ernie Rael <> > Envoyé : dimanche 19 juin 2022 15:51 > À : [email protected] > Objet : Bad links in javadoc > > I recall that someone had a doclet patch/PR to fix NetBeans javadoc, at > least a few months ago I think. Was it ever integrated? Could it be? > > At > > > https://bits.netbeans.org/dev/javadoc/org-openide-text/overview-summary.htm > l > > if I click on > > .../org/openide/text/doc-files/api.html > > <https://bits.netbeans.org/dev/javadoc/org-openide-text/org/openide/text/do > c-files/api.html> > > I end up at the "standing on our own feet" page. > > -ernie > > > --------------------------------------------------------------------- > 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 > > > > > > --------------------------------------------------------------------- > 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 --------------------------------------------------------------------- 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
