CentraSite 10.3 | CentraSite Developer's Guide | Customizing CentraSite | Customization of CentraSite Business UI | Customizing CentraSite Content Page | Installing CentraSite Business UI Extension
 
Installing CentraSite Business UI Extension
Note:
The <CentraSiteInstall_Directory> indicates the installation directory of CentraSite. For example: C:\SoftwareAG\CentraSite in Windows or /opt/softwareag/CentraSite in Linux.
To install CentraSite Business UI extension
1. Open the build.properties file.
You can find the file in the folder <CentraSiteInstall_Directory>\demos\CentraSiteBUIExtension.
2. Update the build.properties file to include the following information:
a. In the property sag.root.dir, specify the installation directory of SoftwareAG. For example, C:\SoftwareAG.
b. In the property bnd.jar.path, specify the location of the bnd JAR file.
This property is required for creating JAR files with proper import and export references. The instructions for obtaining the bnd JAR file is provided in the build.properties file.
c. Navigate to the directory where you extracted the Google Web Toolkit (GWT) and include the following Jar files:
*gwt-dev.jar
*gwt-user.jar
*validation-api-1.0.0.GA.jar
*validation-api-1.0.0.GA-sources.jar
d. Set the environment variable gwt.home to point to the GWT directory.
3. Run the command ant.
The command compiles the CentraSiteBUIExtension and create the required files.
The syntax is of the format: C:\SoftwareAG\CentraSite\demos\CentraSiteBUIExtension>ant