Das interessante Frage ist, da es für mich (TM) auf Mac OS X 10.9.3 mit Java 7.
arbeitet ich die Versionen des Spiels heruntergeladen - die neueste 2.3.1 und die neueste in 2.2.x Strom - 2.2.3. Mit diesen beiden Versionen habe ich activator
(2.3.1) verwendet, um die Webanwendung zu erstellen, und play
für 2.2.3. Beides hat gut funktioniert.
Wenn ich sbt compile
in 2.3.1 und dann 2.2.3 ausgeführt habe, funktionierten auch beide Befehle gut. Es dauerte einige Zeit, alle Abhängigkeiten heruntergeladen haben, aber am Ende die Ergebnisse waren wie folgt:
jacek:~/sandbox/play231-app
$ sbt compile
[info] Loading project definition from /Users/jacek/sandbox/play231-app/project
[info] Updating {file:/Users/jacek/sandbox/play231-app/project/}play231-app-build...
...
[info] Done updating.
[info] Compiling 5 Scala sources and 1 Java source to /Users/jacek/sandbox/play231-app/target/scala-2.11/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.11.1. Compiling...
[info] Compilation completed in 14.895 s
[success] Total time: 200 s, completed Jun 25, 2014 1:00:18 PM
Und für 2.2.3:
jacek:~/sandbox/play223-app
$ sbt compile
[info] Loading project definition from /Users/jacek/sandbox/play223-app/project
[info] Set current project to play223-app (in build file:/Users/jacek/sandbox/play223-app/)
[info] Updating {file:/Users/jacek/sandbox/play223-app/}play223-app...
...
[info] Done updating.
[info] Compiling 5 Scala sources and 1 Java source to /Users/jacek/sandbox/play223-app/target/scala-2.10/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.10.3. Compiling...
[info] Compilation completed in 19.626 s
[success] Total time: 45 s, completed Jun 25, 2014 3:15:34 PM
Ich verwende sbt 0.13.5 installiert mit Homebrew.
$ sbt --version
sbt launcher version 0.13.5
$ java -version
java version "1.7.0_60"
Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)
Würde es Ihnen etwas ausmachen, 'sbt about' und die gesamte Sitzung zu der Frage hinzuzufügen? –
Siehe meine Antwort zu [Activator Template-Projekte können nicht ausgeführt werden Activator UI konnte die SBT-Konfiguration nicht laden] (http://stackoverflow.com/questions/32155681/cant-run-activator-template-projects-activator-ui-failed- zu laden-sbt-configurat/34347454 # 34347454). –