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/12/17 15:50:55 UTC

[jira] Closed: (MPXDOC-10) All navigation links are broken

Message:

   The following issue has been closed.

   Resolver: Jason van Zyl
       Date: Wed, 17 Dec 2003 8:49 AM

Fixed in CVS.
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-10


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-10
    Summary: All navigation links are broken
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: 1 day
 Time Spent: Unknown
  Remaining: 1 day

    Project: maven-xdoc-plugin

   Assignee: 
   Reporter: Ludovic Claude

    Created: Thu, 16 Oct 2003 9:47 AM
    Updated: Wed, 17 Dec 2003 8:49 AM

Description:
I installed maven-1.0rc1 2 weeks ago. The first week everything was fine, but this week maven uploaded some new snapshot code automatically and now the links generated in the site documentation are all wrong.

I have the following navigation.xml file:

  <body>
    <links>
      <item name="Sourceforge.net Project page" href="http://sourceforge.net/projects/cvsgrab/"/>
      <item name="Hosted by SourceForge" href="http://sourceforge.net/"/>
    </links>
    <menu name="Overview">
        <item name="Introduction" href="/index.html"/>
        <item name="Download"                 href="http://www.sourceforge.net/project/showfiles.php?group_id=52481"/>
....

And the generated html is:

    <div>
      <small>
      		<b><a href="">Introduction</a></b>
      </small>
    </div>
    <div>
      <small>
      		<a href="">Download</a>
      </small>
    </div>
    <div>
      <small>
      		<a href="">Installation</a>
      </small>
	  

As you can see, the href information is now blank for all links!



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