Jean-Baptiste Onofré created MSKINS-19:
------------------------------------------

             Summary: 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é
         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


Reply via email to