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