Probably the most useful SBT tip I'll ever give: java -cp $(cat .cp || sbt 'export runtime:fullClasspath' | tail -n1 | tee .cp) <main-class>
I still get a spurious `[success]` line in the output. Any idea how to elide that too?
-
-
This works for me: sbt 'export runtime:fullClasspath' < /dev/null > .cp
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.