| Apache Qpid > Index > Qpid Java Documentation > Qpid Java How To > Qpid Java Build How To > Building > CruiseControl |
Home
Download
Getting Started
Documentation
Mailing Lists
Issue Reporting
FAQ/How to
Getting Involved
Qpid Integrated with..
Source Repository
Building Qpid
Developer Pages
QMF
People
License
Project Status
Acknowledgments
What is AMQP ?
AMQP Specification Download

see http://cwiki.apache.org/qpid/building.html
Download CruiseControl from: http://cruisecontrol.sourceforge.net/
Prior to use CruiseControl you'll need to set two system variables:
| Variable | Value |
|---|---|
| CC_HOME | path to your qpid project, for example /home/foo/projects/qpid |
| CPPSTORE_HOME | path to your C++ store, for example /home/foo/projects/bdbstore-cpp |
Note: the cpp store can be checked out from: https://svn.jboss.org/repos/rhmessaging/store/trunk/cpp
Run cruisecontrol-bin-2.7.2/cruisecontrol.sh from CC_HOME/cc
| Project | Description |
|---|---|
| qpid-cpp-trunk | Builds and tests the C++ broker |
| qpid-cpp-trunk-perftests | Runs the C++ performance tests |
| qpid-java-trunk | Builds and runs the Java tests with an 0.8 inVM broker, a c++ broker without prefetch and a c++ broker with pre-fetch |
| bdbstore-cpp-trunk | Builds the C++ store (required for the Java tests) |
| example-automation | Runs all the example combinations for python, C++ and java |