sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Read-only event loop processor #69

Closed jsuereth closed 10 years ago

jsuereth commented 10 years ago

This has the nice side effect of allowing folks to register for StdOut/Log events in time to see boot messages of sbt.

Review by @havocp @pvlugter @skyluc

jsuereth commented 10 years ago

Ok @havocp just cleaned up the rest based on your comments and added better ErrorMessaging for command failures (I think) throughout the code.