You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "John Allen (JIRA)" <ji...@codehaus.org> on 2006/01/10 11:37:01 UTC

[jira] Created: (MSITE-73) new site code fails to generate banner images in projects other than site.xml owning project

new site code fails to generate banner images in projects other than site.xml owning project
--------------------------------------------------------------------------------------------

         Key: MSITE-73
         URL: http://jira.codehaus.org/browse/MSITE-73
     Project: Maven 2.x Site Plugin
        Type: Bug

    Reporter: John Allen


root project declares site.xml containing banner:-

  <bannerLeft>
    <name>${project.name}</name>
    <src>images/banner-lhs.png</src>
    <href>${project.url}</href>
  </bannerLeft>


This gets rendered properly in the root project site pages (e.g. index.html):-

   <div id="banner">
                  <a href="" id="bannerLeft">
    
                                            <img src="images/banner-lhs.png" alt="" />

    
            </a>
                    <div class="clear">
        <hr/>
      </div>
    </div>
...


However all child modules, which use the root project's site.xml do not get a banner image:-

   <div id="banner">
                    <span id="bannerLeft">
    
            Build Resources
    
            </span>

                    <div class="clear">
        <hr/>
      </div>
    </div>


If the child module defines its own site.xml (a direct copy of the root project's site.xml) then banner is rendered properly.



-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MSITE-73) new site code fails to generate banner images in projects other than site.xml owning project

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-73?page=all ]

Brett Porter updated MSITE-73:
------------------------------

    Fix Version: 2.0

> new site code fails to generate banner images in projects other than site.xml owning project
> --------------------------------------------------------------------------------------------
>
>          Key: MSITE-73
>          URL: http://jira.codehaus.org/browse/MSITE-73
>      Project: Maven 2.x Site Plugin
>         Type: Bug

>     Reporter: John Allen
>      Fix For: 2.0

>
>
> root project declares site.xml containing banner:-
>   <bannerLeft>
>     <name>${project.name}</name>
>     <src>images/banner-lhs.png</src>
>     <href>${project.url}</href>
>   </bannerLeft>
> This gets rendered properly in the root project site pages (e.g. index.html):-
>    <div id="banner">
>                   <a href="" id="bannerLeft">
>     
>                                             <img src="images/banner-lhs.png" alt="" />
>     
>             </a>
>                     <div class="clear">
>         <hr/>
>       </div>
>     </div>
> ...
> However all child modules, which use the root project's site.xml do not get a banner image:-
>    <div id="banner">
>                     <span id="bannerLeft">
>     
>             Build Resources
>     
>             </span>
>                     <div class="clear">
>         <hr/>
>       </div>
>     </div>
> If the child module defines its own site.xml (a direct copy of the root project's site.xml) then banner is rendered properly.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org