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 268138 - Optionally include all libraries from referenced project
Summary: Optionally include all libraries from referenced project
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-21 13:02 UTC by tkellerer
Modified: 2016-09-21 13:02 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 tkellerer 2016-09-21 13:02:11 UTC
It's possible to add one project to the classpath of another project. With that, the second project can use/references classed that are part of the first project. 

Very often the referencing project also needs to use the libraries that the first project uses. Currently all libraries need to either be added to the second project manually or through a IDE-wide library definition. 

Manually adding all libraries is a really cumbersome and cluttering the IDE with project specific libraries is also not helpful. Especially if the NetBeans project definition is shared e.g. through Subversion or Git. 

When adding a project as a "library" it should be possible to have an option "Inherit references libraries".