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 89706 - Source package folders need exclude filters
Summary: Source package folders need exclude filters
Status: RESOLVED DUPLICATE of bug 49026
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-20 21:24 UTC by nmatthews
Modified: 2006-11-25 02:17 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 nmatthews 2006-11-20 21:24:58 UTC
In the project properties dialog, there is the ability to add source package folders. Unfortunately, for 
historical reasons, my java source package directory is in the main directory. 
In other words, autogen, build, dist, and com all exist at the same level. On a unix based system, I can 
create a src directory and make a symlink to the com directory, but for windows this doesn't work.

There should be a way to filter out directories from the source package folder which should not be 
included for source file lookup.

This appears to impact the performance of scanning classpaths for me, which renders Go To Source 
useless.
Comment 1 Jesse Glick 2006-11-25 02:17:00 UTC

*** This issue has been marked as a duplicate of 49026 ***