You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Aleksey Nesterenko (JIRA)" <ji...@codehaus.org> on 2015/02/09 15:11:17 UTC

[jira] (DOXIA-525) Rendering links in xdocs breaks them

     [ https://jira.codehaus.org/browse/DOXIA-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey  Nesterenko updated DOXIA-525:
--------------------------------------

    Summary: Rendering links in xdocs breaks them  (was: Links to methods are marked as "invalid")

> Rendering links in xdocs breaks them
> ------------------------------------
>
>                 Key: DOXIA-525
>                 URL: https://jira.codehaus.org/browse/DOXIA-525
>             Project: Maven Doxia
>          Issue Type: Bug
>    Affects Versions: 1.6
>            Reporter: Aleksey  Nesterenko
>
> Generating linkcheck report on our project has encountered some problems.
> In final report lots of links are marked as "invalid"
> Report generated on test project:
> http://alexkravin.github.io/testproject/linkcheck.html
> Problems in scope of doxia are in the end of report, e.g.:
> apidocs/com/puppycrawl/tools/checkstyle/api/AbstractFileSetCheck.html#processFilteredjava.io.File_java.util.List: doesn't exist.
> For example, rendering link in this velocity template breaks it:
> https://github.com/alexkravin/linkstest/blob/master/src/xdocs/writingchecks.xml.vm#L486
> brackets and space in the link are broken, the similar problem was specified here http://osdir.com/ml/issues.maven.apache.org/2013-02/msg00437.html
> Steps of reproducing my problem (for simplifying I'm pointing on my test project):
> 1) git clone git@github.com:alexkravin/linkstest.git && cd linkstest/
> 2) mvn clean install site
> 3) Open target/site/linkcheck.html
> Current report: http://alexkravin.github.io/testproject/linkcheck.html



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)