Consortium    Solutions    Middleware    Forge    MyObjectWeb 
ObjectWeb Consortium
Print

Advanced - Powered by Google






OpenCCM

Project Links
· Home
· Download
· Documentation
· Mailing Lists
· Wiki
· Partners
· License
· History
· Related projects

Developers' Corner
· How to Contribute
· Workplan
· Resources
· CVS Repository
· Bug Tracking
· ObjectWeb Forge Site
· User Mailing List
· Team Mailing List

About
· Team
· Contacts

CCM Explorer Install Guide

This module requires the following modules to work properly :

The CCM Explorer and all dependencies can be checked out by using the alias openccm-explorer.

Contents Structure

The CCM Explorer module contains the following directories and files :

DirectoryFileDescription
 build.xmlANT script for compilation process.
src/ The source code directory.
 fractal/Fractal source tree.
 java/Java source tree.
 resources/Icons and Fractal configuration files.
 unix/Unix scripts.
 windows/Windows scripts.
 xml/XML files to be used by Explorer and Launcher.
web/ Repository for the module's documentation.

Build Instructions

This 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

  Build file for compiling the CCM Explorer.

Main targets:

build                 Main target to build the CCM Explorer module.
clean                 Clean the project.
clean_all             Clean all the project (including the distribution directory).
doc                   Builds the documentation in <build directory>/doc
Default target: build
      

Thus, the full build can be achieved by simply running ANT without any argument.

Results of Compilation

After compilation, a build directory is created. It contains the following directories and files:

DirectoryFileDescription
ant/ ANT files built by other modules.
bin/ All generated binaries.
class/ All compiled Java classes.
externals/ Libraries which have been needed during compilation.
jar/ Archived Java packages.
java/ Generated Java files.
lib/ Final libraries.

See the user's guide for usage instructions.


Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster | Last modified at 2005-07-07 02:04 PM