Thread: bizgres - bizgres: 1) Use the jdt compiler when compiling JasperReports

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

From
bklawans@pgfoundry.org (User Bklawans)
Date:
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, as our reports
   don't require it.
4) Allow the location of generated images (mainly charts) to be specified
   via the property file.
5) Allow the URL to generated images to be specified via the properties
   file.  Defaults to "/image"
6) Put the images used by each report in a seperate subdirectory to avoid
   conflicts.

Modified Files:
--------------
    bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream:
        JasperReportsRunner.java (r1.5 -> r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream/JasperReportsRunner.java.diff?r1=1.5&r2=1.6)