orientechnologies / orientdb-gremlin

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

Eclipse IDE Support #113

Open Jotschi opened 7 years ago

Jotschi commented 7 years ago

Hi,

i'm currently trying to import the project (master@d0e14e1c) in my Eclipse IDE (Linux,Neon) but some imports can't be resolved:

import org.apache.tinkerpop.gremlin.structure.FeatureSupportTest.GraphFunctionalityTest;

mvn clean package -DskipTests works fine

I'm not sure why this is not working. Any idea?

I understand that the classes are part of gremlin-test-2.3.2.jar but it seems that the jar is somehow being excluded from the maven eclipse project.