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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]