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 195376 - IDE needs to get source&docs for module's wrapped libriary from its parent(original) libriary
Summary: IDE needs to get source&docs for module's wrapped libriary from its parent(or...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: Geertjan Wielenga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-12 08:17 UTC by rov63rus
Modified: 2011-02-12 08:18 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 rov63rus 2011-02-12 08:17:34 UTC
Today I face with some interesting behavior of the IDE.
The 3'party libriary was correctly added to libriary manager.
So I made the module based on that wrapped libriary for my rcp.

The point is if I use that libriary for standart java project the doc&sources are visible to IDE.
But for my rcp the docs&sources for that libriary are not visible.

This FAQ
http://wiki.netbeans.org/DevFaqWhenUseWrapperModule
helped me.
 
By default "Project props"/"Libriaries"/"Wrapped labriaries"/"Edit button" was diabled.
So I've removed/added wrapped libriary again and when was able to define docs&sources.
I must do thit procedure on each PC I'm working for each of many modules. I think it is routine job. It could be cool If IDE was able to get docs&sources from origianal libriaries defined in Tools/Libriaries (if doc&sources are not provided).