You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Grant Johnson <gr...@llnl.gov> on 2003/10/04 01:46:54 UTC

xdoc bug?

I noticed that when I moved from beta 10 to RC 1, all the links generated 
in the index.html from the navigation.xml are null, like:

<a href="">Goals</a>

So I tested a few things:

1. Went back to beta 10, did a maven clean and a site:generate, and it 
generated proper links.

2. Built a new test project consisting of:

  Directory of C:\temp\maven-bug

10/01/2003  05:17 PM               205 project.properties
10/03/2003  04:14 PM             1,348 project.xml
10/03/2003  04:22 PM    <DIR>          xdocs

  Directory of C:\temp\maven-bug\xdocs

10/03/2003  04:22 PM               573 goals.xml
10/03/2003  04:21 PM               680 navigation.xml

Contents of navigation.xml is:

<?xml version="1.0" encoding="UTF-8"?>

<project name="Test">
   <title>Test</title>
   <body>
     <menu name="Project Overview">
       <item name="Goals"                href="/goals.html" />
     </menu>
   </body>
</project>

This project behaves the same way.  Works fine under beta 10 and generates 
null links under RC1.

Am I missing something?  Are there any new directives or properties that 
need to be defined?

Thanks

Grant Johnson
grantj@llnl.gov
925-423-0406


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org