Bug 21405

Summary: Eclipse generated build.xml not resolving reexported dependencies
Product: [Eclipse Project] PDE Reporter: Anthony Hunter <ahunter>
Component: BuildAssignee: DJ Houghton <dj.houghton>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ***