blob: b0e3385d6daac72d8d8d593c6d07100b2634ce46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
******************
Prerequisites
******************
Check out the source
see http://cwiki.apache.org/qpid/building.html
******************
Install CruiseControl
******************
Download CruiseControl from: http://cruisecontrol.sourceforge.net/
* Unzip the release to a directory, for example ~/cruisecontrol-bin-2.7.2
* Check that the scripts cruisecontrol-bin-2.7.2/cruisecontrol.sh and cruisecontrol-bin-2.7.2/apache-ant-1.7.0/bin/ant have execution permission.
* Make sure your directory ~/.ant/lib contains the following jars:
o The ant jar files that can be found in cruisecontrol-bin-2.7.2/apache-ant-1.7.0/lib/
o xalan-2.7.0.jar
******************
Set system variables
******************
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
Edit the file CC_HOME/config.properties and set the properties so to match your system requirements.
Notes
* the cpp store can be checked out from: https://svn.jboss.org/repos/rhmessaging/store/trunk/cpp
* Only unix scrips are currently provided
******************
Running CruiseControl
******************
Run cruisecontrol-bin-2.7.2/cruisecontrol.sh from CC_HOME/cc
******************
Running the Sun java TCK
******************
If you wish to run the Sun JMS TCK, follow those two steps:
* Extract the TCK
* (As required by the TCK) Set TS_HOME to the location where the JMS TCK has been installed.
******************
Projects
******************
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
java-perftests Runs the java performance tests
java-jmstck Runs the java jms tck (see running the tck)
|