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 2003/10/07 13:27:30 UTC

[jira] Commented: (MAVEN-896) Eliminate unnecessary double-spacing of xref output

The following comment has been added to this issue:

     Author: fabrizio giustina
    Created: Tue, 7 Oct 2003 6:27 AM
       Body:
this is already fixed in my patch for MAVEN-797, could someone commit it?
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-896


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-896
    Summary: Eliminate unnecessary double-spacing of xref output
       Type: Improvement

     Status: Unassigned
   Priority: Trivial

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-jxr
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Charlie Dobbie

    Created: Mon, 6 Oct 2003 1:18 PM
    Updated: Mon, 6 Oct 2003 1:18 PM
Environment: Present in all, but only a problem in IE.  Not an issue in Mozilla.

Description:
I don't know what jxr can actually do about this, as I have seen it in other places as well.  It may be that while jxr can prevent the problem it would be better to be fixed at source; in which case please reassign or close as appropiate!

The "package" and "class" frames in the source xref output are double-spaced in IE.  This is because the documentation is generated with <br></br> to represent a line break - which IE does not handle properly.  Would it be possible to change this output to use a <br /> instead?


Although I've not been able to track down the exact code that does it, I expect jxr is *already* asking for a <br /> here, but the XML output/formatting libraries are converting it.  In which case this may not be possible to fix from JXR's side.

(I have also seen this in plugin-eclipse's generation of a .classpath file for example - the Jelly script writes out a <classpathentry ... /> tag, but somewhere in jelly:file (or beyond) it changes to a <classpathentry ...>\n</classpathentry> tag.)


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