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
{{ message }}
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.
$ git clone https://github.com/lift/lift_30_sbt.git
... done.
$ cd lift_30_sbt/lift_basic/
./sbt
Downloading sbt launcher...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1025k 100 1025k 0 0 1238k 0 --:--:-- --:--:-- --:--:-- 6974k
mv: cannot stat 'project/sbt/bin/sbt-launch.jar': No such file or directory
Error: Unable to access jarfile project/sbt-launch-0.13.13.jar
Indeed, there is not such file in project/, but there is a project/sbt-launcher-packaging-0.13.13/bin/sbt-launch.jar. So I copy that file as project/sbt-launch-0.13.13.jar, and now it works.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What I'm doing
Indeed, there is not such file in
project/
, but there is aproject/sbt-launcher-packaging-0.13.13/bin/sbt-launch.jar
. So I copy that file asproject/sbt-launch-0.13.13.jar
, and now it works.The text was updated successfully, but these errors were encountered: