Bug 69299 - Project References do not reflect build path projects
Summary: Project References do not reflect build path projects
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0.1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-05 11:41 EDT by Rob Oxspring CLA
Modified: 2004-07-05 12:40 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 Rob Oxspring CLA 2004-07-05 11:41:34 EDT
In the project properties, adding a project in Java Build Project no longer adds
a Project Reference entry.  This is a shame since our ant build uses this as
dependancy information.

Rob
Comment 1 Philipe Mulet CLA 2004-07-05 12:40:55 EDT
We are now setting project dynamic references, instead of static ones. 

These should be visible still through API: IProject.getReferencedProjects()
but no longer persisted in .project file, as no longer necessary. Dynamic 
project references allow to compute classpath dynamically, and not resulting 
in outgoing changes on .project file as a side-effect.

Please reopen if you found a case where the above API did not work correctly, 
and then provide steps to reproduce.