Eclipse告诉我在构建路径中检测到一个周期,但这不是事实! [英] Eclipse is telling me a cycle was detected in the building path, but that's not true!

查看:113
本文介绍了Eclipse告诉我在构建路径中检测到一个周期,但这不是事实!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Eclipse告诉我:

Eclipse is telling me:

a cycle was detected in the build path of -project name-

,尽管项目的结构(由团队中的其他人创建)没有周期.
相同的项目已部署在其他计算机上(相同!),并且不会产生错误.

, although the structure of the project (created by others in the team) does not have cycles.
The same project is deployed on other machines (the same!) and it doesn't give the error.

我需要在我的机器上工作,所以我需要解决这个问题.
它给了我8个不同项目中的错误.
这给了我更多(10个项目)中的错误,但清洁和建造10次后变成了8次! (无需更改代码).

I need to work from my machine so I need to solve this.
It is giving me the error in 8 different projects.
It was giving me the error in more (10 projects) but with cleaning and building 10 times just changed to 8! (without any changes in the code).

我真的需要使此工作正常进行,并且清理和构建一遍又一遍不做任何事情.有提示吗?

I really need to get this working and cleaning and building over and over is not doing anything. Any tips?

(注意:这不是java,这是flex,所以我无法将错误更改为警告:))

(note: this is not java, this is flex so i can't change the error to warning :))

非常感谢!

推荐答案

如果它可以在其他计算机上运行,​​但不能在您自己的计算机上运行,​​那么它必须是本地缓存"效果.

If it works on other machines but not your own, it must be a "local cache" effect.

您必须长期考虑现有的库,这会在本地导致错误,而其他工作站上没有该文件.

You must have an existing library taken into account from a long time, which causes locally the error, while that same file is not present on the other workstations.

能否尝试在新的空目录上从头开始重新创建项目,并查看问题是否仍然存在?
如果确实如此(只有这样),Eclipse和Flex插件的确切版本可能会有所帮助.

Could try and recreate the projects from scratch, on a new empty directory, and see if the problem persist?
If it does (and only then), the exact version of Eclipse and Flex plugin could help.

这篇关于Eclipse告诉我在构建路径中检测到一个周期,但这不是事实!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆