| OpenCCM - Launcher Install Guide | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Launcher Install GuideThis module requires the following modules to work properly : The Launcher and all dependencies can be checked out by using the alias utils-launcher. Contents StructureThe Launcher module contains the following directories and files :
Build InstructionsThis module provides a build.xml file to be used by your ANT
tool (which should be in your PATH environment setting).
$ ant -p
Buildfile: build.xml
Launcher Framework.
Generates OS-dependent scripts for the launcher.
Depends on "launcher.settings.init" to correctly feed scripts tokens.
Main targets:
build Main target to build the Launcher module.
clean Cleans the Launcher Framework
compile Compiles the Launcher Framework
doc Builds the documentation in <build directory>/doc
generate Generates the Launcher XML Parser
jdoc Generates the package documentation
package Packages the Launcher Framework
Default target: build
Thus, the full build can be achieved by simply running ANT without any argument. Results of CompilationAfter compilation, a build directory is created. It contains the following directories and files:
See the user's guide for usage instructions. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||