bizgres - bizgres: Fixed a problem with subreports, caused by running

From: bklawans(at)pgfoundry(dot)org (User Bklawans)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: Fixed a problem with subreports, caused by running
Date: 2005-07-28 00:48:35
Message-ID: 20050728004835.DCBFB1126001@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed a problem with subreports, caused by running the report runner
in a diffent directory than the actual reports. The fix is to pass
the path to the reports to the master, so it can specify the exact
location of the subreport.

Modified Files:
--------------
bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream:
JasperReportsRunner.java (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream/JasperReportsRunner.java.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bklawans 2005-07-28 02:30:07 bizgres - bizgres: Cleaned up the formatting, fixed a few problems with
Previous Message User Bklawans 2005-07-28 00:47:46 bizgres - bizgres: Formatting clean up.