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 251769 - Allow creation without makefile
Summary: Allow creation without makefile
Status: RESOLVED DUPLICATE of bug 247758
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-11 11:43 UTC by antoniocs
Modified: 2015-04-13 11:01 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 antoniocs 2015-04-11 11:43:01 UTC
I know makefiles are important but sometimes I clone C projects from github that don't have any.

Is is possible to just allow the user to create a project and not stop him if there is no makefile? This is extremely annoying.

I normally just use Netbeans just to edit the code and not run the compile commands, I do those on the command like, so this is really irritating.
Comment 1 Vladimir Voskresensky 2015-04-13 11:01:18 UTC
In your NB 8.0.2 version makefile is not required as well. It is just incorrect confusing spelling, so you can specify any file as your "makefile" and wizard would allow go further.

I'd recommend to try daily.
http://wiki.netbeans.org/NewAndNoteworthyNB81#New_Project_Wizard
Wizard was reworked and we are looking for feedback!
http://bits.netbeans.org/download/trunk/nightly/latest/

*** This bug has been marked as a duplicate of bug 247758 ***