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]



Reply via email to