JBoss.orgCommunity Documentation

Chapter 2. Setup

2.1. JBoss Communications ASN Library Source Code
2.1.1. Release Source Code Building
2.1.2. Development Trunk Source Building

  1. Downloading the source code

    Use SVN to checkout a specific release source, the base URL is ?, then add the specific release version, lets consider 1.0.0.BETA4.

    [usr]$ svn co ?/1.0.0.BETA4 asn-1.0.0.BETA4
  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 asn-1.0.0.BETA4
    				    [usr]$ mvn install
    				    

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