JBoss.orgCommunity Documentation

Chapter 3. Setup

3.1. Software Prerequisites
3.2. Mobicents Source Code
3.2.1. Release Source Code Building
3.2.2. Development Trunk Source Building
3.3. Configuration

There are no specific software requirements that need to be met, other than required by specific implementation of API . Currently following implementation exist:

  1. Downloading the source code

    Use SVN to checkout a specific release source, the base URL is http://mobicents.googlecode.com/svn/tags/protocols/xcap-diff, then add the specific release version, lets consider 1.0.0.BETA1.

    [usr]$ svn co http://mobicents.googlecode.com/svn/tags/protocols/xcap-diff/xcap-diff-1.0.0.BETA1 xcap-diff-1.0.0.BETA1
  2. Building the source code

    Important

    Maven 2.0.9 (or higher) is used to build the release. Instructions for using Maven2, including install, can be found at http://maven.apache.org

    Use Maven to build the binaries.

    				    [usr]$ cd xcap-diff-1.0.0.BETA1
    				    [usr]$ mvn install
    				    

    Once the process finishes you should have the binary jar files in the target directory of module .

Similar process as for Section 3.2.1, “Release Source Code Building”, the only change is the SVN source code URL, which is http://mobicents.googlecode.com/svn/trunk/protocols/xcap-diff.

There is no configuration required to use xcap-diff library.