I am trying to get an open source project working with scala which is created using sbt.
I downloaded sbt and installed it. But when I try to run sbt from the command line, I get the following error.
:: summary 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 ::::::::::::::::::::::::::::::::::::::::::::::
:: USING VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS download failed: commons-logging # commons-logging; 1.0.4! commons-logging.jar Error executing sbt: error getting the required libraries (see /Users/jeremy/sourceCode/public/scalaConsole/project/boot/update.log for the full log) Error: could not get sbt 0.10.1
Any ideas on how I can solve this.
I have scala 2.9.1 and sbt version 0.10.1
thanks
fohtoh
source share