Blake Eggleston created TINKERPOP-1183: ------------------------------------------
Summary: 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)