[ https://issues.apache.org/jira/browse/TINKERPOP3-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
stephen mallette updated TINKERPOP3-893: ---------------------------------------- Description: 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. was:Gremlin Console's {{:install}} command and Gremlin Server's {{bin/gremlin-server.sh -i}} 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. > 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)