Trying to follow the instructions here:and using this in plugins.sbt:resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/"
addSbtPlugin("com.typesafe.akka" % "akka-sbt-plugin" % "2.0.3")
Leads to this:
[info] Resolving com.typesafe.akka#akka-sbt-plugin;2.0.3 ...
[warn] module not found: com.typesafe.akka#akka-sbt-plugin;2.0.3
[warn] ==== Typesafe Repo: tried
...[warn] ::::::::::::::::::::::::::::::::::::::::::::::[warn] :: UNRESOLVED DEPENDENCIES ::[warn] ::::::::::::::::::::::::::::::::::::::::::::::[warn] :: com.typesafe.akka#akka-sbt-plugin;2.0.3: not found[warn] ::::::::::::::::::::::::::::::::::::::::::::::[warn][warn] Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist with the requested attributes.[warn] com.typesafe.akka:akka-sbt-plugin:2.0.3 (sbtVersion=0.11.3, scalaVersion=2.9.1)It looks like there may be a problem with the build artifacts here:Incidentally, I had to struggle a bit to get even this far. I was using sbt version 12 at first, but the plugin is only available for sbt version 12 for akka 2.1-M2.Thanks for your help!--
Brandon
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user?hl=en.
I'm encountering the same issue. Neither works for me. What's wrong here? Thanks.resolvers += "Typesafe Akka Releases" at "http://repo.typesafe.com/akka-releases"addSbtPlugin("com.typesafe.akka" % "akka-sbt-plugin" % "2.0")
On Monday, October 22, 2012 12:57:54 PM UTC-7, bhudgeons wrote:FYI -- after the EC2 outage today, the typesafe repo is back online, but the akka artifacts aren't there.Brandon
On Thursday, October 18, 2012 1:59:53 PM UTC-5, bhudgeons wrote:Confirmed -- this is now working with the original resolver URL as specified in the docs, and the plugin works like a charm!Thanks so much for the fast help!
Brandon Hudgeons@bhudgeons
To unsubscribe from this group and stop receiving emails from it, send an email to akka-user+...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user?hl=en.
Typesafe - The software stack for applications that scale
Twitter: @patriknw
You received this message because you are subscribed to a topic in the Google Groups "Akka User List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/akka-user/MJbmcIFgZ24/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to akka-user+...@googlegroups.com.
Hi Gary,// allcan you please point me to the pom file, which is used in plugin resolution?I cannot find anything close to 2.1.2 version of the plugin.
Neither I can find it build with sbt 0.13 for scala 2.10.1any pointers?thanks,Andrei
thanks,just in case here is what I use as a workaround for sbt 0.13libraryDependencies += sbtPluginExtra(m = "com.typesafe.akka" % "akka-sbt-plugin" % "2.1.2", // Plugin module name and versionsbtV = "0.12", // SBT versionscalaV = "2.9.2" // Scala version compiled the plugin)
thanks,just in case here is what I use as a workaround for sbt 0.13
libraryDependencies += sbtPluginExtra(m = "com.typesafe.akka" % "akka-sbt-plugin" % "2.1.2", // Plugin module name and versionsbtV = "0.12", // SBT versionscalaV = "2.9.2" // Scala version compiled the plugin)
On Wednesday, April 3, 2013 4:47:50 PM UTC+2, Patrik Nordwall wrote:
Visit this group at http://groups.google.com/group/akka-user.
Quick update: I am not sure what changed but it works now.