Community
Participate
Working Groups
Build Identifier: cdt head (updated a few days ago) Project build doesn't print anything on Console if no error parser is selected Reproducible: Always Steps to Reproduce: 1. Create a Hello World ANSI C Project with Linux GCC (name it Linux) 2. In Properties->Settings->Error Parsers, deselect all parsers. 3. Build the project. The executable is built, but "Console" window only shows **** Build of configuration Debug for project Linux **** and nothing else.
Created attachment 171873 [details] patch
My.. you are fast. :-) Yes, that seems to have fixed it. Thanks!
*** cdt cvs genie on behalf of agvozdev *** bug 316816: Project build doesn't print anything on Console if no error parser is selected [*] ErrorParserManager.java 1.66 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/src/org/eclipse/cdt/core/ErrorParserManager.java?root=Tools_Project&r1=1.65&r2=1.66
(In reply to comment #2) > My.. you are fast. :-) > Yes, that seems to have fixed it. Thanks! Yes, I like removing stuff. Commited on HEAD (8.0). Thanks for reporting.
Committed on 7.0.1 as well.
*** cdt cvs genie on behalf of agvozdev *** bug 316816: Project build doesn't print anything on Console if no error parser is selected [*] ErrorParserManager.java 1.65.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/src/org/eclipse/cdt/core/ErrorParserManager.java?root=Tools_Project&r1=1.65&r2=1.65.2.1