You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/05/08 19:14:13 UTC

[jira] [Commented] (MJAVADOC-423) Wrong link generation for org.xml.sax.helpers.DefaultHandler

    [ https://issues.apache.org/jira/browse/MJAVADOC-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275680#comment-15275680 ] 

Hudson commented on MJAVADOC-423:
---------------------------------

SUCCESS: Integrated in maven-plugins #5947 (See [https://builds.apache.org/job/maven-plugins/5947/])
[MJAVADOC-423] Wrong link generation for org.xml.sax.helpers.DefaultHandler

Add a traling linefeed just like Oracle's original files. Otherwise it will trigger a bug in the JDK: https://bugs.openjdk.java.net/browse/JDK-8155805 (michaelo: [http://svn.apache.org/viewvc/?view=rev&rev=1742849])
* maven-javadoc-plugin/src/main/resources/org/apache/maven/plugin/javadoc/java-api-package-list-1.3
* maven-javadoc-plugin/src/main/resources/org/apache/maven/plugin/javadoc/java-api-package-list-1.4
* maven-javadoc-plugin/src/main/resources/org/apache/maven/plugin/javadoc/java-api-package-list-1.5
* maven-javadoc-plugin/src/main/resources/org/apache/maven/plugin/javadoc/java-api-package-list-1.6
* maven-javadoc-plugin/src/main/resources/org/apache/maven/plugin/javadoc/java-api-package-list-1.7
* maven-javadoc-plugin/src/main/resources/org/apache/maven/plugin/javadoc/java-api-package-list-1.8


> Wrong link generation for org.xml.sax.helpers.DefaultHandler
> ------------------------------------------------------------
>
>                 Key: MJAVADOC-423
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-423
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.10.1
>            Reporter: Roman Ivanov
>            Assignee: Michael Osipov
>             Fix For: 2.10.4
>
>         Attachments: linkcheck.html
>
>
> Review report:
> http://checkstyle.sourceforge.net/linkcheck.html
> javadoc plugin - https://github.com/checkstyle/checkstyle/blob/master/pom.xml#L524
> here you can see number of broken links as:
> "http://docs.oracle.com/javase/6/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true: 404 Not Found
> "
> problem is in  "helpers.DefaultHandler.html" should be "helpers/DefaultHandler.html"
> I switched to java7 in latest code of checkstyle (https://github.com/checkstyle/checkstyle) project , but problem is the same.
> to reproduce problem please do :
> git clone https://github.com/checkstyle/checkstyle
> cd checkstyle
> mvn -Pdistro clean package
> after that review linkcheck maven report.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)