Awesome
<pre><code> ______ .~ ~. |`````````, .'. ..'''' | | | |'''|''''' .''```. .'' |_________| | | `. .' `. ..' | | `.______.' | `. .' `. ....'' | |</code></pre>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
Building CRaSH
CRaSH is built with Maven.
<pre><code>mvn package</code></pre>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