Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-941 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-941 Summary: All navigation links are broken Type: Bug Status: Unassigned Priority: Major Time Spent: Unknown Remaining: 1 day Project: maven Components: plugin-xdoc Versions: 1.0-rc1 Assignee: Reporter: Ludovic Claude Created: Thu, 16 Oct 2003 9:47 AM Updated: Thu, 16 Oct 2003 9:47 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
