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 222810 - can't exclude 'build' folder from Projects tab
Summary: can't exclude 'build' folder from Projects tab
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-27 11:05 UTC by soldatov
Modified: 2012-11-30 02:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (13.27 KB, image/png)
2012-11-27 11:10 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-11-27 11:05:37 UTC
my typical scenario:
- all generated files are located in 'build' folder
- exclude 'build' folder from Projects tab
==> in NB 7.3 I can't exclude this folder

simple test case:
- unpack QLife
- call New Project wizard
- Select C/C++ category and "C/C++ Project with Existing Sources" project type
- Press Next
- Select folder with sources
- Select Custom mode
- Press Next
- Switch on 'Run Configure Script in Subfolder' checkbox
- Press Next 4 times
- Press Finish
==> ok
- Call context menu on project and select Properties
- Set '^(nbproject|build)$' in Ignored Folders Pattern text field
- Press OK
- Rebuild project
- Check Project tab
==> 'build' folder exist
- Restart IDE
==> 'build' folder has 'Failed to load project' icon
Comment 1 soldatov 2012-11-27 11:10:06 UTC
Created attachment 128443 [details]
screenshot
Comment 2 Vladimir Voskresensky 2012-11-27 11:20:39 UTC
ignored pattern should have priority for project view
Comment 4 Quality Engineering 2012-11-30 02:38:49 UTC
Integrated into 'main-golden', will be available in build *201211300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/87c4a91e7092
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing #222810 - can't exclude 'build' folder from Projects tab
- fix annotated icon message