bizgres - bizgres: Initial check in of the JasperRunner for use with the

From: bklawans(at)pgfoundry(dot)org (User Bklawans)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: Initial check in of the JasperRunner for use with the
Date: 2005-07-25 18:40:45
Message-ID: 20050725184045.6BA3F11263C4@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Initial check in of the JasperRunner for use with the click stream
analysis application. This consists of a new class that the ETL engine
can use to fire off report execution upon completion, and a typed
exception thrown by the runner.

One major bug right now: reports are compiled if needed, but subreports
are not handled correctly and are never compiled.

Added Files:
-----------
bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream:
JasperReportsRunner.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream/JasperReportsRunner.java?rev=1.1&content-type=text/x-cvsweb-markup)
JasperRunnerException.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream/JasperRunnerException.java?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bklawans 2005-07-25 18:42:29 bizgres - bizgres: Ant file to build and test the JasperReportsRunner.
Previous Message User Bklawans 2005-07-25 18:38:36 bizgres - bizgres: New Directory