Re: multi-page reports

2006-05-14 Thread Brett Porter
5:58 +0200 (CEST) From: Kenney Westerhof <[EMAIL PROTECTED]> To: dev@maven.apache.org Subject: multi-page reports Hi, I'm trying to create a multi-page report. I use the main sink to render an overview page, and use the SiteRenderer to create a sink for each page. Unfortunately no files are

Re: multi-page reports

2006-04-18 Thread Kenney Westerhof
working on a solution in trunk.. -- Kenney -- Forwarded message -- Date: Sat, 15 Apr 2006 17:35:58 +0200 (CEST) From: Kenney Westerhof <[EMAIL PROTECTED]> To: dev@maven.apache.org Subject: multi-page reports Hi, I'm trying to create a multi-page report. I use the main

multi-page reports

2006-04-15 Thread Kenney Westerhof
Hi, I'm trying to create a multi-page report. I use the main sink to render an overview page, and use the SiteRenderer to create a sink for each page. Unfortunately no files are created. I looked at the doxia api and it has some methods for rendering pages using velocity merging. Unfortunately I

Re: multi-page reports

2005-12-12 Thread Steffen Pingel
Hi, finally we found a way to generate a multi-page report while looking at the source of the plugin-plugin. Basically the documents need to be placed into a special directory named "generated-site/xdoc/": /** * @parameter expression="${project.build.directory}/generated-site/xdoc" * @req

Re: multi-page reports

2005-12-08 Thread Tammo van Lessen
Hi, > This functionality is also needed by checkstyle since m1 checkstyle is > generating a multipage report. I've tried to use the class you gave > several weeks ago and it does not work currently. Yes, especially the SinkFactory is pretty strange. Apart from the lack of documentation, it creat

Re: multi-page reports

2005-12-07 Thread Edwin Punzalan
his question has been asked before [1] but unfortunately there was no reply. Is there a way to create a multi-page report? Steffen [1] http://www.nabble.com/-m2-multi-page-reports--p382975.html -- Steffen Pingel - [EMAIL PROTECTED] - http://

Re: multi-page reports

2005-12-06 Thread Steffen Pingel
Hi, > I never used it but a class already exist in the API to support multi > page report: > AbstractMavenMultiPageReport We tried using the class but it requires a SinkFactory object that only site-plugin could provide but currently does not. Have a look at SiteMojo.generateReportsPages() whe

Re: multi-page reports

2005-12-06 Thread Vincent Siveton
umulate all statcvs output on a single > page, since statcvs produces too much data. > > I know this question has been asked before [1] but unfortunately there was no > reply. > > Is there a way to create a multi-page report? > > Steffen > > > [1] http://www.nabbl

multi-page reports

2005-12-06 Thread Steffen Pingel
this question has been asked before [1] but unfortunately there was no reply. Is there a way to create a multi-page report? Steffen [1] http://www.nabble.com/-m2-multi-page-reports--p382975.html -- Steffen Pingel - [EMAIL PROTECTED] - http://steffenping

[m2] multi-page reports?

2005-07-11 Thread Fabrizio Giustina
Hi all, is there any way in a m2 report plugin to generate multiple reports? This requirement comes from the maven-taglib-plugin: I am actually converting it to m2 and, for one of the goals, I would like to produce multiple pages (just like in the m1 version). The "tagreference" goal let you speci