From issues-return-64182-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Fri Jun 25 17:40:43 2010 Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 26214 invoked from network); 25 Jun 2010 17:40:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Jun 2010 17:40:43 -0000 Received: (qmail 83493 invoked by uid 500); 25 Jun 2010 17:40:43 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 83181 invoked by uid 500); 25 Jun 2010 17:40:41 -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 83141 invoked by uid 99); 25 Jun 2010 17:40:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 17:40:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 17:40:35 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6EE1C15E81C3 for ; Fri, 25 Jun 2010 12:40:14 -0500 (CDT) Date: Fri, 25 Jun 2010 12:40:14 -0500 (CDT) From: "Thom Nichols (JIRA)" To: issues@maven.apache.org Message-ID: <18414467.56087.1277487614361.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <5360792.55921.1277460072410.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Commented: (DOXIA-397) Cannot link to javadoc methods MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/DOXIA-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226359#action_226359 ] Thom Nichols commented on DOXIA-397: ------------------------------------ So you can have a link to a 'local' Doxia ID that's not on the same page? I assumed local links had to be valid relative URIs. It sounds like the proper solution would be to have two link formats - one for URIs and one for Doxia IDs. Otherwise, how can Doxia tell if this: {code} {{{../apidocs/groovyx/net/http/HTTPBuilder.html#defaultSuccessHandler%28org.apache.http.HttpResponse%2C%20java.lang.Object%29}defaultSuccessHandler}} {code} is a Doxia ID or a relative URI? > Cannot link to javadoc methods > ------------------------------ > > Key: DOXIA-397 > URL: http://jira.codehaus.org/browse/DOXIA-397 > Project: Maven Doxia > Issue Type: Bug > Components: Core, Module - Apt, Module - Xdoc > Affects Versions: 1.1.3 > Reporter: Lukas Theussl > > Using a link to a javadoc method like > {noformat} > {{{../apidocs/groovyx/net/http/ParserRegistry.html#parseText(org.apache.http.HttpResponse)}ParserRegistry}} > {noformat} > the apt parser removes the brackets of the anchor. The same thing happens with xdocs and probably other formats. Note that non-ascii characters are not legal in anchor names, but they should be replaced by their hex values, see http://www.w3.org/TR/html401/appendix/notes.html#non-ascii-chars. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira