So... which versions should I use together? Currently I have

    <dependency>
      <groupId>org.neo4j</groupId>
      <artifactId>neo</artifactId>
      <version>1.0-rc1-SNAPSHOT</version>
    </dependency>

    <dependency>
      <groupId>org.neo4j</groupId>
      <artifactId>index-util</artifactId>
      <version>0.4-SNAPSHOT</version>
    </dependency>

Shouldn't rc1 include everything that b6 does? I moved to rc1 because
I got some ClassNotFoundException with neo-b6 and
index-utils-0.3-SNAPSHOT (I think).

Philip

On 5/5/08, Mattias Persson <[EMAIL PROTECTED]> wrote:
> Oh, good (no windows) :)
>
>  It really should work with the latest 1.0-b6 version now, try getting it 
> from:
>
>
>  http://m2.neo4j.org/org/neo4j/shell/1.0-b6/shell-1.0-b6.jar
>
>
>
> Yep there's a b0rked dependency on lucene in index-utils, that is on a
>  todo-list somewhere.
>
>
>  2008/5/5 Philip Jägenstedt <[EMAIL PROTECTED]>:
>  > No Windows for me, thanks. I'm running Ubuntu and the jars that maven
>  >  has collected for me are:
>  >
>  >  neo-1.0-rc1-SNAPSHOT.jar
>  >
>  > jta-1.0.1.jar
>  >  shell-1.0-rc1-20080319.221229-7.jar
>  >  index-util-0.4-20080430.070359-1.jar
>  >
>  >  and lucene-core-2.3.1.jar, I suppose I should exclude it if I don't want 
> it.
>  >
>  >  Philip
>  >
>  >
>  >
>  >  On 5/5/08, Mattias Persson <[EMAIL PROTECTED]> wrote:
>  >  > Oh, you're using Windows right? I guess that fix came in after shell
>  >  >  1.0-b6. Should work just fine in neo/shell 1.0-rc1.
>  >  >
>  >  >  I figure I could patch the b6 version with that fix as well...
>  >  >
>  >  >  2008/5/5 Philip Jägenstedt <[EMAIL PROTECTED]>:
>  >  >
>  >  > > Thanks, I can now connect to my neo running in a tomcat webapp. One
>  >  >  >  annoyance is that "man" says that the only available command is
>  >  >  >  "quit", which is obviously untrue.
>  >  >  >
>  >  >  >  Philip
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >  On 4/30/08, Mattias Persson <[EMAIL PROTECTED]> wrote:
>  >  >  >  > Oh.... btw, sorry I meant that that it's the neo jar file which 
> isn't
>  >  >  >  >  the latest.
>  >  >  >  >
>  >  >  >  >  You can download it here:
>  >  >  >  >  http://m2.neo4j.org/org/neo4j/neo/1.0-b6/neo-1.0-b6.jar
>  >  >  >  >
>  >  >  >  >  You could probably download the latest shell as well :) :
>  >  >  >  >  http://m2.neo4j.org/org/neo4j/shell/1.0-b6/shell-1.0-b6.jar
>  >  >  >  >
>  >  >  >  >  2008/4/30 Philip Jägenstedt <[EMAIL PROTECTED]>:
>  >  >  >  >
>  >  >  >  > > Looks like the mailing list doesn't like attachments.
>  >  >  >  >  >
>  >  >  >  >  >
>  >  >  >  >  >
>  >  >  >  >  >  On 4/30/08, Mattias Persson <[EMAIL PROTECTED]> wrote:
>  >  >  >  >  >  > Hi, now I'm back (the brain behind the neo shell :) ).
>  >  >  >  >  >  >
>  >  >  >  >  >  >  For starters, the "Not in transaction" bug was only found 
> in the
>  >  >  >  >  >  >  1.0-b6 release. It's fixed though, only the shell download 
> link
>  >  >  >  >  >  >  doesn't refer to the latest jar file! Could someone please 
> fix that!
>  >  >  >  >  >  >  (I'll attach the right shell-1.0-b6.jar as well). There's 
> also no
>  >  >  >  >  >  >  assumption of an empty (or non-empty) database so you 
> don't have to do
>  >  >  >  >  >  >  that reference node thingies.
>  >  >  >  >  >  >
>  >  >  >  >  >  >  As for the shell being started without a neo instance 
> already started
>  >  >  >  >  >  >  (just passing in the path to the neo store), that 
> functionality got
>  >  >  >  >  >  >  there in the neo/shell -1.0-rc1 version.
>  >  >  >  >  >  >
>  >  >  >  >  >  >  Hopefully this new jar will fix the problems.
>  >  >  >  >  >  >
>  >  >  >  >  >  >  / Mattias
>  >  >  >  >  >  >
>  >  >  >  >  >  >  2008/4/28 Emil Eifrem <[EMAIL PROTECTED]>:
>  >  >  >  >  >  >
>  >  >  >  >  >  > > On Sun, Apr 27, 2008 at 11:54 PM, Philip Jägenstedt 
> <[EMAIL PROTECTED]> wrote:
>  >  >  >  >  >  >  >  >  I don't know why. Again, my nodespace is ∅ so if 
> there are some
>  >  >  >  >  >  >  >  >  assumptions made that there will acutally be 
> something there, it is
>  >  >  >  >  >  >  >  >  not so.
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >  >  Quick comment: Mattias (the brain behind the Neo shell) 
> is super busy
>  >  >  >  >  >  >  >  right now and will then be on a plane for about 16 
> hours. But he'll
>  >  >  >  >  >  >  >  look into this as soon as he's back. There's for 
> certain nothing in
>  >  >  >  >  >  >  >  Neo shell that assumes a non-empty node space though, 
> so that's not
>  >  >  >  >  >  >  >  it.
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >  >  Cheers,
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >  >  --
>  >  >  >  >  >  >  >  Emil Eifrém, CEO [EMAIL PROTECTED]
>  >  >  >  >  >  >  >  Neo Technology, www.neotechnology.com
>  >  >  >  >  >  >  >  Cell: +46 733 462 271 | US: 206 403 8808
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >
>  >  >  >  >  >  > > _______________________________________________
>  >  >  >  >  >  >  >  Neo mailing list
>  >  >  >  >  >  >  >  User@lists.neo4j.org
>  >  >  >  >  >  >  >  https://lists.neo4j.org/mailman/listinfo/user
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >
>  >  >  >  >  >  > _______________________________________________
>  >  >  >  >  >  >  Neo mailing list
>  >  >  >  >  >  >  User@lists.neo4j.org
>  >  >  >  >  >  >  https://lists.neo4j.org/mailman/listinfo/user
>  >  >  >  >  >  >
>  >  >  >  >  >  >
>  >  >  >  >  >
>  >  >  >  >  > _______________________________________________
>  >  >  >  >  >  Neo mailing list
>  >  >  >  >  >  User@lists.neo4j.org
>  >  >  >  >  >  https://lists.neo4j.org/mailman/listinfo/user
>  >  >  >  >  >
>  >  >  >  >  >
>  >  >  >  >
>  >  >  >  > _______________________________________________
>  >  >  >  >  Neo mailing list
>  >  >  >  >  User@lists.neo4j.org
>  >  >  >  >  https://lists.neo4j.org/mailman/listinfo/user
>  >  >  >  >
>  >  >  >  >
>  >  >  >
>  >  >  > _______________________________________________
>  >  >  >  Neo mailing list
>  >  >  >  User@lists.neo4j.org
>  >  >  >  https://lists.neo4j.org/mailman/listinfo/user
>  >  >  >
>  >  >  >
>  >  >
>  >  > _______________________________________________
>  >  >  Neo mailing list
>  >  >  User@lists.neo4j.org
>  >  >  https://lists.neo4j.org/mailman/listinfo/user
>  >  >
>  >  >
>  >
>  > _______________________________________________
>  >  Neo mailing list
>  >  User@lists.neo4j.org
>  >  https://lists.neo4j.org/mailman/listinfo/user
>  >
>  >
>
> _______________________________________________
>  Neo mailing list
>  User@lists.neo4j.org
>  https://lists.neo4j.org/mailman/listinfo/user
>
>
_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to