public
Description: JBossAS from jboss.org
Homepage:
Clone URL: git://github.com/bobmcwhirter/jbossas.git
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"