You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/30 15:15:12 UTC

[jira] Created: (MPXDOC-113) Logo relative path not correct

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPXDOC-113) Logo relative path not correct

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-113?page=all ]

Arnaud Heritier updated MPXDOC-113:
-----------------------------------

    Assign To:     (was: Arnaud Heritier)

> Logo relative path not correct
> ------------------------------
>
>          Key: MPXDOC-113
>          URL: http://jira.codehaus.org/browse/MPXDOC-113
>      Project: maven-xdoc-plugin
>         Type: Bug
>     Versions: 1.7.1
>     Reporter: Matt Read

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

-- 
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] Closed: (MPXDOC-113) Logo relative path not correct

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-113?page=all ]
     
Lukas Theussl closed MPXDOC-113:
--------------------------------

    Resolution: Fixed

Duplicate of MPXDOC-115

> Logo relative path not correct
> ------------------------------
>
>          Key: MPXDOC-113
>          URL: http://jira.codehaus.org/browse/MPXDOC-113
>      Project: maven-xdoc-plugin
>         Type: Bug
>     Versions: 1.7.1
>     Reporter: Matt Read

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

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