Bug 24832 - Recurency between projects
Summary: Recurency between projects
Status: RESOLVED DUPLICATE of bug 20614
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-16 09:49 EDT by Rafal Bledzinski CLA
Modified: 2003-01-29 12:06 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***