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 252703

Summary: "Build" on C/C++ project does nothing and doesn't give any feedback
Product: cnd Reporter: kalle1
Component: executionAssignee: ilia
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log

Description kalle1 2015-05-30 18:52:05 UTC
Created attachment 153971 [details]
messages.log
Comment 1 kalle1 2015-05-30 18:55:48 UTC
This seems to be caused by another project whose `nbproject/configurations.xml` failed to be read, i.e. 

  * opening NetBeans should fail (worst solution)
  * the failed project should be closed automatically after reading the configuration file failed
  * the failed project should stay open and the reason why this affects the ability to build another unrelated project should be investigated and removed
Comment 2 ilia 2015-06-02 10:46:13 UTC
Hi,

There are no cnd.* modules enabled, as I can see from your log (maybe it's a log from another IDE session?).

This can be caused by "Features on demand".
Please, create a sample C/C++ project and send the IDE log again if it doesn't solve this problem.
Comment 3 kalle1 2015-06-23 21:32:30 UTC
I can't reproduce the issue that an errornous `configuration.xml` file doesn't cause failure at start of NetBeans. If I investigate further I'll split the issues (errornous file not triggering failure and silently failing build command).