私の最後には、次の設定があります
C:>どこでプレイ C:\apps\play-2.2.0\play C:\apps\play-2.2.0\play.bat
C:> where scala C:\apps\scala\bin\scala C:\apps\scala\bin\scala.bat
Scala バージョン > Scala コード ランナー バージョン 2.10.2 -- Copyright 2002-2013、LAMP/EPFL
再生 - バージョン >
Scala 2.10.2 (Java 1.7.0_21 を実行) で構築された play 2.2.0、http: //www.playframework.com
これは遊びアプリではありません!
を使用play new
して、現在のディレクトリに新しい Play アプリケーションを作成するか、既存のアプリケーションに移動して を使用して開発コンソールを起動しplay
ます。
http://www.playframework.comで完全なドキュメントを参照することもできます。
再生プロンプト > リロード、更新で実行すると、次のエラーが表示されます
[error] Modules were resolved with conflicting cross-version suffixes in {file:/C:/<filepat>}<appname>:
[error] org.scala-stm:scala-stm _2.10, _2.10.0
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) Conflicting cross-version suffixes in: org.scala-stm:scala-stm
[error] Total time: 7 s, completed Oct 18, 2013 1:33:41 PM
[modelingApp] $
Build.scalaに以下を追加した後
"dependencyGroupId" %% "dependencyArtifactId" % "dependencyVersion" exclude("org.scala-stm", "scala-stm_2.10.0")
次のエラーを取得します
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) sbt.ResolveException: unresolved dependency: dependencyGroupId#dependencyArtifactId_2.10;dependencyVersion: not found
[error] Total time: 8 s, completed Oct 18, 2013 1:22:18 PM
[modelingApp] $