Bug 14558 - Adding binary project doesn't fix classpath problems.
Summary: Adding binary project doesn't fix classpath problems.
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-24 15:45 EDT by DJ Houghton CLA
Modified: 2002-04-26 12:27 EDT (History)
0 users

See Also:


Attachments

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