The following comment has been added to this issue:

     Author: Chad Woolley
    Created: Mon, 8 Dec 2003 5:20 PM
       Body:
OK, after I blew away my .maven dir and had maven redownload all the stuff, it worked. 
 I would still consider this a bug, if maven isn't smart enough to redownload any 
newer required dependencies after an upgrade.  Oh well...
---------------------------------------------------------------------
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: Mon, 8 Dec 2003 5:20 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/[EMAIL PROTECTED]&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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to