[ https://issues.apache.org/jira/browse/TINKERPOP3-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14960936#comment-14960936 ]
stephen mallette commented on TINKERPOP3-893: --------------------------------------------- that might be different issue, but there could be a shorthand implemented where we assume "tinkerpop" if the rest is unspecified. this issue was more about someone installing "orientdb" let's say and doing a mismatch version. i'll create a different issue for your shorthand idea. > Validate dependency grabs that have TinkerPop dependencies > ---------------------------------------------------------- > > Key: TINKERPOP3-893 > URL: https://issues.apache.org/jira/browse/TINKERPOP3-893 > Project: TinkerPop 3 > Issue Type: Improvement > Components: console, server > Affects Versions: 3.0.1-incubating > Reporter: stephen mallette > Assignee: stephen mallette > Priority: Trivial > > Gremlin Console's {{:install}} command: > https://github.com/apache/incubator-tinkerpop/blob/master/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/commands/InstallCommand.groovy > and Gremlin Server's {{bin/gremlin-server.sh -i}} > https://github.com/apache/incubator-tinkerpop/blob/master/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/util/GremlinServerInstall.java > pull down dependencies. A nice check might be to detect dependency conflicts > with TinkerPop libs. For example, if someone tries to use Gremlin 3.1.0 to > {{install}} Titan 1.0.0 (which depends on TinkerPop 3.0.1), we could error > the install and show a nice error to the user. -- This message was sent by Atlassian JIRA (v6.3.4#6332)