Building Template Components
After modifying the templates to add the required functionality, it is simple to build the template-based components so that they may be used in a project. There are separate build scripts for the C++ and Java templates, located in the base of each template directory, $CTBASE and $JTBASE. It may be necessary to modify the build script or makefile if additional classes have been added or if additional libraries are required. When the build script is executed, it will first compile all necessary binaries; then it will create client and server directories that have all required binaries and libraries. These directories are analogous to those created by the build script for the example project. The client and server directories should be copied to the directory where the framework was extracted, at which point the make_project_files script can be used to build the .tar.bz2 and .zip files as described in the Project Creation Guide.
Prev | Home | Next |