Hmm, this seems like a Maven issue. Do you have a local Maven repo? Thanks,
Jun On Thu, Dec 6, 2012 at 1:23 PM, John Wang <john.w...@gmail.com> wrote: > Hi guys: > > Just checked out the 0.8 branch: > https://svn.apache.org/repos/asf/kafka/branches/0.8 > > and ./sbt update does not work. (I have a machine with no previous > installations of scala), I am getting: > > johnwang@tw-mbp13-jwang 13:20:08 !1201 ~/opensource/kafka-0.8> ./sbt > update > > Getting Scala 2.8.0 ... > > :: problems summary :: > :::: WARNINGS > [NOT FOUND ] org.scala-lang#scala-library;2.8.0!scala-library.jar (2ms) > > ==== Maven2 Local: tried > > > > file:///Users/johnwang/.m2/repository/org/scala-lang/scala-library/2.8.0/scala-library-2.8.0.jar > > :::::::::::::::::::::::::::::::::::::::::::::: > > :: FAILED DOWNLOADS :: > > :: ^ see resolution messages for details ^ :: > > :::::::::::::::::::::::::::::::::::::::::::::: > > :: org.scala-lang#scala-library;2.8.0!scala-library.jar > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > download failed: org.scala-lang#scala-library;2.8.0!scala-library.jar > Error during sbt execution: Error retrieving required libraries > (see /Users/johnwang/opensource/kafka-0.8/project/boot/update.log for > complete log) > [error] Could not retrieve Scala 2.8.0 > > Provide a new Scala version or press enter to exit: > > Ideas? > > Thanks > > -John >