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/16 17:14:03 UTC

[jira] Created: (MPXDOC-110) tags can't contain trailing or leading spaces

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-110
    Summary: <logo> tags can't contain trailing or leading spaces
       Type: Bug

     Status: Open
   Priority: Trivial

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-xdoc-plugin
   Versions:
             1.7.1

   Assignee: Jason van Zyl
   Reporter: Carlos Sanchez

    Created: Wed, 16 Jun 2004 11:13 AM
    Updated: Wed, 16 Jun 2004 11:13 AM
Environment: Maven-rc3

Description:
If the logo tags in POM have trailing or leading spaces they appear in the result page, causing the images not to be displayed.

I think they should be trimmed (maybe in plugin-resources\site.jsl) because the POM xml file could be indented automatically (as it was my case)

For example this

        <logo>
            http://sourceforge.net/sflogo.php?group_id=104773&amp;type=5</logo>

generates

<img alt="ONess Project" src=".
            http://sourceforge.net/sflogo.php?group_id=104773&amp;type=5"></img>

the spaces between 'src=".' and 'http://' avoids image display

Also as the logo doesn't start with http:// but with spaces, it adds the dot.



---------------------------------------------------------------------
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] Closed: (MPXDOC-110) tags can't contain trailing or leading spaces

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Wed, 23 Jun 2004 9:14 AM

trimmed in o.a.m.project.Organization class. Consistent with Project class.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPXDOC-110

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-110
    Summary: <logo> tags can't contain trailing or leading spaces
       Type: Bug

     Status: Closed
   Priority: Trivial
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-xdoc-plugin
   Versions:
             1.7.1

   Assignee: Brett Porter
   Reporter: Carlos Sanchez

    Created: Wed, 16 Jun 2004 11:13 AM
    Updated: Wed, 23 Jun 2004 9:14 AM
Environment: Maven-rc3

Description:
If the logo tags in POM have trailing or leading spaces they appear in the result page, causing the images not to be displayed.

I think they should be trimmed (maybe in plugin-resources\site.jsl) because the POM xml file could be indented automatically (as it was my case)

For example this

        <logo>
            http://sourceforge.net/sflogo.php?group_id=104773&amp;type=5</logo>

generates

<img alt="ONess Project" src=".
            http://sourceforge.net/sflogo.php?group_id=104773&amp;type=5"></img>

the spaces between 'src=".' and 'http://' avoids image display

Also as the logo doesn't start with http:// but with spaces, it adds the dot.



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