Same problem here with rc1, but mine is related to multiproject:site. When there is an existing navigation.xml it will try to use that or (in my case) not use a navigation.xml at all! And when there is no navigation.xml, it automatically creates one (multiproject), but all the links are also blank.
No solution, sorry, but just confirming that you aren't the only on. -D -----Original Message----- From: Leif Nelson [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 4:08 PM To: Maven Users List Subject: Re: navigation.xml - empty html links are generated OK. So, here it is again. 1) Install Beta-10. Run maven site:generate (navigation.html works. there are valid links in there) 2) "Upgrade" to RC-1. Run maven site:generate (navigation.html is broken. All links go nowhere) 3) Delete c:\documents and settings\userid\.maven\plugins 4) Run RC-1 site:generate. navigation.html works now. Conflicting plugin versions? I guess so. So, from now on, is the upgrade process include deleting your ~\.maven\plugins dir? I assume that's a "yes". Thanks, --Leif At 05:54 PM 10/17/2003 +0200, you wrote: >Leif Nelson wrote: > >>I had "exactly" the same problem when going from beta-10 to rc1. After >>hearing that someone else had the same problem, I did the obvious, and >>started with a fresh project. I found, that I had a navigation.xml in my >>xdocs that looks like this: >><?xml version="1.0" encoding="ISO-8859-1"?> >><project name="My Project"> >> <title>My Project</title> >> <body> >> <menu name="Overview"> >> <item name="Goals" href="/goals.html"/> >> <item name="Features" href="/features.html"/> >> <item name="News and Status" href="/status.html"/> >> <item name="Getting Started" href="/start/index.html"/> >> <item name="Reference" href="/ref/index.html"/> >> <menu name="Custom Reports"> >> <!-- Add more custom reports here --> >> </menu> >> <item name="Powered By" href="/powered.html"/> >> </menu> >> </body> >></project> >>And, I also found that when doing: >>maven xdoc:generate-from-pom >>It doesn't generate "any" navigation.xml file. So, I removed my >>navigation.xml file... And guess what, I now have working navigation again. >>So, I guess the question is... what's wrong with a navigation.xml that >>looks like the one above? It generates links that are all empty. > >That's the point. I am not sure whether there is sth. wrong with the >navigation.xml. I do not see any errors. I have tried this with a very >simple navigation.xml and it didn't work either with RC-1. So the problem >is somewhere else to my mind. > >-marek > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
