Остановите любые изменения, которые вы делаете, верните их (у вас должна быть чистая версия из репо).
Выполните следующие действия (не самый быстрый корень, но тот, который позволит вам исследовать другие, побочные вещи, как вы идете):
1) Перейти к корневой директории репо.
2) Тип: sbt
- я это не работает, установите sbt
первый
3) После успешной пункт 2 вы должны увидеть что-то вдоль этих линий:
[[email protected] play-slick]$ sbt
[info] Loading project definition from /home/pdolega/projects/slick/play-slick/project
[info] Compiling 1 Scala source to /home/pdolega/projects/slick/play-slick/project/target/scala-2.10/sbt-0.13/classes...
Missing bintray credentials /home/pdolega/.bintray/.credentials. Some bintray features depend on this.
Missing bintray credentials /home/pdolega/.bintray/.credentials. Some bintray features depend on this.
Missing bintray credentials /home/pdolega/.bintray/.credentials. Some bintray features depend on this.
Missing bintray credentials /home/pdolega/.bintray/.credentials. Some bintray features depend on this.
Missing bintray credentials /home/pdolega/.bintray/.credentials. Some bintray features depend on this.
Missing bintray credentials /home/pdolega/.bintray/.credentials. Some bintray features depend on this.
[info] Set current project to play-slick-root (in build file:/home/pdolega/projects/slick/play-slick/)
>
4) Тип: projects
. Вы увидите все sbt
подпроектов:
> projects
[info] In file:/home/pdolega/projects/slick/play-slick/
[info] basic-sample
[info] computer-database-sample
[info] docs
[info] iteratee-sample
[info] play-slick
[info] play-slick-evolutions
[info] * play-slick-root
[info] samples
>
4) Тип project computer-database-sample
< - это сделает ваш желаемый подпроект активным.
> project computer-database-sample
[info] Set current project to computer-database-sample (in build file:/home/pdolega/projects/slick/play-slick/)
[computer-database-sample] $
5) Теперь вы можете для установки сделать test
, который будет запускать компиляцию и все тесты после этого. Или вы можете ввести run
, чтобы начать этот пример. Воспроизвести приложение.
[computer-database-sample] $ run
[warn] Credentials file /home/pdolega/.bintray/.credentials does not exist
--- (Running the application, auto-reloading is enabled) ---
[info] p.c.s.NettyServer - Listening for HTTP on /0:0:0:0:0:0:0:0:9000
(Server started, use Ctrl+D to stop and go back to the console...)