You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/06/15 22:08:20 UTC

[1/2] incubator-tinkerpop git commit: TINKERPOP3-731 Arrow keys don't work for Gremlin console on Windows

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 97e4500be -> 9d4735ed7


TINKERPOP3-731 Arrow keys don't work for Gremlin console on Windows


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/9596782a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/9596782a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/9596782a

Branch: refs/heads/master
Commit: 9596782ad450c9e791e3f77425bf1b5016b015dc
Parents: 3a5cdf8
Author: Jason Plurad <pl...@users.noreply.github.com>
Authored: Mon Jun 15 11:35:52 2015 -0400
Committer: Jason Plurad <pl...@users.noreply.github.com>
Committed: Mon Jun 15 11:35:52 2015 -0400

----------------------------------------------------------------------
 gremlin-console/src/main/bin/gremlin.bat | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9596782a/gremlin-console/src/main/bin/gremlin.bat
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/bin/gremlin.bat b/gremlin-console/src/main/bin/gremlin.bat
index 5af4e8f..481d5ac 100644
--- a/gremlin-console/src/main/bin/gremlin.bat
+++ b/gremlin-console/src/main/bin/gremlin.bat
@@ -34,7 +34,8 @@ FOR /D /r %%i in (*) do (
 
 cd ..
 
-set JAVA_OPTIONS=-Xms32m -Xmx512m
+:: workaround for https://issues.apache.org/jira/browse/GROOVY-6453
+set JAVA_OPTIONS=-Xms32m -Xmx512m -Djline.terminal=none
 
 :: Launch the application
 


[2/2] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-731' of https://github.com/pluradj/incubator-tinkerpop

Posted by sp...@apache.org.
Merge branch 'TINKERPOP3-731' of https://github.com/pluradj/incubator-tinkerpop


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/9d4735ed
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/9d4735ed
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/9d4735ed

Branch: refs/heads/master
Commit: 9d4735ed73042aff12ce56c67f272bf7d42ff7b7
Parents: 97e4500 9596782
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jun 15 16:00:27 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jun 15 16:00:27 2015 -0400

----------------------------------------------------------------------
 gremlin-console/src/main/bin/gremlin.bat | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------