[COMMITTERS] bizgres - bizgres: Spelled the word "Geographic" correctly.

2005-08-22 Thread User Bklawans
Log Message: --- Spelled the word "Geographic" correctly. Modified Files: -- bizgres/JasperReports/reports: DailyGeographicActivity.jrxml (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/DailyGeographicActivi

[COMMITTERS] bizgres - bizgres: Added support for detecting and using the version of

2005-08-19 Thread User Bklawans
Log Message: --- Added support for detecting and using the version of readline included with OS X 10.4. Closes bug 1000364 Modified Files: -- bizgres/postgresql: build.xml (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgres

[COMMITTERS] bizgres - bizgres: Added support for building from csh (or one of its

2005-08-19 Thread User Bklawans
Log Message: --- Added support for building from csh (or one of its derivatives) for old foogies like me who never bothered to learn bash. Added Files: --- bizgres: source-before-build.csh (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/sour

[COMMITTERS] bizgres - bizgres: Updated the build instructions to set the devoBuild

2005-08-19 Thread User Bklawans
Log Message: --- Updated the build instructions to set the devoBuild flag. Without this the instructions lead to a build failure. Fixex bug 1000376 Modified Files: -- bizgres: INSTALL (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/biz

[COMMITTERS] bizgres - bizgres: Changed the default image url from "/images" to

2005-07-29 Thread User Bklawans
Log Message: --- Changed the default image url from "/images" to "/bizgres/images". Modified Files: -- bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream: JasperReportsRunner.java (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/b

[COMMITTERS] bizgres - bizgres: Handle null countries better, to prevent empty

2005-07-28 Thread User Bklawans
Log Message: --- Handle null countries better, to prevent empty reports Modified Files: -- bizgres/JasperReports/reports: DailyGeographicActivity.jrxml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/DailyGe

[COMMITTERS] bizgres - bizgres: Using aggregate tables for weekly entry page info.

2005-07-28 Thread User Bklawans
Log Message: --- Using aggregate tables for weekly entry page info. Showing the page description instead of the url when the description has meaningful data Modified Files: -- bizgres/JasperReports/reports: DailyTrafficActivity.jrxml (r1.3 -> r1.4) (http:/

[COMMITTERS] bizgres - bizgres: Use weekly aggregate tables If the page_desc field

2005-07-28 Thread User Bklawans
Log Message: --- Use weekly aggregate tables If the page_desc field has meaningful data use it instead of the url. Modified Files: -- bizgres/JasperReports/reports: CumulativeExitPages.jrxml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgre

[COMMITTERS] bizgres - bizgres: Updated the SQL to use aggregate tables

2005-07-28 Thread User Bklawans
Log Message: --- Updated the SQL to use aggregate tables Modified Files: -- bizgres/JasperReports/reports: WeeklyTrafficActivity.jrxml (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/WeeklyTrafficActivity.jr

[COMMITTERS] bizgres - bizgres: Added sample ant target showing how to batch

2005-07-28 Thread User Bklawans
Log Message: --- Added sample ant target showing how to batch precompile the reports Modified Files: -- bizgres/JasperReportsRunner: build.xml (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/build.xml.diff?r1=

[COMMITTERS] bizgres - bizgres: Changed the names of the Cumulative report output to

2005-07-28 Thread User Bklawans
Log Message: --- Changed the names of the Cumulative report output to match the new naming convention Modified Files: -- bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream: JasperReportsRunner.java (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cg

[COMMITTERS] bizgres - bizgres: The JasperReportRunner will now specify that the

2005-07-28 Thread User Bklawans
Log Message: --- The JasperReportRunner will now specify that the JasperReports files are compiled by the JDT compiler, to avoid any dependency on javac being installed. Added Files: --- bizgres/JasperReportsRunner/lib: jdt-compiler.jar (r1.1) (http://cvs.pgfou

[COMMITTERS] bizgres - bizgres: 1) Use the jdt compiler when compiling JasperReports

2005-07-28 Thread User Bklawans
Log Message: --- 1) Use the jdt compiler when compiling JasperReports - doesn't require the javac compiler to be installed, and doesn't require temp file space. 2) Use a manual HtmlExporter for finer control over the HTML generated. 3) Don't use small images to align stuff in HTML output

[COMMITTERS] bizgres - bizgres: Cleaned up the formatting, fixed a few problems with

2005-07-27 Thread User Bklawans
Log Message: --- Cleaned up the formatting, fixed a few problems with HTML output producing white text on a white background, which is a wee bit hard to read. TODO: The Entry and Exit pages aren't using the aggregate tables yet, as I haven't created them on my db yet. If you run the

[COMMITTERS] bizgres - bizgres: Formatting clean up.

2005-07-27 Thread User Bklawans
Log Message: --- Formatting clean up. Modified Files: -- bizgres/JasperReports/reports: CumulativeTopReferrers.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/CumulativeTopReferrers.jrxml.diff?r1=1.1&r

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

2005-07-27 Thread User Bklawans
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

[COMMITTERS] bizgres - bizgres: Removed extraneous page breaks.

2005-07-27 Thread User Bklawans
Log Message: --- Removed extraneous page breaks. Modified Files: -- bizgres/JasperReports/reports: CumulativeTrafficActivity.jrxml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/CumulativeTrafficActivity.jr

[COMMITTERS] bizgres - bizgres: Cleaned up HTML formatting, switched to using

2005-07-27 Thread User Bklawans
Log Message: --- Cleaned up HTML formatting, switched to using aggregate tables where possible. Modified Files: -- bizgres/JasperReports/reports: CumulativeTrafficActivity.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/Jas

[COMMITTERS] bizgres - bizgres: Changed the signature of the runReport method so the

2005-07-27 Thread User Bklawans
Log Message: --- Changed the signature of the runReport method so the type of report (daily, weekly, cumulative) of the report can be passed in. Renamed the old "historical" static to be "Cumulative" to match the new terminology. Modified Files: -- bizgres/JasperReportsRunn

[COMMITTERS] bizgres - bizgres: Allow an alternate file name to specified via a

2005-07-27 Thread User Bklawans
Log Message: --- Allow an alternate file name to specified via a report parameter. The specified name overrides any automatic timestamping. Modified Files: -- bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream: JasperReportsRunner.java (r1.2 -> r1.3

[COMMITTERS] bizgres - bizgres: Updated to show current set of reports, their files,

2005-07-27 Thread User Bklawans
Log Message: --- Updated to show current set of reports, their files, and any subreport dependencies. Modified Files: -- bizgres/JasperReports/reports: README.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/repo

[COMMITTERS] bizgres - bizgres: Updated versions of the Geographic Activity reports.

2005-07-27 Thread User Bklawans
Log Message: --- Updated versions of the Geographic Activity reports. Daily/weekly/historic version, no blank pages between weeks in historical version. Modified Files: -- bizgres/JasperReports/reports: GeographicByWeek.jrxml (r1.2 -> r1.3) (http://cvs.pgf

[COMMITTERS] bizgres - bizgres: Changing the name of the output files for Daily and

2005-07-27 Thread User Bklawans
Log Message: --- Changing the name of the output files for Daily and Weekly reports, per Nitin's request. Modified Files: -- bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream: JasperReportsRunner.java (r1.1 -> r1.2) (http://cvs.pgfoundry.or

[COMMITTERS] bizgres - bizgres: Two additinal libs needed to run reports with charts

2005-07-27 Thread User Bklawans
Log Message: --- Two additinal libs needed to run reports with charts in them. Added Files: --- bizgres/JasperReportsRunner/lib: jcommon-1.0.0-rc1.jar (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/lib/jcommon-1.0.0-rc1.

[COMMITTERS] bizgres - bizgres: Site Activity reports for daily/weekly/cumulative.

2005-07-27 Thread User Bklawans
Log Message: --- Site Activity reports for daily/weekly/cumulative. Using final aggregate tables, basically finished. Modified Files: -- bizgres/JasperReports/reports: WeeklySiteActivity.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/biz

[COMMITTERS] bizgres - bizgres: Deleted obsoleted report

2005-07-27 Thread User Bklawans
Log Message: --- Deleted obsoleted report Removed Files: - bizgres/JasperReports/reports: TopEntryPages.jrxml (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/TopEntryPages.jrxml) ---(end of broadca

[COMMITTERS] bizgres - bizgres: The daily/weekly/cumulative version of the entry page

2005-07-27 Thread User Bklawans
Log Message: --- The daily/weekly/cumulative version of the entry page reports. Not yet updated to use the new aggregates being created by KETL. Modified Files: -- bizgres/JasperReports/reports: EntryPagesForWeek.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.

[COMMITTERS] bizgres - bizgres: Cumulative version of the exit pages report, tuned

2005-07-26 Thread User Bklawans
Log Message: --- Cumulative version of the exit pages report, tuned for PDF output. Modified Files: -- bizgres/JasperReports/reports: ExitPagesForWeek.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/Ex

[COMMITTERS] bizgres - bizgres: Removing obsolete file, outdated by new versions that

2005-07-26 Thread User Bklawans
Log Message: --- Removing obsolete file, outdated by new versions that work with the JasperReportsRunner and follow the new naming conventions. Removed Files: - bizgres/JasperReports/reports: TopExitPages.jrxml (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/b

[COMMITTERS] bizgres - bizgres: Working versions of the daily and weekly top exit

2005-07-26 Thread User Bklawans
Log Message: --- Working versions of the daily and weekly top exit pages reports. The weekly version is SLOW. Added Files: --- bizgres/JasperReports/reports: DailyExitPages.jrxml (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports

[COMMITTERS] bizgres - bizgres: Daily and Weekly versions of the Top Search Engine

2005-07-26 Thread User Bklawans
Log Message: --- Daily and Weekly versions of the Top Search Engine Referrers reports. Added Files: --- bizgres/JasperReports/reports: DailyTopSearchEngineReferrers.jrxml (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/

[COMMITTERS] bizgres - bizgres: Added Daily and Weekly version of the Top Referrers

2005-07-26 Thread User Bklawans
Log Message: --- Added Daily and Weekly version of the Top Referrers reports. Added Files: --- bizgres/JasperReports/reports: DailyTopReferrers.jrxml (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/DailyTopReferrers.jrx

[COMMITTERS] bizgres - bizgres: Deleted obsolete report, being replaced by

2005-07-26 Thread User Bklawans
Log Message: --- Deleted obsolete report, being replaced by cumulative, daily, and weekly versions Removed Files: - bizgres/JasperReports/reports: TopReferrers.jrxml (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/TopRefer

[COMMITTERS] bizgres - bizgres: The Cumulative Referrers reports are now done.

2005-07-26 Thread User Bklawans
Log Message: --- The Cumulative Referrers reports are now done. The same report can be used for both cumulative referrers and cumulative search engine referrers. To get search enginee referrers set the two optional parameters as follows: parameter value -- ---

[COMMITTERS] bizgres - bizgres: Prevent compiler warnings when building under JDK 1.5

2005-07-26 Thread User Bklawans
Log Message: --- Prevent compiler warnings when building under JDK 1.5 Modified Files: -- bizgres/JasperReportsRunner: build.xml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/build.xml.diff?r1=1.2&r2=1.3) -

[COMMITTERS] bizgres - bizgres: 1) The input parameter has been renamed reportDate to

2005-07-26 Thread User Bklawans
Log Message: --- 1) The input parameter has been renamed reportDate to match what the JasperReportRunner uses. 2) Cleaned up the date/time formatting. Modified Files: -- bizgres/JasperReports/reports: DailyTrafficActivity.jrxml (r1.1 -> r1.2) (http://cvs

[COMMITTERS] bizgres - bizgres: Accidently checked in the jars as text files,

2005-07-26 Thread User Bklawans
Log Message: --- Accidently checked in the jars as text files, deleting and readding as binaries. Removed Files: - bizgres/JasperReports/lib: jasperreports-1.0.0.jar (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/lib/jasperreport

[COMMITTERS] bizgres - bizgres: Several minor changes: 1) Parameter name for the date

2005-07-26 Thread User Bklawans
Log Message: --- Several minor changes: 1) Parameter name for the date and the type match that passed by the JasperReportRunner. Report now produces output when used with Runner. 2) Formatting of the dates has been added. Basically finished, with the possibility of adding summaries. Mo

[COMMITTERS] bizgres - bizgres: Readding jar as a binary

2005-07-26 Thread User Bklawans
Log Message: --- Readding jar as a binary Added Files: --- bizgres/JasperReports/lib: jasperreports-1.0.0.jar (r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/lib/jasperreports-1.0.0.jar?rev=1.3&content-type=text/x-cvsweb-markup

[COMMITTERS] bizgres - bizgres: Daily WebTrafficActivity report.

2005-07-25 Thread User Bklawans
Log Message: --- Daily WebTrafficActivity report. Shows traffic by hour for a specific date, with both a table and a line chart. TODOS: Fix hour formating, currently "0", "1", etc. Add summaries for page views, sessions, users Added Files: --- bizgres/JasperReports/rep

[COMMITTERS] bizgres - bizgres: Moved the old "WeeklyTrafficActivity" report to

2005-07-25 Thread User Bklawans
Log Message: --- Moved the old "WeeklyTrafficActivity" report to "CumulativeTrafficActivity" to match our new naming conventions. Added Files: --- bizgres/JasperReports/reports: CumulativeTrafficActivity.jrxml (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi

[COMMITTERS] bizgres - bizgres: Weekly Traffic Activity report.

2005-07-25 Thread User Bklawans
Log Message: --- Weekly Traffic Activity report. Has a mandatory parameter called "week_end_date" which is the last day of the seven day span to report on. There is a table and a line chart showing pageviews, sessions and users per day for the week, where week is a rolling 7 day period en

[COMMITTERS] bizgres - bizgres: Suppress blank pages between weeks in PDF output.

2005-07-25 Thread User Bklawans
Log Message: --- Suppress blank pages between weeks in PDF output. Modified Files: -- bizgres/JasperReports/reports: GeographicActivity.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/GeographicActivit

[COMMITTERS] bizgres - bizgres: Ant file to build and test the JasperReportsRunner.

2005-07-25 Thread User Bklawans
Log Message: --- Ant file to build and test the JasperReportsRunner. Major targets: compile - compiles the runner compile-tests - compiles the test files run-tests - runs all available tests. (currently there are no tests.) clean - one guess Added Files: ---

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream In directory pgfoundry.org:/tmp/cvs-serv95746/clickstream Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream added to the repository --

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com In directory pgfoundry.org:/tmp/cvs-serv95676/com Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com added to the repository ---(end of broadcast)--- TIP 9: In

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

2005-07-25 Thread User Bklawans
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

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft In directory pgfoundry.org:/tmp/cvs-serv95707/jaspersoft Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft added to the repository ---(end of broadcast)

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres In directory pgfoundry.org:/tmp/cvs-serv95732/bizgres Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres added to the repository ---(end of bro

[COMMITTERS] bizgres - bizgres: Libraries needed to build and run the

2005-07-25 Thread User Bklawans
Log Message: --- Libraries needed to build and run the JasperReportsRunner, used to generate report output after an ETL run has finished. Added Files: --- bizgres/JasperReportsRunner/lib: commons-beanutils-1.5.jar (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/lib In directory pgfoundry.org:/tmp/cvs-serv95344/lib Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/lib added to the repository ---(end of broadcast)--- TIP 6: explain an

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/tests In directory pgfoundry.org:/tmp/cvs-serv95344/tests Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/tests added to the repository ---(end of broadcast)--- TIP 1: if p

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src In directory pgfoundry.org:/tmp/cvs-serv95344/src Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src added to the repository ---(end of broadcast)--- TIP 2: Don't 'kil

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner In directory pgfoundry.org:/tmp/cvs-serv95304/JasperReportsRunner Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner added to the repository ---(end of broadcast)--- TIP 3: Hav

[COMMITTERS] bizgres - bizgres: Initial check in of the first set of reports.

2005-07-20 Thread User Bklawans
Log Message: --- Initial check in of the first set of reports. Requires JasperReports 1.0 to work, and many will not work within the current 0.5 version of iReports. See the README for more info. Added Files: --- bizgres/JasperReports/reports: EntryPagesForWeek.jrxml

[COMMITTERS] bizgres - bizgres: Added JasperReports license information.

2005-07-20 Thread User Bklawans
Log Message: --- Added JasperReports license information. Added Files: --- bizgres/JasperReports/license: jasperreports.txt (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/license/jasperreports.txt?rev=1.1&content-type=text/x-c

[COMMITTERS] bizgres - bizgres: Some SQL scripts to create additional aggregate

2005-07-20 Thread User Bklawans
Log Message: --- Some SQL scripts to create additional aggregate tables used by some of the reports. These need to be integrated with KETL and obsoleted. See the README for more info. Added Files: --- bizgres/JasperReports/sql_scripts: README.txt (r1.1) (http:

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-20 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReports/license In directory pgfoundry.org:/tmp/cvs-serv25326/license Log Message: Directory /cvsroot/bizgres/bizgres/JasperReports/license added to the repository ---(end of broadcast)--- TIP 4: Have you se

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-20 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReports/lib In directory pgfoundry.org:/tmp/cvs-serv23513/lib Log Message: Directory /cvsroot/bizgres/bizgres/JasperReports/lib added to the repository ---(end of broadcast)--- TIP 6: explain analyze is your

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-20 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReports/reports In directory pgfoundry.org:/tmp/cvs-serv23768/reports Log Message: Directory /cvsroot/bizgres/bizgres/JasperReports/reports added to the repository ---(end of broadcast)--- TIP 6: explain ana

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-20 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReports/sql_scripts In directory pgfoundry.org:/tmp/cvs-serv24034/sql_scripts Log Message: Directory /cvsroot/bizgres/bizgres/JasperReports/sql_scripts added to the repository ---(end of broadcast)--- TIP 5

[COMMITTERS] bizgres - bizgres: The newly release 1.0 version of JasperReports.

2005-07-20 Thread User Bklawans
Log Message: --- The newly release 1.0 version of JasperReports. This version of the library is required, as several of the included reports use the new charting capabilities. For the source, go to http://jasperreports.sourceforge.net Added Files: --- bizgres/JasperReports/li