[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-10-06 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/444 VOTE +1. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-10-06 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/444 @okram I think we're ok with with keeping the files since you use them. The real vote here is for whether or not `-v` (and gremlin.sh in general) works in `/target/`, `gremlin-console` and at

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-10-06 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/444 I believe I'm a VOTE +0 as I use `bin/gremlin.sh` all the time. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-10-05 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/444 The gist was that you could live without the 2 additional files, but your life would be affected by an everlasting sadness. Hence we concluded that we keep the symbolic links. However, I

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-10-05 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/444 Already did. Told @dkuppitz what he wanted to know... I forget what he deduced from that. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-10-05 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/444 @okram can you please re-test? i personally never use the "convenience" `gremlin.sh` files as i don't like my `ext/` not getting cleaned between builds. it wouldn't bother me if they

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-09-30 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/444 This branch was rebased and force pushed. If you've had it checked out before, you'll likely have a merge conflict in your local version. Try to checkout a fresh copy: ``` git checko

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-09-30 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/444 I get this: ``` ~/software/tinkerpop bin/gremlin.sh bin/gremlin.sh: line 25: syntax error near unexpected token `<<<' ``` --- If your project is set up for it, you can reply to

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-09-29 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/444 @okram We could get rid of the additional release steps if we would remove the 2 extra `gremlin.sh` files. Any reason why you prefer those? If you're just too lazy to type out the `target` path,

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-09-29 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/444 Re-tested - all good for me now VOTE +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have th

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-09-29 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/444 i never use them, but marko says he always uses `gremlin/console/bin/gremlin.sh`.oh - i might know what happened - let me retry --- If your project is set up for it, you can reply to this

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-09-29 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/444 ``` daniel@cube /projects/apache/tinkerpop (TINKERPOP-1158) gremlin.sh -v emits log4j initialization errors $ bin/gremlin.sh -v gremlin 3.1.5-SNAPSHOT daniel@cube /projects/apache/tink

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-09-29 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/444 ok - so "unbound variable" is gone as a problem, but: ```text :~/git/apache/incubator-tinkerpop$ bin/gremlin.sh -v log4j:WARN No appenders could be found for logger (com.jcabi.m

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-09-29 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/444 Sorry, I must have lost some changes when I made the last rebase. Unbound variable errors are fixed now. --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-09-29 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/444 I saw this error yesterday, but fixed it (after rebasing). Are you sure you've had the latest version for your test? --- If your project is set up for it, you can reply to this email and have yo

[GitHub] tinkerpop issue #444: TINKERPOP-1158 gremlin.sh -v emits log4j initializatio...

2016-09-29 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/444 Overall - i get: ```text ~/git/apache/incubator-tinkerpop$ bin/gremlin.sh bin/gremlin.sh: line 54: CP: unbound variable ~/git/apache/incubator-tinkerpop$ cd gremlin-console