This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 80618

Summary: Transitive dependencies are not respected after importing
Product: projects Reporter: Tomas Danek <musilt2>
Component: JBuilder project importerAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Tomas Danek 2006-07-19 14:52:23 UTC
5.5 beta2 20060718, JBUILDER Importer 1.2.1

1) Create in JBuilder project A, B, and C; A depends on B, B depends on C.
2) Add some call (of something in C) to A. Everything works, since A is
*transitive* dependent on A.
3) After importing to NetBeans, transitive dependency is not respected, A cannot
be build, has not C on classpath.

Solution:
- wait until root cause issue 47507 gets fixed (probably better one)
- or create workaround that explicitly adds transitive dependencies to projects
Comment 1 rmatous 2006-07-19 14:58:06 UTC

*** This issue has been marked as a duplicate of 47507 ***