The following comment has been added to this issue:

     Author: Chad Woolley
    Created: Sat, 6 Dec 2003 4:34 PM
       Body:
Someone on the mailing list suggested I didn't upgrade correctly.  Here is the post:

-------------------

I renamed my old maven dir to "\maven.old", and reinstalled from the windows 
executable to \maven.  MAVEN_HOME still points at \maven.  Is this not a clean 
install?  Is there something else I need to delete on an upgrade?

dion wrote:
> It's most definitely not a bug in RC1 on a clean install.
> 
> Almost always the solution here has been to delete the cached plugins, and 
> any old maven-xdoc-plugin jars in the ${maven.home}/plugins directory.



---------------------------------------------------------------------
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: Sat, 6 Dec 2003 4:34 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