Skip to content
derekslife edited this page Dec 8, 2014 · 3 revisions

This project is an implementation of the JSONParser described here.

This project uses Maven to deal with the dependencies, which the original instructions leave up to you to download and install.

To build the project and package all the dependencies, run the command

mvn clean package dependency:copy-dependencies

This will result in the birt-jsonparser-0.0.1-SNAPSHOT.jar file being created in the target directory, and all the dependencies copied into the target\dependency directory. Copy all of these JAR files into the {BIRT_INSTALL}/plugins/org.eclipse.birt.report.viewer_{BIRT_VIEWER_VERSION}/birt/scriptlib directory to allow the JSONParser class to be accessed from within your BIRT report.

Clone this wiki locally