ServiceMix Utils Project

The servicemix-utils project holds the code for a set of classes that are common to ServiceMix 3, ServiceMix 4 and JBI components projects.

Browsing the Source Tree

Web Browsing of SVN

To browse the raw SVN repo, use the following URL:

To browse the SVN repo using ViewVC, use the following URL:

A hearty thanks to Atlassian for providing FishEye hosting for ServiceMix. Below is the URL to browse the Subversion repo via FishEye:

Checking out the Source Tree

Anonymous Checkout from the ServiceMix SVN Repo

This project's SVN repository can be checked out anonymously using the following command:

svn co http://svn.apache.org/repos/asf/servicemix/utils/trunk/

Using the git mirror

There was a git mirror set up for the documentation project at git://git.apache.org/servicemix-documentation.git.
Have a look at http://wiki.apache.org/general/GitAtApache for more information on working with the git mirrors.

git clone git://git.apache.org/servicemix-utils.git

Committer Checkout from the ServiceMix SVN Repo

ServiceMix committers can check out using the following command:

svn co https://svn.apache.org/repos/asf/servicemix/utils/trunk/

Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.

Building

This project is a normal Maven build. Just use mvn clean install to build.

Jenkins

Jenkins CI build has been set up at https://builds.apache.org/job/ServiceMix-Utils/