Getting Embedded from SVN
Source for Beta 2 release
Beta2 is tagged here
http://anonsvn.jboss.org/repos/jbossas/tags/EMBEDDED_JBOSS_BETA_2/
Embedded JBoss is a module in the app server project:
For contributors
svn co https://svn.jboss.org/repos/jbossas/trunk jboss-head
For everybody else_
svn co http://anonsvn.jboss.org/repos/jbossas/trunk jboss-head
cd jboss-head/build
build.bat or build.sh. This builds all jboss projects under JBoss AS
cd jboss-head/embedded
build
embedded/output/lib/embedded-jboss has the distribution.
Comments