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 (
mmoyses (author)
Mon Jul 06 09:09:35 -0700 2009
jbossas /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 02 01:34:07 -0800 2009 | |
| |
README.txt | ||
| |
aspects/ | ||
| |
build.bat | Tue Mar 17 13:10:22 -0700 2009 | |
| |
build.sh | Fri Mar 13 08:40:08 -0700 2009 | |
| |
build/ | ||
| |
client/ | ||
| |
cluster/ | ||
| |
component-matrix/ | ||
| |
connector/ | ||
| |
console/ | ||
| |
deployment/ | ||
| |
ejb3/ | ||
| |
hibernate-int/ | ||
| |
iiop/ | ||
| |
jbossas-jmx-remoting/ | ||
| |
jbossas-remoting/ | ||
| |
jbossas-transactions/ | Tue Jun 16 03:43:20 -0700 2009 | |
| |
jmx-remoting/ | ||
| |
main/ | ||
| |
management/ | ||
| |
messaging/ | ||
| |
pom.xml | ||
| |
profileservice/ | ||
| |
security/ | ||
| |
server/ | ||
| |
spring-int/ | ||
| |
system-jmx/ | ||
| |
system/ | ||
| |
testsuite/ | ||
| |
thirdparty/ | ||
| |
tomcat/ | ||
| |
tools/ | ||
| |
varia/ | ||
| |
webservices/ |
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"








