How to build a Java RSSE sample application
Install and use the Apache Ant tool to build a Java RSSE sample application. Go to the Apache Ant Project web site at http://ant.apache.org/ to obtain the software and installation instructions.
In the BIRT iHub Integration Technology installation, each sample application subdirectory contains a file, build.xml. Using the project settings specified in the file, build.xml, Ant performs the following operations:

Compiles the Java RSSE application source files

Creates a lib directory

Archives the compiled classes in a JAR file in the lib directory
Table 10‑2 lists the archive file generated for each Java RSSE sample application.
Table 10‑2 Archive files that are generated for the Java RSSE sample applications
RSSE application | Archive file |
LDAP authentication | rsseAuthenticate.jar |
LDAP external registration | rsseLdap.jar |
Page Security | rsseAcl.jar |
To build a sample application using the Ant tool, navigate to the application directory. At the command line, type:
ant