【发布时间】:2019-10-24 09:32:20
【问题描述】:
我正在关注 Apache Geode build instructions 来构建项目。我的环境是 Windows 10。
我真正感兴趣的是从构建中获取 Geode Pulse WAR 工件。但是,由于这样的错误,构建没有成功,
> Could not resolve all files for configuration ':geode-core:integrationTestCompileClasspath'.
> Could not find log4j-core-tests.jar (org.apache.logging.log4j:log4j-core:2.11.1).
Searched in the following locations:
file:/C:/Users/james/.m2/repository/org/apache/logging/log4j/log4j-core/2.11.1/log4j-core-2.11.1-tests.jar
> Could not find log4j-core-test-sources.jar (org.apache.logging.log4j:log4j-core:2.11.1).
Searched in the following locations:
file:/C:/Users/james/.m2/repository/org/apache/logging/log4j/log4j-core/2.11.1/log4j-core-2.11.1-test-sources.jar
如何跳过所有测试(包括集成测试)或在测试失败时继续构建?我已经尝试过gradlew build -x test,但它因相同的构建错误而中断。请指教。谢谢
【问题讨论】:
标签: geode