This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
remy.maucherat@jboss.com (author)
Sun Nov 08 09:34:07 -0800 2009
commit 67e2c10cdd4e182b2ad7f059dee38adf6ab77358
tree cbf548fe88e0a4a56d92799f19a1ccceb6831d6e
parent 8d581c842c6e5b85e3b77e612d9482e6df90370c
tree cbf548fe88e0a4a56d92799f19a1ccceb6831d6e
parent 8d581c842c6e5b85e3b77e612d9482e6df90370c
jbossas /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 02 01:34:07 -0800 2009 | |
| |
README.txt | Thu Aug 06 13:33:43 -0700 2009 | |
| |
aspects/ | Fri Sep 25 13:13:31 -0700 2009 | |
| |
build.bat | Tue Mar 17 13:10:22 -0700 2009 | |
| |
build.sh | Fri Mar 13 08:40:08 -0700 2009 | |
| |
build/ | Wed Nov 04 18:22:03 -0800 2009 | |
| |
client/ | Mon Aug 10 07:29:20 -0700 2009 | |
| |
cluster/ | Wed Oct 14 18:10:14 -0700 2009 | |
| |
component-matrix/ | Sun Nov 08 09:34:07 -0800 2009 | |
| |
connector/ | Wed Sep 23 10:55:02 -0700 2009 | |
| |
console/ | Thu Oct 22 09:16:56 -0700 2009 | |
| |
deployment/ | Wed Sep 23 10:55:02 -0700 2009 | |
| |
ejb3/ | Fri Oct 16 04:03:01 -0700 2009 | |
| |
hibernate-int/ | Tue Oct 13 14:38:16 -0700 2009 | |
| |
iiop/ | Wed Sep 23 10:55:02 -0700 2009 | |
| |
jbossas-jmx-remoting/ | Wed Sep 23 10:55:02 -0700 2009 | |
| |
jbossas-remoting/ | Fri Sep 25 12:57:37 -0700 2009 | |
| |
jbossas-transactions/ | Tue Jun 16 03:43:20 -0700 2009 | |
| |
jmx-remoting/ | Fri Sep 25 12:57:37 -0700 2009 | |
| |
main/ | Wed Sep 23 10:55:02 -0700 2009 | |
| |
management/ | Wed Sep 23 10:55:02 -0700 2009 | |
| |
messaging/ | Wed Sep 23 11:37:15 -0700 2009 | |
| |
pom.xml | Fri Oct 23 09:16:22 -0700 2009 | |
| |
profileservice/ | Wed Sep 23 17:12:52 -0700 2009 | |
| |
security/ | Tue Oct 06 11:04:01 -0700 2009 | |
| |
server/ | Thu Nov 05 09:20:36 -0800 2009 | |
| |
system-jmx/ | Wed Sep 23 11:37:15 -0700 2009 | |
| |
system/ | Wed Sep 23 11:37:15 -0700 2009 | |
| |
testsuite/ | Fri Nov 06 03:31:23 -0800 2009 | |
| |
tomcat/ | Fri Nov 06 06:27:34 -0800 2009 | |
| |
tools/ | Fri Aug 28 12:28:23 -0700 2009 | |
| |
varia/ | Tue Nov 03 19:40:33 -0800 2009 | |
| |
webservices/ | Fri Oct 16 16:56:07 -0700 2009 |
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 ------------------- From the root directory, run the build script "./build.sh" or "build.bat" Or call maven directly "mvn install" For slightly faster builds, the maven enforcer plugin can be skipped. ./build.sh -P-enforce Generation of the source jars can be skipping by deactivating the sources profile. ./build.sh -P-sources During development you may want to build only a single module and update the distribution build. This can be done using the property "module". For example, to build the "ejb3" module and update the dist build, run the following: ./build.sh -Dmodule=ejb3 Running the Testsuite -------------------- Change the the testsuite directory "cd testsuite" Build the tests "./build.sh" Run the tests "./build.sh tests"







