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

gremlin-console 3.2.3 -e can no longer take paths relative to current working directory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.3
    • 3.2.4
    • console
    • None

    Description

      $ cat test2.groovy
      //println 1/0
      println 1+1
      println 2+2
      println 3+3
      $ apache-tinkerpop-gremlin-console-3.2.2/bin/gremlin.sh -e test2.groovy
      2
      4
      6
      $ apache-tinkerpop-gremlin-console-3.2.3/bin/gremlin.sh -e test2.groovy
      Gremlin file not found at [test2.groovy].
      

      Attachments

        Issue Links

          Activity

            People

              dkuppitz Daniel Kuppitz
              xytxytxyt Xian Yi Teng
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: