Bug 21405 - Eclipse generated build.xml not resolving reexported dependencies
Summary: Eclipse generated build.xml not resolving reexported dependencies
Status: RESOLVED DUPLICATE of bug 20119
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-09 10:59 EDT by Anthony Hunter CLA
Modified: 2002-07-09 14:43 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 Anthony Hunter CLA 2002-07-09 10:59:51 EDT
I have three plug-ins common, one and two. Common has reexported all of its 
dependent plug-ins. One depends on only Common and reexports this dependancy. 
Two depends on only One and resolves its depenency on Common since One 
reexported it.

This configuration compiles fine in Eclipse 2.0 GA and there are no compile 
warnings or errors.

For all three plug-ins, I generate a build.xml and run Ant on them. common and 
one compile fine. 

Plug-in two has errors resulting from common dependent plug-ins missing from 
the classpath. 

The obvious workaround is to have two depend on one and common, but this 
eliminates the usefulness if reexporting and hiding internal dependencies.
Comment 1 Rodrigo Peretti CLA 2002-07-09 14:43:23 EDT

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