私は、sbtを使用して構築されたscalaで動作するオープンソースプロジェクトを取得しようとしています。Scala sbtがcommons-logging-1.0.4.jarを見つけることができません
sbtをダウンロードして設定しました。しかし、コマンドラインからsbtを実行しようとすると、次のエラーが発生します。
:: problems summary :: :::: WARNINGS [NOT FOUND ] commons-logging#commons-logging;1.0.4!commons-logging.jar (1ms)
==== Maven2 Local: tried
file:///Users/jeremy/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
:::::::::::::::::::::::::::::::::::::::::::::: :: FAILED DOWNLOADS :: ::^see resolution messages for details^:: :::::::::::::::::::::::::::::::::::::::::::::: :: commons-logging#commons-logging;1.0.4!commons-logging.jar ::::::::::::::::::::::::::::::::::::::::::::::
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS download failed: commons-logging#commons-logging;1.0.4!commons-logging.jar Error during sbt execution: Error retrieving required libraries (see /Users/jeremy/sourceCode/public/scalaConsole/project/boot/update.log for complete log) Error: Could not retrieve sbt 0.10.1
どのように私がこれを解決できるかに関するアイデア。私はScalaの2.9.1およびsbtのバージョン0.10.1
おかげ
ではupdate.logの内容は? –
私は手動でMavenリポジトリからそのファイルを取得しましたが、今は動作するようです。なぜそれが得られないのか分かりません。私はそのファイルを引っ張ってしまったので、私のupdate.logファイルはもはやエラーと共にそこにはありません。 – fohtoh
おそらくファイルをもう一度削除してください... – soc