问题
Conscript is needed for giter8 to check out project templates directly from Github and as Scalatra.org states
is recommended way to generate Scalatra project skeletons.
When conscript-0.4.4.jar is ran error "Error downloading sbt-launch-0.13.0 happens".
回答1:
sbt-launch-0.13.0.jar was removed from sbt site. so you have to:
- Install sbt from the official site.
- Copy "sbt-launch.jar" from "C:\Program Files (x86)\sbt\bin" into "C:\Users{Username}.conscript"
- Make another copy of "sbt-launch.jar" in "C:\Program Files (x86)\sbt\bin" and rename it to "sbt-launch-0.13.0.jar"
- Run your conscript installation jar ("conscript-0.4.4-1.jar") and wait for it to finish.
- Add "C:\Users{Username}\bin" to your PATH environment variable.
来源:https://stackoverflow.com/questions/34837278/how-to-install-conscript-in-windows