DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- **/release/*.zip
- **/release/*.tar.gz
- **/release/maven/**/*.*
Cpp Configuration
The following commands each build Qpid:
cd trunk/qpid/cpp && cmake CMakeLists.txt && make && make testcd trunk/qpid/cpp && ./bootstrap && ./configure && make && make test
The C++ builds will use cmake.cannot use cmake currently, as it is not installed. The cmakebuilder Plugin also needs to be installed. The autoconf build also fails, due to missing header files: console output. Currently the C++ builds are disabled.
Status
The following builds are currently operational, as of 22 March 2011:
- qpid-cpp-build in progress disabled
- qpid-cpp-0.10-build in progress disabled
- qpid-java-build
- qpid-java-0.10-build
...