Yes, the top project.xml is as follows:

<?xml version="1.0" encoding="UTF-8"?>
<project>
    <extend>${basedir}/master.xml</extend>
    <name>FXStore</name>
    <reports>
        <report>maven-faq-plugin</report>
    </reports>
</project>

And we have a navigation.xml file in top/xdocs.

The faq.html does get generated in top/target/docs but it is not linked in
top/target/docs/maven-reports.html

The navigation is entirely ignored.

Any suggestion? Working example?
Many thanks

Benoit.


>Do you have the faq plugin in the top level project.xml?
>Does the top level project have a navigation.xml?
>--
>dIon Gillard, Multitask Consulting
>Blog:      http://blogs.codehaus.org/people/dion/


Benoit Xhenseval <[EMAIL PROTECTED]> wrote on 17/09/2003 07:18:32 AM:

> Hi All,
> 
> We're using the multiprojects features for our project (with 
> modules/ejb, war, etc).
> top
> |-modules
>   |-ejb
>     |-src
>       |-java
>       |-test
>     |-xdocs
>       |-navigation.xml
>   |-common
>     |-src
>       |-java
>       |-test
>     |-xdocs
>       |-navigation.xml
> |-xdocs
>   |-navigation.xml
>   |-faq.fml
> 
> 
> We've added a faq.xml and a xdoc/navigation.xml in each module;
> Both FAQ and navigation are working fine when it is generated at the
> module level but it does not
> seem to work at the top level when we use the multiproject:site in "top"
> 
> Is this a know bug/feature in multiproject? Or are we doing something 
wrong?
> How could we include a special navigation and/or faq at the top level?
> 
> Many thanks
> 
> Benoit.
> 
> 
> 
> ---------------------------------------------------------------------
> 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