# crash **Repository Path**: mirrors_krm1312/crash ## Basic Information - **Project Name**: crash - **Description**: The shell for the Java Platform - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
   ______
 .~      ~. |`````````,       .'.                   ..'''' |         |
|           |'''|'''''      .''```.              .''       |_________|
|           |    `.       .'       `.         ..'          |         |
 `.______.' |      `.   .'           `. ....''             |         |
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/ # How to build CRaSH ## Obtaining CRaSH source code CRaSH can be obtained by cloning the Git repository `git@github.com:crashub/crash.git`
git clone git@github.com:crashub/crash.git
## Building CRaSH 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 with `java -jar crsh.shell-${version}-standalone.jar`) - `packaging/target/crsh-${version}-spring.war` : the Spring war - `packaging/target/crsh-${version}.war` : the web app war It also produce the distribution: - `distrib/target/crash-${version}-docs.tar.gz` : the documentation - `distrib/target/crash-${version}.tar.gz` : the standalone distribution - `distrib/target/crash-${version}-war.tar.gz` : the web app distribution - `distrib/target/crash-${version}-spring.tar.gz` : the Spring distribution - `distrib/target/crash-${version}-mule-app.tar.gz` : the Mule distribution