public
Description: JBossAS from jboss.org
Homepage:
Clone URL: git://github.com/bobmcwhirter/jbossas.git
name age message
file .gitignore Mon Mar 02 01:34:07 -0800 2009 more git (r84924) git-svn-id: http://anonsvn.... [wolfc]
file README.txt Mon Apr 20 09:12:11 -0700 2009 [JBBUILD-525] Move enforcer plugin to a profile... [pgier]
directory aspects/ Tue May 19 19:48:47 -0700 2009 JBAS-4941 - replace oswego concurrent with j.u.... [david.lloyd@jboss.com]
file build.bat Tue Mar 17 13:10:22 -0700 2009 Add the current directory to the search path. ... [pgier]
file build.sh Fri Mar 13 08:40:08 -0700 2009 [JBBUILD-513] Allow the app server distribution... [pgier]
directory build/ Fri Jun 26 15:07:20 -0700 2009 [JBBUILD-514] Remove extra ant file for sar gen... [pgier]
directory client/ Thu Apr 16 14:46:40 -0700 2009 [JBAS-6798] AS trunk to remove jboss-ejb3-proxy... [ALRubinger]
directory cluster/ Tue Jun 23 11:12:19 -0700 2009 JBAS-7030 Avoid unnecessary class scanning for ... [smarlow@redhat.com]
directory component-matrix/ Thu Jul 02 11:18:16 -0700 2009 [JBASPECT-32] Update security aspects to avoid ... [ALRubinger]
directory connector/ Thu Jun 18 20:17:48 -0700 2009 JBAS-6777, further corrections to the interleav... [scott.stark@jboss.org]
directory console/ Tue May 19 19:54:45 -0700 2009 JBAS-6952 git-svn-id: http://anonsvn.jboss.org... [david.lloyd@jboss.com]
directory deployment/ Tue May 19 04:44:55 -0700 2009 Use mvn eclipse:eclipse to generate the eclipse... [adrian@jboss.org]
directory ejb3/ Wed Jul 01 07:09:08 -0700 2009 JBAS-7070 git-svn-id: http://anonsvn.jboss.org... [alex.loubyansky@jboss.com]
directory hibernate-int/ Tue May 19 04:44:55 -0700 2009 Use mvn eclipse:eclipse to generate the eclipse... [adrian@jboss.org]
directory iiop/ Tue May 19 04:44:55 -0700 2009 Use mvn eclipse:eclipse to generate the eclipse... [adrian@jboss.org]
directory jbossas-jmx-remoting/ Wed Jun 24 10:53:23 -0700 2009 JBAS-7030 Avoid unnecessary class scanning for ... [smarlow@redhat.com]
directory jbossas-remoting/ Tue May 19 04:44:55 -0700 2009 Use mvn eclipse:eclipse to generate the eclipse... [adrian@jboss.org]
directory jbossas-transactions/ Tue Jun 16 03:43:20 -0700 2009 Upgrade JBossTS to 4.6.1.GA. JBAS-7022 git-s... [jhalliday]
directory jmx-remoting/ Tue May 19 19:52:50 -0700 2009 JBAS-6951: wrong interrupt handling git-svn-id... [david.lloyd@jboss.com]
directory main/ Tue Jun 23 07:53:32 -0700 2009 Update MC libs + dependencies. Port Max's tools... [alesj]
directory management/ Tue May 19 19:51:09 -0700 2009 JBAS-6950 - wrong interrupt handling git-svn-i... [david.lloyd@jboss.com]
directory messaging/ Fri Jul 03 01:46:36 -0700 2009 Fix the eclipse classpaths git-svn-id: http://... [kabir.khan@jboss.com]
file pom.xml Fri Jun 26 15:07:20 -0700 2009 [JBBUILD-514] Remove extra ant file for sar gen... [pgier]
directory profileservice/ Tue Jun 23 07:53:32 -0700 2009 Update MC libs + dependencies. Port Max's tools... [alesj]
directory security/ Mon Jul 06 09:09:35 -0700 2009 JBAS-7078: new SSLSocketFactory that uses a Jaa... [mmoyses]
directory server/ Tue Jun 30 14:55:38 -0700 2009 [JBAS-7067] Provide more context when making a ... [ALRubinger]
directory spring-int/ Tue May 19 04:44:55 -0700 2009 Use mvn eclipse:eclipse to generate the eclipse... [adrian@jboss.org]
directory system-jmx/ Fri Jul 03 01:46:36 -0700 2009 Fix the eclipse classpaths git-svn-id: http://... [kabir.khan@jboss.com]
directory system/ Fri Jul 03 01:46:36 -0700 2009 Fix the eclipse classpaths git-svn-id: http://... [kabir.khan@jboss.com]
directory testsuite/ Fri Jul 03 01:46:36 -0700 2009 Fix the eclipse classpaths git-svn-id: http://... [kabir.khan@jboss.com]
directory thirdparty/ Thu Jun 25 08:03:20 -0700 2009 [JBBUILD-531] Remove use of testsuite-libraries... [pgier]
directory tomcat/ Tue Jun 23 11:12:19 -0700 2009 JBAS-7030 Avoid unnecessary class scanning for ... [smarlow@redhat.com]
directory tools/ Thu Jun 25 09:25:14 -0700 2009 Remove unused file. git-svn-id: http://anonsvn... [pgier]
directory varia/ Fri Jul 03 01:53:16 -0700 2009 Fix the eclipse classpaths git-svn-id: http://... [kabir.khan@jboss.com]
directory webservices/ Tue May 26 01:46:57 -0700 2009 fix eclipse build path git-svn-id: http://anon... [emuckenhuber]
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"