Bug 24832

Summary: Recurency between projects
Product: [Eclipse Project] JDT Reporter: Rafal Bledzinski <rafal.bledzinski>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Rafal Bledzinski CLA 2002-10-16 09:49:52 EDT
When two project refenrence in build path to each other, there is no way to get
it work. I get an message, of detected cycle in classpath.

Is there any way around?
Comment 1 Sonia Dimitrov CLA 2002-10-16 14:45:52 EDT
This may be a duplicate of 23979.
Comment 2 Philipe Mulet CLA 2002-10-17 05:32:12 EDT
You can force it to build anyway by changing the Java compiler preferences 
(Window>Preferences>Java>Compiler>Other>Circular dependencies>Warning). But be 
aware that cycles may not be properly build since only one pass is performed on 
each project (and according to the build order presented in the preferences 
Window>Preferences>Build order).

We are trying to improve this behavior, but it is quite hard in the light of 
other builder co-workers (which could generate .java files before us, or 
eat .class files after us).
Comment 3 Philipe Mulet CLA 2003-01-29 12:06:39 EST

*** This bug has been marked as a duplicate of 20614 ***