[
https://jira.codehaus.org/browse/MSKINS-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=286493#comment-286493
]
Simone Tripodi commented on MSKINS-19:
--------------------------------------
Issue has been fixed, see
[r1221707|https://svn.apache.org/viewvc?view=revision&revision=1221707].
Thanks Jean-Baptiste for the patch, I had to add few modifications but helped
anyway!
> fluido doesn't render links
> ---------------------------
>
> Key: MSKINS-19
> URL: https://jira.codehaus.org/browse/MSKINS-19
> Project: Maven Skins
> Issue Type: Bug
> Components: Fluido Skin
> Affects Versions: fluido-1.0
> Environment: Maven 3.0.3
> Fluido 1.0
> Reporter: Jean-Baptiste Onofré
> Assignee: Robert Scholte
> Attachments: MSKIN.patch
>
>
> With the following site.xml:
> <project name="Test">
> <skin>
> <groupId>org.apache.maven.skins</groupId>
> <artifactId>maven-fluido-skin</artifactId>
> <version>1.0</version>
> </skin>
> <bannerLeft>
> <name>Kalumet</name>
> <src>images/logo.png</src>
> <href>http://incubator.apache.org/kalumet</href>
> </bannerLeft>
> <publishDate position="none"/>
> <version position="none"/>
> <body>
> <links>
> <item name="Home" href=""/>
> <item name="Download" href=""/>
> <item name="Documentation" href=""/>
> <item name="Wiki" href=""/>
> <item name="Apache" href="http://www.apache.org"/>
> </links>
> </body>
> </project>
> the body.links are not displayed at all (not in the top banner, nor in
> "External Links" of the left banner).
> The attached patch renders the links.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira