【发布时间】:2017-03-14 13:00:53
【问题描述】:
我正在使用 jqassistant 1.2.0 和 asciidoc 1.5.3 - 全部在 maven 中。我的问题是针对 maven 插件“jqassistant”的具体问题。我正在扫描一个 xml 文件。
我想使用 Neo4j shell 工具(参见:https://github.com/jexp/neo4j-shell-tools)。这些是对 neo4j-shell 通常提供的 shell 命令的扩展。在没有 jqassistant 的情况下在 neo4j 中使用这些效果很好。
现在我想将这些命令与从 jqassistant 创建的商店一起使用。只需使用: “/bin/neo4j-shell.bat -路径\jqassistant\store” 给出这个错误: "启动 org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory 时出错"
所以我的问题是: 有没有办法在 jqA 商店上启动 neo4j 的 shell 或者:有没有办法从 jqA 启动 neo4j shell?
【问题讨论】:
标签: neo4j jqassistant neo4j-shell