/scalate-war/run

http://github.com/scalate/scalate · #! · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · c83031ba2ac6069a0ba970b501302afc MD5 · raw file

  1. #!/usr/bin/env bash
  2. echo
  3. echo Running the web application with JRebel so we can hot-reload code changes
  4. echo
  5. echo In another shell run the following command:
  6. echo " mvn scala:cc"
  7. echo
  8. echo Using JRebel home directory of $JREBEL_HOME
  9. MAVEN_OPTS="-noverify -javaagent:$JREBEL_HOME/jrebel.jar"
  10. mvn $* jetty:run