Skip to content

crashub/crash

Folders and files

NameName
Last commit message
Last commit date
Oct 8, 2015
Oct 8, 2015
Oct 8, 2015
Oct 8, 2015
Oct 8, 2015
Oct 8, 2015
Oct 8, 2015
Oct 8, 2015
May 12, 2014
May 9, 2014
Oct 8, 2015

Repository files navigation

   ______
 .~      ~. |`````````,       .'.                   ..'''' |         |
|           |'''|'''''      .''```.              .''       |_________|
|           |    `.       .'       `.         ..'          |         |
 `.______.' |      `.   .'           `. ....''             |         |

The Common Reusable SHell (CRaSH) is a shell designed for extending Java programs and the Java Virtual Machine.

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