This issue isn't with including GremlinGroovy in my project / maven pom, it's with figuring out where the orientdb-gremlin console is trying to look for libs so I can put gremlin-groovy into the path there.
On Sat, Mar 8, 2014 at 2:06 AM, Damian Bronecki <[email protected]>wrote: > If you are using Maven, then you must add this to your pom.xml: > > <dependency> > <groupId>com.tinkerpop.gremlin</groupId> > <artifactId>gremlin-groovy</artifactId> > <version>2.4.0</version> > </dependency> > > > Otherwise you must download jar and add it to classpath. > > Just read instructions from this site: > https://github.com/tinkerpop/gremlin/wiki > > -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups "OrientDB" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/orient-database/lINm5rbUjT8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- jonathan 'j5' cook | lead developer | always prepped<http://www.alwaysprepped.com/> cell: 540.822.0180 -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
