Re: Trying and failing to set up a local Ivy repo

16 views
Skip to first unread message

Jim Fulton

unread,
May 28, 2013, 2:39:41 PM5/28/13
to simple-b...@googlegroups.com


On Tuesday, May 28, 2013 12:21:17 PM UTC-4, Jim Fulton wrote:

I've tried and failed with SFTP and SSH.

Then I tried HTTP, because at lease I can tail the access log.

My repository attempt is here:


I haven't found much documentation for how an Ivy repository should
be laid out, so I guessed it was the same as ~/.ivy2/local. 

I've tried:

  resolvers += Resolver.url(
     "zc", url("http://yum.zope.com/buildout/ivy/"))(Resolver.ivyStylePatterns)

and when requiring a plugin:

  addSbtPlugin("org.scala-sbt" % "sbt-android-plugin" % "0.6.3-fixapk-SNAPSHOT")

Resolution fails.  But in my web server log, I see a head request:

192.168.24.194 - - [28/May/2013:12:15:05 -0400] "HEAD /buildout/ivy/org.scala-sbt/sbt-android-plugin/scala_2.9.2/sbt_0.12/0.6.3-fixapk-SNAPSHOT/ivys/ivy.xml HTTP/1.1" 200 - "-" "Apache Ivy/2.3.0-rc1"

But no other requests.  I don't see how the layout could be wrong, because there are no 404s.  
I don't see how the contents of ivy.xml coule be wrong because it's never read.

What am I doing wrong?

I republished the plugin I was trying to load as 0.6.99 and sbt was able to load it.

Can anyone suggest a chant for being able to install snapshot releases?
 
Jim
Reply all
Reply to author
Forward
0 new messages