sbt / sbt-remote-control

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

Avoid problem with empty verbatim string #15

Closed skyluc closed 11 years ago

skyluc commented 11 years ago

I'm not sure if it is a bug or not in sbt, but it needs to workaround anyway, as it is the behavior of released versions of sbt.

Fixes #14

jsuereth commented 11 years ago

I'd rather see us issue an error. If you fail to provide a controller classpath, that means we have no probe to work with the current SBT => Logic error.

skyluc commented 11 years ago

Not a real bug.