You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is the componetized sbt launcher. It can be used to launch many Maven/Ivy deployed applications
and utilities, and forms the basis of sbt
and conscript's launching
abilities.
Once you've verified your properties file is complete you can inject your launcher properties file into the "launch jar"
as the file sbt/sbt.boot.properties. The launcher will look for this file in lieu of any command-line arguments to
launch an application.
If you've not done this correctly, you will see the following:
$ java -jar target/sbt-launch-1.0.0-SNAPSHOT.jar
Error during sbt execution: Could not finder sbt launch configuration. Searched classpath for:
/sbt.boot.properties0.13.7
/sbt/sbt.boot.properties0.13.7
/sbt.boot.properties0.13
/sbt/sbt.boot.properties0.13
/sbt.boot.properties
/sbt/sbt.boot.properties
Additionally, we recommend renaming your bundled launch jar for your application (e.g. activator calls theirs
"activator-launch-.jar").
building
sbt -J-XX:MaxPermSize=256M
License
This software is under Apache 2.0 license.
About
The sbt launcher as its own project. Can launch any ivy/maven published project with a main class, with some fancy features.