Alex, this could be an issue with SBT not resolving POMs sufficiently well. There is a placeholder neo4j...jar that basically just declares transitive deps to the other jars in the distribution. Otherwise, there is even the neo4j...pom that is listing the deps.
This is since we experienced a lot of confusion when the default neo4j artifact is a POM. So, could you try tracking down if things work if you specify neo4j.pom instead of the implicit JAR? http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22neo4j%22 Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high performance graph database. http://startupbootcamp.org/ - Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Tue, Aug 23, 2011 at 2:53 PM, Alex <[email protected]> wrote: > Dear Neo4Jers > > I am experiencing some issues with the Scala (2.9.0-1) sbt (0.10.1) > dependency control and Neo4J (1.4.1), and namely I observed the following > facts: > > 1- When using the sbt line > "org.neo4j" % "neo4j" % "1.4.1" > > neo4j-kernel is not fetched or/and is not found, which results in the > following error > > object graphdb is not a member of package org.neo4j [error] import > org.neo4j.graphdb._ > > 2- Removing "org.neo4j" % "neo4j" % "1.4.1" and including "org.neo4j" % > "neo4j-kernel" % "1.4.1" works, in the sense that the package > org.neo4j.graphdb is on the classpath > > 3- Including both "org.neo4j" % "neo4j-kernel" % "1.4.1" and "org.neo4j.app" > % "neo4j-server" % "1.4.1" > or > "org.neo4j" % "neo4j-kernel" % "1.4.1" and "org.neo4j" % "neo4j" % "1.4.1" > results once again in the same error message as in point 1. > > Am I missing anything? I need neo4j-server to use > WrappingNeoServerBootstrapper, but it seems that I cannot have all > dependencies at the same time. What's the problem? > > Thank you. > > Cheers > Alex > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/Scala-SBT-and-Neo4J-tp3277895p3277895.html > Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

