JBoss.orgCommunity Documentation
Ensure that the following requirements have been met before continuing with the install.
The library doesn't change the JBoss Communications Hardware Requirements.
Downloading the source code
Subversion is used to manage its source code. Instructions for using Subversion, including install, can be found at http://svnbook.red-bean.com
Use SVN to checkout a specific release source, the base URL is ?, then add the specific release version, lets consider 1.0.0.BETA1.
[usr]$ svn co ?/1.0.0.BETA1 stream-1.0.0.BETA1
Building the source code
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 stream-1.0.0.BETA1 [usr]$ mvn install
Once the process finishes you should have the binary
jar file in the target
directory.
Similar process as for Section 2.2.1, “Release Source Code Building”, the only change is the SVN source code URL, which is NOT AVAILABLE.