orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
91 stars 32 forks source link

command line build fails.. #155

Open karux opened 5 years ago

karux commented 5 years ago

Following instructions at https://orientdb.com/docs/3.0.x/tinkerpop3/OrientDB-TinkerPop3.html#gremlin-server

Steps to recreate: $ git clone https://github.com/orientechnologies/orientdb-gremlin $ cd orientdb-gremlin $ git checkout develop $ mvn clean install

Expected Results: a successful build

Note: I HAVE NOT BUILD THE SERVER... I ONLY NEED THE CONSOLE APP, and the instructions do NOT state a server build is a required pre-requisite.

Actual Results: $ mvn clean install [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for com.orientechnologies:orientdb-gremlin-parent:[unknown-version]: Could not find artifact com.orientechnologies:orientdb-parent:pom:3.1.0-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 15, column 13 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR]
[ERROR] The project com.orientechnologies:orientdb-gremlin-parent:[unknown-version] (/Users/chrishaddad/karuxdev/clients/hilton/dream/db/orientdb-gremlin/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for com.orientechnologies:orientdb-gremlin-parent:[unknown-version]: Could not find artifact com.orientechnologies:orientdb-parent:pom:3.1.0-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 15, column 13 -> [Help 2] [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/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException karux1:orientdb-gremlin chrishaddad$ mvn install -P release [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for com.orientechnologies:orientdb-gremlin-parent:[unknown-version]: Could not find artifact com.orientechnologies:orientdb-parent:pom:3.1.0-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 15, column 13 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR]
[ERROR] The project com.orientechnologies:orientdb-gremlin-parent:[unknown-version] (/Users/chrishaddad/karuxdev/clients/hilton/dream/db/orientdb-gremlin/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for com.orientechnologies:orientdb-gremlin-parent:[unknown-version]: Could not find artifact com.orientechnologies:orientdb-parent:pom:3.1.0-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 15, column 13 -> [Help 2] [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/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

x007007007 commented 5 years ago

I have same problem

luigidellaquila commented 5 years ago

Hi @x007007007

reading the docs: As a pre-requirement, you have to build the same branch for OrientDB core distribution https://orientdb.com/docs/3.0.x/tinkerpop3/OrientDB-TinkerPop3.html#source-code-installation

Am I missing something?

Thanks

Luigi