______
.~ ~. |`````````, .'. ..'''' | |
| |'''|''''' .''```. .'' |_________|
| | `. .' `. ..' | |
`.______.' | `. .' `. ....'' | |
The Common Reusable SHell (CRaSH) is a shell designed for extending Java programs and the Java Virtual Machine.
- Website : http://www.crashub.org
- JIRA: http://jira.exoplatform.org/browse/CRASH
- Documentation: http://www.crashub.org
- Continuous Integration: https://vietj.ci.cloudbees.com/job/CRaSH/
CRaSH can be obtained by cloning the Git repository git@github.com:crashub/crash.git
git clone git@github.com:crashub/crash.git
CRaSH is built with Maven.
mvn package
The build produces several archives ready to use:
crsh.shell-${version}-standalone.jar
: a minimalistic standalone jar (to run withjava -jar crsh.shell-${version}-standalone.jar
)packaging/target/crsh-${version}-spring.war
: the Spring warpackaging/target/crsh-${version}.war
: the web app war
It also produce the distribution:
distrib/target/crash-${version}-docs.tar.gz
: the documentationdistrib/target/crash-${version}.tar.gz
: the standalone distributiondistrib/target/crash-${version}-war.tar.gz
: the web app distributiondistrib/target/crash-${version}-spring.tar.gz
: the Spring distributiondistrib/target/crash-${version}-mule-app.tar.gz
: the Mule distribution