neo4j-contrib / sparql-plugin

Other
67 stars 28 forks source link

Compile error #6

Closed shaimr closed 10 years ago

shaimr commented 10 years ago

Hey,

I'm trying to compile the plugin with maven and that's the output:

[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /c:/Temp/sparql-plugin-master/src/test/java/org/neo4j/server/plugin/spar ql/BerlinDatasetTest.java:[374,16] method autoStartTransaction in class com.tink erpop.blueprints.impls.neo4j2.Neo4j2Graph cannot be applied to given types; required: boolean found: no arguments reason: actual and formal argument lists differ in length [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.728s [INFO] Finished at: Mon Feb 17 19:20:29 IST 2014 [INFO] Final Memory: 31M/220M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3. 1:testCompile (default-testCompile) on project neo4j-sparql-plugin: Compilation failure [ERROR] /c:/Temp/sparql-plugin-master/src/test/java/org/neo4j/server/plugin/spar ql/BerlinDatasetTest.java:[374,16] method autoStartTransaction in class com.tink erpop.blueprints.impls.neo4j2.Neo4j2Graph cannot be applied to given types; [ERROR] required: boolean [ERROR] found: no arguments [ERROR] reason: actual and formal argument lists differ in length [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc eption

By the way i'm running on windows 7 64 bit, maven 3.1.1, jdk 1.7

thanks,

Shai Maron.