You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by solo1970 <so...@ericsson.com> on 2008/11/18 16:42:50 UTC

Summary report

Hello,

Does it exist, or can it be done to have a "REAL" summary report in a
Multi-module project, that summarizes or allows us to specify particular
reports for all of the submodules without having to browse down the
hierarchy tree in the generated "site".

Thanks

Sonia 
-- 
View this message in context: http://www.nabble.com/Summary-report-tp20562055p20562055.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: Doxia Embedded error: No document that matches section with id=bindings.

Posted by Ole Ersoy <ol...@gmail.com>.
Ok - I think I got it.  The content needs to be put in folders matching the content type.  So apt content goes in src/books/test-book/apt, etc.

Cheers,
- Ole




Ole Ersoy wrote:
> Hi,
> 
> I'm trying to generate a simple book with doxia.  I have doxia 
> configured like this:
> 
>        <book>
>            <directory>src/books/test-book</directory>
>            <descriptor>src/books/test-book.xml</descriptor>
> 
> The plugin does read test-book.xml.  I then have only one section 
> configured like this:
> 
>        <section>
>          <id>bindings</id>
>          <file>src/books/test-file.fml</file>
>        </section>
> 
> Inside the test-file.xml I just put the example fml document from the 
> maven documentation.
> 
> When I run I get:
> 
> Embedded error: No document that matches section with id=bindings.
> 
> I also tried copying test-file.fml to the test-book directory and 
> rerunning like this:
> 
>        <section>
>          <id>bindings</id>
>          <file>test-file.fml</file>
>        </section>
> 
> Same error.
> 
> Any ideas?
> 
> TIA,
> - Ole
> 
> 

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


Doxia Embedded error: No document that matches section with id=bindings.

Posted by Ole Ersoy <ol...@gmail.com>.
Hi,

I'm trying to generate a simple book with doxia.  I have doxia configured like this:

        <book>
            <directory>src/books/test-book</directory>
            <descriptor>src/books/test-book.xml</descriptor>

The plugin does read test-book.xml.  I then have only one section configured like this:

        <section>
          <id>bindings</id>
          <file>src/books/test-file.fml</file>
        </section>

Inside the test-file.xml I just put the example fml document from the maven documentation.

When I run I get:

Embedded error: No document that matches section with id=bindings.

I also tried copying test-file.fml to the test-book directory and rerunning like this:

        <section>
          <id>bindings</id>
          <file>test-file.fml</file>
        </section>

Same error.

Any ideas?

TIA,
- Ole


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


Re: Summary report

Posted by Vincent Beretti <vb...@gmail.com>.
Hi,have look to these plugins :
http://mojo.codehaus.org/dashboard-maven-plugin/
http://mojo.os.xebia.com/maven-dashboard-plugin/examples/extend.html

Vincent

On Tue, Nov 18, 2008 at 4:42 PM, solo1970
<so...@ericsson.com>wrote:

>
> Hello,
>
> Does it exist, or can it be done to have a "REAL" summary report in a
> Multi-module project, that summarizes or allows us to specify particular
> reports for all of the submodules without having to browse down the
> hierarchy tree in the generated "site".
>
> Thanks
>
> Sonia
> --
> View this message in context:
> http://www.nabble.com/Summary-report-tp20562055p20562055.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>