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 - Transitive dependencies are not respected after importing
Summary: Transitive dependencies are not respected after importing
Status: RESOLVED DUPLICATE of bug 47507
Alias: None
Product: projects
Classification: Unclassified
Component: JBuilder project importer (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-19 14:52 UTC by Tomas Danek
Modified: 2008-01-04 14:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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