Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1183

gremlin console can't resolve libs installed by :install on next session

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Invalid
    • None
    • None
    • console
    • None

    Description

      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:

      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
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            bdeggleston Blake Eggleston
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: