Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » A cycle was detected in the build path of project
A cycle was detected in the build path of project [message #293887] Tue, 01 November 2005 11:25 Go to next message
Eclipse UserFriend
I am creating a feature based on multiple plugins. These plugins of
course have dependencies on one another. The system tells me that a
cycle is detected in the build path of my project and that it cannot be
built. I have manually reviewed the plugin dependencies and see no
cycles. I have also used the "Look for cycles in the dependency graph"
tool availble from the plugin descriptor editor, which tells me that
there are NO cycles.

Does anyone have a similar experience? What techniques can I use to
track down the problem?

Thanks
Nick
Re: A cycle was detected in the build path of project [message #293902 is a reply to message #293887] Tue, 01 November 2005 16:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: csae7511.uibk.ac.at

I had the same problem, maybe it's a bug ...

Try Window --> Preferences --> Java --> Compiler --> Building
And set at Circular Dependencies to Warning or Ignore ;)

regards,
Stefan

Nick Allen schrieb:
> I am creating a feature based on multiple plugins. These plugins of
> course have dependencies on one another. The system tells me that a
> cycle is detected in the build path of my project and that it cannot be
> built. I have manually reviewed the plugin dependencies and see no
> cycles. I have also used the "Look for cycles in the dependency graph"
> tool availble from the plugin descriptor editor, which tells me that
> there are NO cycles.
>
> Does anyone have a similar experience? What techniques can I use to
> track down the problem?
>
> Thanks
> Nick
Re: A cycle was detected in the build path of project [message #293950 is a reply to message #293887] Wed, 02 November 2005 15:31 Go to previous message
Eclipse UserFriend
Originally posted by: john.eclipsefaq.org

The build order is computed using information on the project classpath.
I suggest selecting your project in the Package Explorer, and running
PDE Tools > Update classpath from the context menu. This should remove
any cycles from your build order, assuming there are no cycles in your
plugin dependencies.
--

Nick Allen wrote:
> I am creating a feature based on multiple plugins. These plugins of
> course have dependencies on one another. The system tells me that a
> cycle is detected in the build path of my project and that it cannot be
> built. I have manually reviewed the plugin dependencies and see no
> cycles. I have also used the "Look for cycles in the dependency graph"
> tool availble from the plugin descriptor editor, which tells me that
> there are NO cycles.
>
> Does anyone have a similar experience? What techniques can I use to
> track down the problem?
>
> Thanks
> Nick
Previous Topic:Replacing an existing resource creation wizard (newWizards)
Next Topic:Problems migrating to 3.1
Goto Forum:
  


Current Time: Sun Nov 09 13:10:22 EST 2025

Powered by FUDForum. Page generated in 0.03215 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top