bowler-framework / Bowler

RESTful Web Framework based on Scala, built on top of Scalatra & Scalate
http://bowlerframework.org
BSD 3-Clause "New" or "Revised" License
118 stars 13 forks source link

Could not download sbt 0.7.5.RC0 #52

Open greenrd opened 11 years ago

greenrd commented 11 years ago
Getting org.scala-sbt sbt 0.7.5.RC0 ...

:: problems summary ::
:::: WARNINGS
                module not found: org.scala-sbt#sbt;0.7.5.RC0

        ==== local: tried

          /home/robin/.ivy2/local/org.scala-sbt/sbt/0.7.5.RC0/ivys/ivy.xml

        ==== typesafe-ivy-releases: tried

          http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.7.5.RC0/ivys/ivy.xml

        ==== Maven Central: tried

          http://repo1.maven.org/maven2/org/scala-sbt/sbt/0.7.5.RC0/sbt-0.7.5.RC0.pom

        ==== sonatype-snapshots: tried

          https://oss.sonatype.org/content/repositories/snapshots/org/scala-sbt/sbt/0.7.5.RC0/sbt-0.7.5.RC0.pom

                ::::::::::::::::::::::::::::::::::::::::::::::

                ::          UNRESOLVED DEPENDENCIES         ::

                ::::::::::::::::::::::::::::::::::::::::::::::

                :: org.scala-sbt#sbt;0.7.5.RC0: not found

                ::::::::::::::::::::::::::::::::::::::::::::::

:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
unresolved dependency: org.scala-sbt#sbt;0.7.5.RC0: not found
Error during sbt execution: Error retrieving required libraries
  (see /home/robin/.sbt/boot/update.log for complete log)
Error: Could not retrieve sbt 0.7.5.RC0
greenrd commented 11 years ago

Workaround: Get the launcher from here.

greenrd commented 11 years ago

Although, it's possible that the launcher doesn't actually work any more - it may only work on my machine because I've already downloaded sbt on this machine previously.

greenrd commented 11 years ago

Filed upstream.