typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Restore controlServer command and renaming #66

Closed huntc closed 9 years ago

huntc commented 9 years ago

When reviewing this please review by commit as there were a few things that have changed.

The principal driver for this PR was to restore the controlServer input task as a command. The reason for this is that sbt state needs to be modified in order for the controller to be re-established. The controller is intended to be a long lived entity that will ultimately maintain an sse connection with ConductR.

I've also dropped the "typesafe-conductr" Typesafe prefix in order to rationalise the naming.

There was a bug fix to the way that file not found issues weren't being dealt with when loading a bundle.

Finally, some code tidy up.

Fixes #64 Fixes #60

@dsugden @hseeberger Please review (again, please review by commit ignoring the commit reversals of Dave's commits).

hseeberger commented 9 years ago

LGTM