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 - "Build" on C/C++ project does nothing and doesn't give any feedback
Summary: "Build" on C/C++ project does nothing and doesn't give any feedback
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-30 18:52 UTC by kalle1
Modified: 2015-06-23 21:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (33.86 KB, text/x-log)
2015-05-30 18:52 UTC, kalle1
Details

Note You need to log in before you can comment on or make changes to this bug.
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).