无法在Ubuntu 10.04LTS上安装新的0.11.3 sbt

JMa*_*Mac 7 scala sbt ubuntu-10.04

这个过程曾经在0.11.2中正常工作,但是最近对sbt组ID改为org.scala-sbt(来自org.scala-tools.sbt)的改变似乎打破了依赖.

我有一台10.04 LTS机器,我使用deb软件包文件添加了Typesafe deb存储库,如下所述:https : //github.com/harrah/xsbt/wiki/Getting-Started-Setup.

当我尝试从回购安装时,我得到:

[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.scala-tools.sbt#scripted-plugin_2.9.1;0.11.3: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::

[warn] module not found: org.scala-tools.sbt#scripted-plugin_2.9.1;0.11.3
[warn] ==== typesafe-ivy-releases: tried
[warn] http://repo.typesafe.com/typesafe/ivy-releases/org.scala-tools.sbt/scripted-plugin_2.9.1/0.11.3/ivys/ivy.xml
[warn] ==== local: tried
[warn] /home/jasonmaclulich/.ivy2/local/org.scala-tools.sbt/scripted-plugin_2.9.1/0.11.3/ivys/ivy.xml
[warn] ==== Typesafe Repo: tried
[warn] http://repo.typesafe.com/typesafe/ivy-releases/org.scala-tools.sbt/scripted- plugin_2.9.1/0.11.3/ivys/ivy.xml
[warn] ==== public: tried
[warn] http://repo1.maven.org/maven2/org/scala-tools/sbt/scripted-plugin_2.9.1/0.11.3/scripted-plugin_2.9.1-0.11.3.pom
Run Code Online (Sandbox Code Playgroud)

如何指示sbt在正确的组ID中查找脚本插件?

我还尝试使用此启动程序进行手动安装(遵循UNIX安装说明):

//typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.11.3-2/sbt-launch.jar

我仍然得到以下未解决的依赖:

[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.scala-tools.sbt#scripted-plugin_2.9.1;0.11.3: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
Run Code Online (Sandbox Code Playgroud)

思考?

谢谢你,杰森.

Prz*_*wka 0

我已经通过安装 Typesafe Stack 间接在 Ubuntu 上成功安装了最新的 SBT。