mirror of https://github.com/sbt/sbt.git
* Add new ServerMain interface * AppProvider can now choose to load ServerMain or AppMain classes * Explicitly document what happens if something doesn't match an expected interface * Improve error message on inability to load something. * Parse new [server] section that denotes a service and is lock file * Ability to serialize launch configurations. * Attempt to look for active listening server via the lock file * Forks the launcher itself to run servers from serialized launch configuration. * Testing echo server. * Tests to detect basic server functionality will work. * Revamp all the documentation for the launcher, giving it its own section. * Full documentation on launcher configuration files. Revamp launcher documentation to be a bit more in-depth, and split bits into sections. |
||
|---|---|---|
| .. | ||
| AppConfiguration.java | ||
| AppMain.java | ||
| AppProvider.java | ||
| ApplicationID.java | ||
| ComponentProvider.java | ||
| Continue.java | ||
| CrossValue.java | ||
| Exit.java | ||
| FullReload.java | ||
| GlobalLock.java | ||
| IvyRepository.java | ||
| Launcher.java | ||
| MainResult.java | ||
| Manage.java | ||
| MavenRepository.java | ||
| Predefined.java | ||
| PredefinedRepository.java | ||
| Reboot.java | ||
| Repository.java | ||
| RetrieveException.java | ||
| ScalaProvider.java | ||
| Server.java | ||
| ServerMain.java | ||