"Olivier Lamy" <[EMAIL PROTECTED]> writes:

> OK but do use sink to write your report ?
> I want to write html page(s).

public class GraphGeneratorMojo extends AbstractMavenReport {

  protected void executeReport(Locale arg0) throws MavenReportException {
    Sink sink = getSink();
    /* generate graphs pages */
    try {
      html.generate(sink);
    } catch (IOException e) {
      throw new MavenReportException("Error in generating html report", e);
    }
}


good luck.
-- 
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to