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

2011-07-13 Thread Michael Hunger
If you just take the pom, remove the complete parent 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

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: project xmlns=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; artifactIdpom/artifactId

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 mikewolfx...@gmail.comwrote: hi, Thanks for help, then i try to edit the pom.xml like this: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=

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

2011-07-13 Thread Michael Hunger
The parent section is this: parent groupIdorg.neo4j/groupId artifactIdparent-pom/artifactId version21/version /parent So your pom should look like this: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

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

2011-07-13 Thread Zhiguo Zhang
I think the version1.5-SNAPSHOT/version and neo4j.version1.5-SNAPSHOT/neo4j.version 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

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 version1.5-SNAPSHOT/version and neo4j.version1.5-SNAPSHOT/neo4j.version are important, I download the src from github, in that pom.xml are 1.4M06 but not 1.5-SNAPSHOT any

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 mikewolfx...@gmail.comwrote: I think the version1.5-SNAPSHOT/version and neo4j.version1.5-SNAPSHOT/neo4j.version are important, I download the src from github, in that pom.xml are 1.4M06 but not 1.5-SNAPSHOT any way it build