作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我试图找出为什么运行 ./mvnw package
会导致错误
Caused by: java.lang.RuntimeException: Attempted to mix @NativeImageTest and JVM mode tests in the same test run. This is not allowed.
我正在尝试构建 native 镜像,并将扩展添加到我的简单测试用例中,因为文档引用 https://quarkus.io/guides/building-native-image 。但是,当我创建一个扩展我的基础的新测试类并添加 @NativeImageTest 时,我得到了上面的异常。我没有弄乱生成 pom,所以不确定我是否错过了一个步骤。如果我执行 ./mvnw package -Pnative -Dquarkus.native.container-build=true
最佳答案
请查看文档 https://quarkus.io/guides/building-native-image#excluding-tests-when-running-as-a-native-executable并尝试将 @DisabledOnNativeImage
注释添加到您扩展 native 测试的测试中。
关于java - Quarkas - 无法构建 - 由 : java. lang.RuntimeException 引起:尝试混合 @NativeImageTest,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59860923/
我试图找出为什么运行 ./mvnw package 会导致错误 Caused by: java.lang.RuntimeException: Attempted to mix @NativeImage
我是一名优秀的程序员,十分优秀!