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 81435

Summary: dependencies of dependencies not included in project distribution
Product: java Reporter: jportway <jportway>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description jportway 2006-07-30 14:47:35 UTC
1) Create a project with a library dependency
2) create another project that depends on the first project
3) build the project created in stage 2

the resulting distribution contains the jar file for the project created in stage 1, but not the library 
dependencies for that project. This makes the (very useful) distribution packaging of dependencies 
useless for multi-project projects.

A work-around is to add every library dependency of every sub-project to the final build project, but this 
is very error prone and awkward.
Comment 1 Tomas Zezula 2006-09-12 15:01:58 UTC

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