|
Project Information
Members
Featured
Downloads
Links
|
Code base to start generating reports with the Eclipse-based reporting system: Business Intelligence and Reporting Tools (BIRT). Includes examples on how to generate reports in HTML, PDF, Excel, Word, Powerpoint, and Postscript formats and deploying them with the Stripes Framework. Tested with JBoss 4.2.2 and Tomcat 6.0. Please feel free to suggest new features or report any bug. Note: Tomcat requires you to copy log4j.jar and commons-logging.jar files to your server lib folder. ConfigurationCheckout the latest project source code and edit the following files. build.propertiesRename build.properties-sample to build.properties and configure your deploy dir: # Application server deployment directory. Please use forward slashes "/". deploy.dir=C:/work/jboss/server/default/deploy project.version=1.0.0 BirtConfig.propertiesRename BirtConfig.properties-sample to BirtConfig.properties and set the BIRT log level and output directory: logDirectory=C:/work/jboss/server/default/log logLevel=CONFIG |