Bug 14558

Summary: Adding binary project doesn't fix classpath problems.
Product: [Eclipse Project] JDT Reporter: DJ Houghton <dj.houghton>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description DJ Houghton CLA 2002-04-24 15:45:24 EDT
build 2002-04-23+JUI patch on WinXP.

- in my workspace I have org.apache.ant (binary project) and 
org.eclipse.core.resources (source project) and others. 
- org.eclipse.core.resources requires org.apache.ant. 
- I remove Ant from the workspace and have a problem with the classpath. 
- I re-import Ant as a binary project and the problem still remains on 
org.eclipse.core.resources saying that it is missing the ant.jar from the Ant 
project. 
- If I do a Rebuild on org.eclipse.core.resources its ok.
Comment 1 Erich Gamma CLA 2002-04-24 19:52:10 EDT
moving to JDT CORE
Comment 2 Jerome Lanneluc CLA 2002-04-26 12:27:26 EDT
Classpath related markers where not updated for the dependent projects when a 
project was added, removed, opened or closed.
Fixed.