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

Summary: Project imports don't import their dependencies.
Product: java Reporter: i30817 <i30817>
Component: ClasspathAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.