Re: [Neo4j] Compilation failure from the cypherplugin(mvn2)!

2011-07-13 Thread Zhiguo Zhang
I try 1.4, but it does not work. got the error info, i guess the neo4j-server.jar which I installed via mvn install belong to 1.5SNAPSHOT, but I down the file from neo4j website and the version number is 1.4M06 ... [INFO] [ER

Re: [Neo4j] Compilation failure from the cypherplugin(mvn2)!

2011-07-13 Thread Zhiguo Zhang
btw. thx! On Wed, Jul 13, 2011 at 3:12 PM, Zhiguo Zhang wrote: > > I think the 1.5-SNAPSHOT and > 1.5-SNAPSHOT > are important, I download the src from github, in that pom.xml are 1.4M06 > but not 1.5-SNAPSHOT > > any way it build successful. I will try to use that. > > > On Wed, Jul 13, 2011 a

Re: [Neo4j] Compilation failure from the cypherplugin(mvn2)!

2011-07-13 Thread Michael Hunger
You can set both versions e.g. to 1.4. If you'd like to. Am 13.07.2011 um 15:12 schrieb Zhiguo Zhang: > I think the 1.5-SNAPSHOT and > 1.5-SNAPSHOT > are important, I download the src from github, in that pom.xml are 1.4M06 > but not 1.5-SNAPSHOT > > any way it build successful. I will try to

Re: [Neo4j] Compilation failure from the cypherplugin(mvn2)!

2011-07-13 Thread Zhiguo Zhang
I think the 1.5-SNAPSHOT and 1.5-SNAPSHOT are important, I download the src from github, in that pom.xml are 1.4M06 but not 1.5-SNAPSHOT any way it build successful. I will try to use that. On Wed, Jul 13, 2011 at 3:04 PM, Michael Hunger < michael.hun...@neotechnology.com> wrote: > The parent

Re: [Neo4j] Compilation failure from the cypherplugin(mvn2)!

2011-07-13 Thread Michael Hunger
The parent section is this: org.neo4j parent-pom 21 So your pom should look like this: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";

Re: [Neo4j] Compilation failure from the cypherplugin(mvn2)!

2011-07-13 Thread Zhiguo Zhang
looks like I should not delete the whole parent section or ...? On Wed, Jul 13, 2011 at 3:00 PM, Zhiguo Zhang wrote: > hi, > > Thanks for help, then i try to edit the pom.xml like this: > > http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLo

Re: [Neo4j] Compilation failure from the cypherplugin(mvn2)!

2011-07-13 Thread Zhiguo Zhang
hi, Thanks for help, then i try to edit the pom.xml like this: http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> pom 4.0.0 org.neo4j.server.plugin

Re: [Neo4j] Compilation failure from the cypherplugin(mvn2)!

2011-07-13 Thread Michael Hunger
If you just take the pom, remove the complete section, make sure that the neo4j.version is set to 1.4 you should be able to build it without problems standalone. Thanks Michael Am 13.07.2011 um 14:31 schrieb Zhiguo Zhang: > hi, > > after successful install and running the gremlin-plugin, i