View exact java commands issued by SBT -


i'm trying integrate jrebel sbt project. following entry in build.scala file:

javaoptions ++= seq("-javaagent:/path/to/jrebel.jar", "-drebel.log=true", "-drebel.log.file=/path/to/jrebel.log") 

however, i'm not seeing jrebel output when sbt started (or, matter, when files updated) i'd know if there sbt command/switch can used display exact java commands sbt issuing? (maybe it's versioning-format difference? i'm using sbt version 0.12.2)

you did strange.

if wish add jrebel sbt must add javaagent parameter command invoke sbt-launch.jar don't forget properties file. ??? build.scala huge? incredible.

if add jrebel scala application sbt out of scope @ all. start app somewhere , reload recompiled classes. need specify compiled class files located. use sbt > ~package-bin. maven, ant or other build system.

imho javaoptions affect specific tasks fork jvm - compilation, tests , on.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -