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 169170 - Project imports don't import their dependencies.
Summary: Project imports don't import their dependencies.
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Classpath (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-25 17:55 UTC by i30817
Modified: 2009-11-12 05:50 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description i30817 2009-07-25 17:55:10 UTC
If i add a project as a library dependency, i need to manually import all the jars and projects and jars of those
projects the original project depends on. This is expected in jar files, but not on the project dependency IMO.
Comment 1 i30817 2009-07-25 18:01:59 UTC
Also in big projects, if a project dependency is eliminated, people can "forget" the project dependencies. Slightly user
unfriendly.

I've tested with a project depending on a project depending on a library now, and it doesn't work too.
Comment 2 i30817 2009-07-25 18:05:35 UTC
Everything as a library works fine though. And is very user friendly too. Just need to remember to update the library,
and create various for each SPI implementation
Comment 3 Jan Jancura 2009-09-07 14:12:23 UTC
Transitive project dependencies are not supported.