-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No documentation #100
Comments
https://github.com/coursier/sbt-extras is probably the easiest way to run it. |
I'm having a similar issue when I use sbt-extras:
Am I doing something wrong? Is there a different option besides -sbt-jar? I also don't understand how it would work if I didn't have a locally published version of the launch jar. |
It'll download the launch jar. The official sbt-extras downloads the official launch jar, while the coursier one uses this one. |
Sorry about that @eatkins. To generate a launcher from source, I do something like
|
There's no sbt task to generate the launcher, currently. It relies on the |
@alexarchambault thanks for the instructions. I got it working with them. |
I'm making a small change to the sbt xMain entry and I'd like to test with this launcher. I cannot figure out how to run it however. With the regular launcher, I can just run
java -jar $LAUNCHER
but it seems like I have to specify the full classpath of the coursier launcher dependencies to run the coursier launcher? Is there any documentation anywhere?The text was updated successfully, but these errors were encountered: