Re: [Neo4j] More build issues

2011-02-27 Thread Andreas Kollegger
SBT? You could try the `graph-src` and `graph-pkg` actions to see what those produce. Look in "target//graph" for the results. On Feb 28, 2011, at 1:10 AM, Nolan Darilek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/27/2011 05:43 PM, Michael Hunger wrote: >> Can you then pr

Re: [Neo4j] More build issues

2011-02-27 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/27/2011 05:43 PM, Michael Hunger wrote: > Can you then provide how your classpath is setup for the scala shell, so how > the dependencies are pulled? And perhaps a similar transitive listing like > the one from maven. > Not immediately sure.

Re: [Neo4j] More build issues

2011-02-27 Thread Michael Hunger
Can you then provide how your classpath is setup for the scala shell, so how the dependencies are pulled? And perhaps a similar transitive listing like the one from maven. Thanks Michael Am 28.02.2011 um 00:40 schrieb Nolan Darilek: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02

Re: [Neo4j] More build issues

2011-02-27 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/27/2011 05:38 PM, Michael Hunger wrote: > What neo4j-spatial did you use? The locally fixed ? This is _still_ at > 1.3-M01 or the remote github branch (that one I updated to M03). The M03 branch. -BEGIN PGP SIGNATURE- Version: GnuPG v1.

Re: [Neo4j] More build issues

2011-02-27 Thread Michael Hunger
What neo4j-spatial did you use? The locally fixed ? This is _still_ at 1.3-M01 or the remote github branch (that one I updated to M03). So if you want to update your project to neo4j-1.3.M03 please use the remote M03 branch of neo4j-spatial. Cheers Michael Am 28.02.2011 um 00:26 schrieb Nolan

[Neo4j] More build issues

2011-02-27 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neo4J Spatial builds and installs. I just updated my project to M03 and 0.4-SNAPSHOT, though, and now my test script fails with an odd error: scala> :load test.scala Loading test.scala... import org.neo4j.kernel.EmbeddedGraphDatabase import info.herme