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 (
jaikiran (author)
Sun Nov 22 23:58:40 -0800 2009
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/ | Fri Nov 20 22:23:10 -0800 2009 | |
| |
client/ | Mon Aug 10 07:29:20 -0700 2009 | |
| |
cluster/ | Wed Oct 14 18:10:14 -0700 2009 | |
| |
component-matrix/ | Sun Nov 22 23:58:40 -0800 2009 | |
| |
connector/ | Fri Nov 13 14:30:39 -0800 2009 | |
| |
console/ | Mon Nov 09 11:50:11 -0800 2009 | |
| |
deployment/ | Wed Sep 23 10:55:02 -0700 2009 | |
| |
ejb3/ | Mon Nov 09 11:50:11 -0800 2009 | |
| |
hibernate-int/ | Tue Nov 17 04:31:57 -0800 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/ | Fri Nov 20 22:23:10 -0800 2009 | |
| |
system-jmx/ | Wed Sep 23 11:37:15 -0700 2009 | |
| |
system/ | Wed Nov 18 11:01:09 -0800 2009 | |
| |
testsuite/ | Sun Nov 22 17:13:41 -0800 2009 | |
| |
tomcat/ | Fri Nov 20 22:23:10 -0800 2009 | |
| |
tools/ | Fri Aug 28 12:28:23 -0700 2009 | |
| |
varia/ | Wed Nov 18 11:01:09 -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"







