Eclipse:A cycle was detected in the build path of project ‘XXX’

来源:互联网 发布:2017淘宝热销产品 编辑:程序博客网 时间:2024/06/02 03:21

从码云上Download了一个项目,以maven工程导入eclipse,然后就是一大片的error。

A cycle was detected in the build path of project 'XXX'. The cycle consists of projects {...}    XXX    Build path   Build Path Problem.

一开始以为是pom的问题,最后发现不是,好像是循环引用引起的。

解决办法:

Windows -> Preference -> ......将红框内调为Warning即可




   

阅读全文
0 0