Re: [sbt] sbt launcher-interface repository for 0.11.3?

97 views
Skip to first unread message

Eugene Vigdorchik

unread,
Jun 2, 2012, 7:17:44 AM6/2/12
to simple-b...@googlegroups.com
On Sat, Jun 2, 2012 at 12:20 AM, Mike Mckibben <mikemc...@gmail.com> wrote:
> Hi,
>
> I've been banging my head trying to get an sbt launcher application compiled
> against 0.11.3. Based on the docs, I should add the following to my
> build.sbt:
>
> libraryDependencies += "org.scala-sbt" %% "launcher-interface" % "0.11.3" %
> "provided"
>
>
> resolvers <+= sbtResolver

What sbt-launcher are you using to build your project? sbt 0.11.3 is
built against scala 2.9.1, unlike 0.12 series which is based on 2.9.2.
So you should use the launcher that is 0.11 based. I tried with a new
launcher at http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.11.3-2/sbt-launch.jar
and it works fine for me.

Eugene.
>
>
>
> However, this fails to resolve the launcher-interface dependency. Doing some
> digging around, the only place I found this jar is
> under http://repo.typesafe.com/typesafe/ide-2.9. Changing my build.sbt got
> things to work
>
> libraryDependencies += "org.scala-tools.sbt" %% "launcher-interface" %
> "0.11.3" % "provided"
>
>
> resolvers += "Typesafe IDE 2.9 Releases" at
> "http://repo.typesafe.com/typesafe/ide-2.9"
>
>
>
> Is this a documentation bug? Am I using the wrong version of sbt (I thought
> 0.11.3 is the latest stable release)? Or is this a bug with where the
> launcher-interface artifact is published?
>
> --
> You received this message because you are subscribed to the Google Groups
> "simple-build-tool" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/simple-build-tool/-/Lwgjqy_j4dEJ.
> To post to this group, send email to simple-b...@googlegroups.com.
> To unsubscribe from this group, send email to
> simple-build-t...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/simple-build-tool?hl=en.

Doug Tangren

unread,
Jun 4, 2012, 8:17:21 PM6/4/12
to simple-b...@googlegroups.com

On Jun 4, 2012 8:04 PM, "Mike Mckibben" <mikemc...@gmail.com> wrote:
>
> Nevermind all, it turned out to be a problem with my local .ivy cache. Wiping that out and rebuilding fixed the issue.

Oh ivycache...

>
> --
> You received this message because you are subscribed to the Google Groups "simple-build-tool" group.

> To view this discussion on the web visit https://groups.google.com/d/msg/simple-build-tool/-/4csu0L3JAAUJ.

Reply all
Reply to author
Forward
0 new messages