jira-importer commented on issue #719:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/719#issuecomment-2957348079

   **[Roman 
Ivanov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romani)** 
commented
   
   Yes I did a report, but Oracle still try to confirm it as a bug.
   (Review ID: JI-9035943) - linkoffline option generate broken link as 
"org/xml/sax/helpers.DefaultHandler.html"
   
   Problem is in absence of newline symbol at 
target/javadoc-bundle-options/package-list .
   
   Here are steps to show problem and make a workaround
   
   ```
   git clone https://github.com/checkstyle/checkstyle.git
   cd checkstyle
   mvn clean javadoc:javadoc -X
   grep "helpers\.DefaultHandler\.html" 
target/site/apidocs/com/puppycrawl/tools/checkstyle/api/AbstractLoader.html 
       << BAD LINKS ARE SHOWN >>
   cd target/site/apidocs/
   ./javadoc.sh
   grep "helpers\.DefaultHandler\.html" 
../../../target/site/apidocs/com/puppycrawl/tools/checkstyle/api/AbstractLoader.html
       << BAD LINKS ARE SHOWN >>
   printf "\n" >> ../../../target/javadoc-bundle-options/package-list
   ./javadoc.sh
   grep "helpers\.DefaultHandler\.html" 
../../../target/site/apidocs/com/puppycrawl/tools/checkstyle/api/AbstractLoader.html
       << NO BAD LINKS >>
   ```
   
   [Michael 
Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o) 
, Does it make sense to do reopen this issue and just add newline symbol to 
target/javadoc-bundle-options/package-list ?
   fix from JDK could take a while, and bug is still not confirmed.
   


-- 
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]

Reply via email to