Building Remoting from source
Remoting 2
The Remoting 2 source code resides in the JBoss source repository at the following addresses:
committer access: | https:svn.jboss.org/repos/jbossremoting/remoting2 |
anonymous access: | http:anonsvn.jboss.org/repos/jbossremoting/remoting2 |
The principal jar file jboss-remoting.jar can be built by executing "ant jars" in the main directory. It will reside in the directory .../output/lib.
Remoting 3
The Remoting 3 source code resides at GitHub:
general access: | www.github.com/dmlloyd/jboss-remoting |
Project artifacts can be built by executing "mvn install" in the main directory. This will compile and install all artifacts into your local Maven repository.