sbt / sbt-remote-control

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

Force selectMainClass to just pick the first discovered one #44

Closed havocp closed 11 years ago

havocp commented 11 years ago

This gets rid of asking the user on stdin, which hangs forever on Windows. It might mess up a project that configures selectMainClass itself, but few are likely to do that.

We do this in the probe rather than writing out a shim file because we really don't want to change this if someone is using regular sbt on a terminal.

jsuereth commented 11 years ago

Generally LGTM