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 59357 - Projects do not include dependencies recursively
Summary: Projects do not include dependencies recursively
Status: RESOLVED DUPLICATE of bug 47507
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-27 21:51 UTC by _ gtzabari
Modified: 2009-09-21 12:58 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 _ gtzabari 2005-05-27 21:51:20 UTC
dev build 200505171800

Given:

Project A depends on project B
Project B depends on project C

when compiling Project A, project C is not placed on its classpath, but by
transitivity, it should! As a result, project A complains about missing classes
that are found in project C.
Comment 1 Jesse Glick 2005-05-31 18:14:14 UTC
It is not necessarily the case that C should be on A's compile classpath.
Perhaps yes, perhaps no; depends on the content. Generally C *should* be on A's
runtime classpath, for which see issue #47507.

*** This issue has been marked as a duplicate of 47507 ***
Comment 2 Jan Jancura 2009-09-18 12:52:28 UTC
*** Issue 167955 has been marked as a duplicate of this issue. ***
Comment 3 Jan Jancura 2009-09-21 12:58:18 UTC
*** Issue 167955 has been marked as a duplicate of this issue. ***