Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C42F42009F5 for ; Sun, 8 May 2016 21:14:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B8AC0160A06; Sun, 8 May 2016 19:14:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0C3491609B2 for ; Sun, 8 May 2016 21:14:13 +0200 (CEST) Received: (qmail 94876 invoked by uid 500); 8 May 2016 19:14:13 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 94865 invoked by uid 99); 8 May 2016 19:14:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 May 2016 19:14:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0237A2C1F5C for ; Sun, 8 May 2016 19:14:13 +0000 (UTC) Date: Sun, 8 May 2016 19:14:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MJAVADOC-423) Wrong link generation for org.xml.sax.helpers.DefaultHandler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 08 May 2016 19:14:15 -0000 [ 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)