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 - dependencies of dependencies not included in project distribution
Summary: dependencies of dependencies not included in project distribution
Status: RESOLVED DUPLICATE of bug 70076
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-30 14:47 UTC by jportway
Modified: 2006-10-23 16:40 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 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 ***