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

Summary: Projects do not include dependencies recursively
Product: projects Reporter: _ gtzabari <gtzabari>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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