I need a little help getting these to work together? I think I've followed Scalatra Guide and I've also tried the Scalatra g8 archetype - still no go.
Jrebel is installed and running on this system, which I've verified directly through the command-line. (Valid license and log-file generation). I'm using SBT version 0.12.2, and v.2.2.1 of the codebase.
Enrty in build.scala:
javaOptions ++= Seq("-javaagent:/path/to/jrebel/jrebel.jar", "-Drebel.log=true", "-Drebel.log.file=/path/to/jrebel.log")
Not sure if it's from an older version of Scalatra, but I also have a env. var. called "SCALATRA_JREBEL" pointing at the jrebel.jar. I do see jrebel.xml in the SBT console log, but am not getting the Jrebel startup banner.
TIA.
-mjk