public
Description: JBossAS from jboss.org
Homepage:
Clone URL: git://github.com/bobmcwhirter/jbossas.git
mmoyses (author)
Mon Jul 06 09:09:35 -0700 2009
commit  0fb388d7deb5924d9b683abfec5ac17bc3343eb5
tree    4ffbc9dc86d5e87a1c55a90815470db126e617fe
parent  be558667df225a3a688ec7059ede120e1b0c8daf
README.txt
JBoss Application Server
$Id$

Directory Structure
-------------------
build - Contains the build scripts for creating the complete JBoss AS distribution.
component-matrix - Contains Maven configuration which controls dependency versions.
testsuite - Contains code and build scripts for testing the application server
thirdparty - Used during the build process
tools - Various files used by the build (ant, maven, etc)

The remaining directories contain the various components of the application server.


Building
-------------------
Run the build script "./build.sh" or "build.bat"
Or call maven directly "mvn install"

For faster builds, the maven enforcer can be skipped.
./build.sh -P-enforce

Running the Testsuite
--------------------
Change the the testsuite directory "cd testsuite"
Build the tests "./build.sh"
Run the tests "./build.sh tests"