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 178076 - *.c and *.cc pattern don't work in Makefile wizard
Summary: *.c and *.cc pattern don't work in Makefile wizard
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 06:26 UTC by dnikitin
Modified: 2009-12-05 14:34 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 dnikitin 2009-12-03 06:26:55 UTC
Product Version: NetBeans IDE 6.8 RC2 (Build 200912022200)
Java: 1.6.0_17; Java HotSpot(TM) Client VM 14.3-b01
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
-------------------------------------------------------

-- Create C/C++ application project
-- Add file.c or file.cc 
-- Invoke Add new MAKEFILE wizard
-- Go to 'Enter Source Files' step
-- Enter *.cc or *.c in text field and press Add button
==> Neither file.c nor file.cc are found.
Comment 1 Thomas Preisler 2009-12-04 15:36:22 UTC
Makefile wizard is not part of the project system. Reassigning....
Comment 2 Thomas Preisler 2009-12-04 17:20:33 UTC
Fixed.

(Interesting) Note: The makefile wizard is some of the oldest code in CND, written long before CND and projects came along. It was originally written for Unix and ported to windows when the code was moved to the old CPP module (before CND). In all these years the part I just fixed has *never* worked on Windows! Nobody has ever reported it so it cannot be the most used component in CND!
Comment 3 Quality Engineering 2009-12-05 14:34:54 UTC
Integrated into 'main-golden', will be available in build *200912051400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/65a13834b344
User: Thomas Preisler <thp@netbeans.org>
Log: #178076 *.c and *.cc pattern don't work in Makefile wizard