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 166954 - "Sources Window" missing library wrapper's project's source
Summary: "Sources Window" missing library wrapper's project's source
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-06-12 00:55 UTC by err
Modified: 2010-02-04 16:23 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 err 2009-06-12 00:55:25 UTC
The jVi modules suite has two modules; one is a library wrapper for a simple java project. The libraray wrapper is setup
as described in http://wiki.netbeans.org/DevFaqWrapperModules "Using a wrapper module for an existing project" Method 2.

In 6.5 and earlier the source root for the java project showed up.
Comment 1 err 2009-06-12 00:56:11 UTC
Noted a REGRESSION
Comment 2 err 2009-07-05 00:05:43 UTC
mschovanek,
When the component of this issue was changed to apisupport, should the assigned to have been changed as well?
Comment 3 Jesse Glick 2010-02-04 16:23:15 UTC
Don't know anything about the Sources window, but source associations are working fine for me. In a dev build, open c.s.collablet/src/org/netbeans/modules/collab/core/bridge/NbAccountManager.java from the NB main repo. Occurrences of "Account" when Ctrl-clicked link to c.s.collablet/collablet/src/com/sun/collablet/Account.java as expected, based upon

<class-path-extension>
    <runtime-relative-path>ext/collablet-api.jar</runtime-relative-path>
    <binary-origin>collablet/dist/collablet-api.jar</binary-origin>
</class-path-extension>

where collablet is a nested j2seproject.