SBT Launcher update 1.0.0#76
Conversation
|
Partly duplicate of #75 |
Updated sbt launch repository (earlier Artifactory-based repo no longer works)
Update command to start jar to current version
|
sbt 0.13.9 has been already released. It would be better to update to latest version. |
|
Done. 👌 |
|
sbt project split up the launcher project into sbt/launcher, so maybe it's better to use launcher 1.0.0 JAR. This is binary compatible with current sbt 0.13 series, and we will keep binary compatibility for the next major version sbt 1.0 as well: |
For the full set of documentation, read: www.scala-sbt.org/0.13/docs/Sbt-Launcher.html
|
Yeah, sounds great! |
|
Could you rebase against the master? |
For the full set of documentation, read: www.scala-sbt.org/0.13/docs/Sbt-Launcher.html
|
I don't know if I did it right. Sorry if I did a mess 😞 |
|
The part about the launcher JAR looks ok, but I'd like to hear what @n8han thinks about letting the user choose directories in |
|
Asking the user where to put things is actually misleading because the directory the user entered is not honored by the conscript Scala application. I'm going to change this slightly and allow the user specify environment variables, and ask the user if the default value is ok: Y/n |
|
Sounds good, @eed3si9n, the |
Modify docs to use wget, not curl, after change in #76
Tested on Ubuntu 15.04 & 14.04.3