CruiseControl:尽管构建成功,但构建日志中仍出现包依赖错误作为警告!
我的“错误和警告”选项卡(CC 仪表板)充满了导入失败错误,但我的构建可以编译?!
我注意到这些失败的日志级别为 WARN。
这里有人以前遇到过这个问题吗?
谢谢。
My Errors and Warnings tab (CC dashboard) is rammed full of import failure errors, yet my build compiles?!
I notice that these failures have a log level of WARN.
Has anyone on here had this problem before?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
原来这些错误是 JavaDoc 通知...它们只是没有标记 [JavaDoc] !
Turns out the errors were JavaDoc notifications... they just weren't stamped with [JavaDoc] !