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 2016/05/12 11:07:03 UTC

[1/3] incubator-tinkerpop git commit: Broaden catch for computePath.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master c0d65b900 -> 8a6d49d67


Broaden catch for computePath.

I'm getting `java.lang.IllegalArgumentException: URI is not hierarchical`, on OS/X, but don't get any context, therefore broaden the catch.

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

Branch: refs/heads/master
Commit: 336ca12981c90a98be265539f3ca5e3f5b49a4a8
Parents: 690db2f
Author: Mathias Bogaert <ma...@gmail.com>
Authored: Tue May 10 19:18:31 2016 +0100
Committer: Mathias Bogaert <ma...@gmail.com>
Committed: Tue May 10 19:18:31 2016 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/tinkerpop/gremlin/TestHelper.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/336ca129/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/TestHelper.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/TestHelper.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/TestHelper.java
index a3c252f..f824ade 100644
--- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/TestHelper.java
+++ b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/TestHelper.java
@@ -113,7 +113,7 @@ public final class TestHelper {
         String clsPath;
 		try {
 			clsPath = new File(url.toURI()).getAbsolutePath();
-		} catch (URISyntaxException e) {
+		} catch (Exception e) {
 			throw new RuntimeException("Unable to computePath for " + clazz, e);
 		}
         return clsPath.substring(0, clsPath.length() - clsUri.length());


[2/3] incubator-tinkerpop git commit: Merge branch 'tp31' of https://github.com/analytically/incubator-tinkerpop into tp31

Posted by sp...@apache.org.
Merge branch 'tp31' of https://github.com/analytically/incubator-tinkerpop into tp31


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

Branch: refs/heads/master
Commit: c2ca115a23b6db4377ac9333826944ecaf577b8c
Parents: bf7c981 336ca12
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu May 12 07:06:22 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu May 12 07:06:22 2016 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/tinkerpop/gremlin/TestHelper.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

Posted by sp...@apache.org.
Merge remote-tracking branch 'origin/tp31'


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

Branch: refs/heads/master
Commit: 8a6d49d6763478224a86413efb41451c89b06e45
Parents: c0d65b9 c2ca115
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu May 12 07:06:51 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu May 12 07:06:51 2016 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/tinkerpop/gremlin/TestHelper.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------