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.

Thanks,

--Leif

At 11:52 AM 10/17/2003 +1000, you wrote:
Obviously things work ok with RC1 as the maven site has been generated
with it in the past.

Is there anything you can provide to help with narrowing this down?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Marek Lange <[EMAIL PROTECTED]> wrote on 17/10/2003 03:00:51 AM:


> Marek Lange wrote:
>
> > I have a problem generating my navigation. All links in the navigation

> > bar are empty.
> >
> > But the generated html is wrong:
> >
> > ...
> > <a href="">Features</a>
> > ...
> > <a href="">Getting Started</a>
> > ...
> >
> > Where could be the problem? Thanks for your help.
>
> This occurs only in RC-1. Beta-10 is working correctly here.
>
> -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]

Reply via email to