[ https://issues.apache.org/jira/browse/TINKERPOP-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231231#comment-15231231 ]
Blake Eggleston commented on TINKERPOP-1183: -------------------------------------------- it looks like the tinkerpop.ext property doesn't match the install destination. I'm running the console from ~/code/tinkerpop, with library installations going to ~/code/tinkerpop/ext. However, gremlin.sh adds the property: -Dtinkerpop.ext=/Users/beggleston/code/tinkerpop/gremlin-console/target/apache-gremlin-console-3.2.0-SNAPSHOT-standalone/bin/../ext So this probably isn't something you'd normally run into, outside of development. > gremlin console can't resolve libs installed by :install on next session > ------------------------------------------------------------------------ > > Key: TINKERPOP-1183 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1183 > Project: TinkerPop > Issue Type: Bug > Components: console > Reporter: Blake Eggleston > Priority: Minor > > If I install a library via the {{:install}} command, I'm able to import the > installed lib in the same session. In subsequent console sessions, however, > the console can't find the installed libs and throws this error: > {code} > gremlin> import org.kohsuke.args4j.Argument > Invalid import definition: 'org.kohsuke.args4j.Argument'; reason: startup > failed: > script1456527781785978372609.groovy: 1: unable to resolve class > org.kohsuke.args4j.Argument > @ line 1, column 1. > import org.kohsuke.args4j.Argument > ^ > 1 error > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)