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/04 02:16:55 UTC

[jira] Created: (MPXDOC-73) With new RC1 I now have to put leading slashes on my URLs

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-73
    Summary: With new RC1 I now have to put leading slashes on my URLs
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-xdoc-plugin

   Assignee: Jason van Zyl
   Reporter: Chad Woolley

    Created: Wed, 3 Dec 2003 7:16 PM
    Updated: Wed, 3 Dec 2003 7:16 PM

Description:
My site:generate goal no longer puts the href in for the links, the generated href is blank.

In navigation.xml, this:

<menu name="General Information">
    <item name="Overview" href="index.html"/>
    <item name="News" href="news.html"/>
</menu>

...generates this:

<div>
  <small>
    <a href="">Overview</a>
  </small>
</div>
<div>
  <small>
     <a href="">News</a>
  </small>
</div>


I deployed before I noticed and now my site is hosed :0

I just noticed this problem after I upgraded to 1.0 RC 1 (not sure if the new release is the problem).



----

See thread on maven users list:

http://nagoya.apache.org/eyebrowse/BrowseList?listName=users@maven.apache.org&by=thread&from=550237




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