Hi,

  Lift version is: 2.0-M1, i deleted all the files in the G:/Documents
and Settings/Ruby/.ivy2/ directory but get these errors too.

#########################
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.rabbitmq#amqp-client;1.7.0: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[info]
[warn] :: problems summary ::
[warn] :::: WARNINGS
[warn]          module not found: com.rabbitmq#amqp-client;1.7.0
[warn]  ==== local: tried
[warn]    G:/Documents and Settings/Ruby/.ivy2/local/com.rabbitmq/amqp-
client/1.7.0/ivys/ivy.xml
[warn]    -- artifact com.rabbitmq#amqp-client;1.7.0!amqp-client.jar:
[warn]    G:/Documents and Settings/Ruby/.ivy2/local/com.rabbitmq/amqp-
client/1.7.0/jars/amqp-client.jar
[warn]  ==== m2-repository-smack: tried
[warn]    
http://maven.reucon.com/public/com/rabbitmq/amqp-client/1.7.0/amqp-client-1.7.0.pom
[warn]    -- artifact com.rabbitmq#amqp-client;1.7.0!amqp-client.jar:
[warn]    
http://maven.reucon.com/public/com/rabbitmq/amqp-client/1.7.0/amqp-client-1.7.0.jar
[warn]  ==== public: tried
[warn]    
http://repo1.maven.org/maven2/com/rabbitmq/amqp-client/1.7.0/amqp-client-1.7.0.pom
[warn]    -- artifact com.rabbitmq#amqp-client;1.7.0!amqp-client.jar:
[warn]    
http://repo1.maven.org/maven2/com/rabbitmq/amqp-client/1.7.0/amqp-client-1.7.0.jar
[warn]  ==== Scala-Tools Maven2 Repository: tried
[warn]    
http://scala-tools.org/repo-releases/com/rabbitmq/amqp-client/1.7.0/amqp-client-1.7.0.pom
[warn]    -- artifact com.rabbitmq#amqp-client;1.7.0!amqp-client.jar:
[warn]    
http://scala-tools.org/repo-releases/com/rabbitmq/amqp-client/1.7.0/amqp-client-1.7.0.jar
[warn]          ::::::::::::::::::::::::::::::::::::::::::::::
[warn]          ::          UNRESOLVED DEPENDENCIES         ::
[warn]          ::::::::::::::::::::::::::::::::::::::::::::::
[warn]          :: com.rabbitmq#amqp-client;1.7.0: not found
[warn]          ::::::::::::::::::::::::::::::::::::::::::::::
[info]
[info] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
[info] == update ==
[error] Error running update: unresolved dependency: com.rabbitmq#amqp-
client;1.7.0: not found
#########################

import sbt._

class MyProject(info: ProjectInfo) extends DefaultWebProject(info)
{
  val lift = "net.liftweb" % "lift-core" % "2.0-M1" % "compile-
>default"
  val jetty6 = "org.mortbay.jetty" % "jetty" % "6.1.22" % "test-
>default"
  val servlet = "javax.servlet" % "servlet-api" % "2.5" % "provided-
>default"
  val specs = "org.scala-tools.testing" % "specs" % "1.6.1" % "test-
>default"

  // required because Ivy doesn't pull repositories from poms
  val smackRepo = "m2-repository-smack" at "http://maven.reucon.com/
public"
}

############################

  Thanks,

Cheers,
  Neil

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to