Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPXDOC-113

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-113
    Summary: Logo relative path not correct
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-xdoc-plugin
   Versions:
             1.7.1

   Assignee: Jason van Zyl
   Reporter: Matt Read

    Created: Wed, 30 Jun 2004 9:14 AM
    Updated: Wed, 30 Jun 2004 9:14 AM

Description:
The documentation states that both <logo> elements can contain relative or absolute 
paths. I'm using the following:

  <organization>
    <name>Concise</name>
    <url>http://lee/</url>
    <logo>/images/logos/concise.gif</logo>
  </organization>

  <!-- url to the projects logo -->
  <logo>/images/logos/corppay.gif</logo>

Which gets rendered in the HTML as:

<img alt="Concise" src="./images/logos/concise.gif"></img>

and

<img alt="PPR3" src="./images/logos/corppay.gif"></img>

respectively.

Obviously this is fine on the home page but incorrect on all pages in directories 
below the root.



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to