Hi Matt,
My build settings:
val buildScalaVersion = "2.9.0-1"
val buildVersion = "1.0-SNAPSHOT"
val buildSettings = Defaults.defaultSettings ++
Seq (
organization := buildOrganization,
scalaVersion := buildScalaVersion,
version := buildVersion,
parallelExecution := false,
//retrieveManaged := true,
moduleConfigurations ++=
Resolvers.moduleConfigurations,
javacOptions ++= Seq("-Xlint:unchecked"),
scalacOptions ++= Seq("-deprecation", "-
unchecked", "-Xcheckinit", "-encoding", "utf8")
)
lazy val root = Project ("AkkaDemo", file("."), settings =
buildSettings ++ Seq (
libraryDependencies := web ))
> update
[info] Updating {file:/C:/home/projects/akkademo/}AkkaDemo...
[warn] module not found: org.sgine#sgine-ui_2.9.0-1;1.0-SNAPSHOT
[warn] ==== scala-tools.org-nexus-public-snapshots: tried
[warn]
http://nexus.scala-tools.org/content/repositories/public-snapshots/org/sgine/sgine-ui_2.9.0-1/1.0-SNAPSHOT/sgine-ui_2.9.0-1-1.0-SNAPSHOT.pom
[warn] -- artifact org.sgine#sgine-ui_2.9.0-1;1.0-SNAPSHOT!sgine-
ui_2.9.0-1.jar:
[warn]
http://nexus.scala-tools.org/content/repositories/public-snapshots/org/sgine/sgine-ui_2.9.0-1/1.0-SNAPSHOT/sgine-ui_2.9.0-1-1.0-SNAPSHOT.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.sgine#sgine-ui_2.9.0-1;1.0-SNAPSHOT: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[info]
[warn] :: problems summary ::
[warn] :::: WARNINGS
[warn] module not found: org.sgine#sgine-ui_2.9.0-1;1.0-SNAPSHOT
[warn] ==== scala-tools.org-nexus-public-snapshots: tried
[warn]
http://nexus.scala-tools.org/content/repositories/public-snapshots/org/sgine/sgine-ui_2.9.0-1/1.0-SNAPSHOT/sgine-ui_2.9.0-1-1.0-SNAPSHOT.pom
[warn] -- artifact org.sgine#sgine-ui_2.9.0-1;1.0-SNAPSHOT!sgine-
ui_2.9.0-1.jar:
[warn]
http://nexus.scala-tools.org/content/repositories/public-snapshots/org/sgine/sgine-ui_2.9.0-1/1.0-SNAPSHOT/sgine-ui_2.9.0-1-1.0-SNAPSHOT.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.sgine#sgine-ui_2.9.0-1;1.0-SNAPSHOT: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[info]
[info] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
[error] {file:/C:/home/projects/akkademo/}AkkaDemo/*:update:
sbt.ResolveException: unresolved dependency: org.sgine#sgine-
ui_2.9.0-1;1.0-SNAPSHOT: not found
[error] Total time: 10 s, completed 18/07/2011 10:11:57 PM
>
On Jul 18, 9:35 pm, "Hicks, Matt" <
mhi...@captiveimagination.com>
wrote: