Facebook接続のサンプルを入手し、それを理解しようとしました。新しいプロジェクトを作成するとすぐに、このフォルダーをカバーしました。また、チュートリアル フォルダーの後にある facebook フォルダーのサンプルについても詳しく説明しました。
プロジェクトの3つごとに、問題を解決するために行ってきました。
書かれているすべてのバージョンを自分で 1.6.1 に変更し、「sbt clean update reload」をコンソールしましたが、動作しませんでした
その後、私はいくつかの解決策を見つけましたが、このページ「新しい play 2.0 scala プロジェクトの未解決の依存関係」にはありませんでした。
バーチャルアイズ は言った
「吹き飛ばす ~/.ivy2, ~/m2」
しかし、2匹はまったく見つかりませんでした。
c:\play\connect>sbt clean update reload
c:\play\connect>set SCRIPT_DIR=C:\play\
c:\play\connect>java -Xmx512M -jar "C:\play\sbt-launch.jar" clean update reload
[info] Loading project definition from C:\play\connect\project
[info] Set current project to FacebookConnectTestUsingPlay2 (in build file:/C:/p
lay/connect/)
[success] Total time: 0 s, completed 2012. 11. 10 오전 6:07:50
[info] Updating {file:/C:/play/connect/}FacebookConnectTestUsingPlay2...
[info] Resolving org.hibernate.javax.persistence#hibernate-jpa-2.0-api;1.0.1.Fin
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.slf4j#slf4j-api;1.6.1: configuration not found in org.slf4j#slf4j
-api;1.6.1: 'compile'. It was required from org.hibernate#hibernate-validator;4.
2.0.Final compile
[warn] :: commons-codec#commons-codec;1.4: configuration not found in commons-c
odec#commons-codec;1.4: 'compile'. It was required from org.apache.httpcomponent
s#httpclient;4.1.2 compile
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[error] {file:/C:/play/connect/}FacebookConnectTestUsingPlay2/*:update: sbt.Reso
lveException: unresolved dependency: org.slf4j#slf4j-api;1.6.1: configuration no
t found in org.slf4j#slf4j-api;1.6.1: 'compile'. It was required from org.hibern
ate#hibernate-validator;4.2.0.Final compile
[error] unresolved dependency: commons-codec#commons-codec;1.4: configuration no
t found in commons-codec#commons-codec;1.4: 'compile'. It was required from org.
apache.httpcomponents#httpclient;4.1.2 compile
[error] Total time: 10 s, completed 2012. 11. 10 오전 6:08:00