neo4j-contrib / gremlin-plugin

A Plugin for the Neo4j server add Tinkerpop-related functionality
Other
55 stars 23 forks source link

Build fails from master #36

Closed atharvai closed 8 years ago

atharvai commented 8 years ago

JDK 1.8 mvn 3.2.5 OS: Fedora 22

After ignoring license checks with Dlicense.skip=true

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar (attach-javadoc) on project neo4j-gremlin-plugin: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - /bin/sh: scl: line 1: syntax error: unexpected end of file
[ERROR] /bin/sh: error importing function definition for 'BASH_FUNC_scl'
[ERROR] /home/ai/Downloads/gremlin-plugin/src/main/java/org/neo4j/server/webadmin/console/GremlinResultHook.java:31: error: bad use of '>'
[ERROR] * Version of ResultHookClosure that does not add ==> to the output. This is
[ERROR] ^
[ERROR] /home/ai/Downloads/gremlin-plugin/src/main/java/org/neo4j/server/webadmin/console/GremlinResultHook.java:36: error: malformed HTML
[ERROR] *         <jacob@voltvoodoo.com>
[ERROR] ^
[ERROR] /home/ai/Downloads/gremlin-plugin/src/main/java/org/neo4j/server/webadmin/console/GremlinResultHook.java:36: error: bad use of '>'
[ERROR] *         <jacob@voltvoodoo.com>
[ERROR] ^
[ERROR] /home/air/Downloads/gremlin-plugin/src/main/java/org/neo4j/server/webadmin/console/GremlinSession.java:78: warning: no description for @param
[ERROR] * @param script
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /usr/java/jdk1.8.0_60/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/home/air/Downloads/gremlin-plugin/target/apidocs' dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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 read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

another question will this work with neo4j 3.x?