Skip to content

Building and Installing with Ant

Steve Schafer edited this page Oct 14, 2015 · 1 revision

If you have made changes to the code, the ant build script can install it for you:

  1. Install Pentaho biserver-ce version 5.3 or later. This should include tomcat.

  2. Install the BIRT viewer web application into the tomcat webapps folder. Just putting the war file in there should be enough.

  3. Edit build.properties to correct the two paths. One is the path to the BIRT viewer WEB-INF folder inside tomcat. The other is the root folder of biserver-ce.

  4. Execute build.xml with ant with the target "deploy".

  5. Restart Pentaho.

Clone this wiki locally