Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 316816 - Project build doesn't print anything on Console if no error parser is selected
Summary: Project build doesn't print anything on Console if no error parser is selected
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 7.0   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: 7.0.1   Edit
Assignee: Andrew Gvozdev CLA
QA Contact: Chris Recoskie CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 15:35 EDT by Miwako Tokugawa CLA
Modified: 2010-06-25 10:19 EDT (History)
0 users

See Also:


Attachments
patch (787 bytes, patch)
2010-06-14 17:06 EDT, Andrew Gvozdev CLA
angvoz.dev: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miwako Tokugawa CLA 2010-06-14 15:35:56 EDT
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.
Comment 1 Andrew Gvozdev CLA 2010-06-14 17:06:35 EDT
Created attachment 171873 [details]
patch
Comment 2 Miwako Tokugawa CLA 2010-06-14 17:11:15 EDT
My.. you are fast. :-)
Yes, that seems to have fixed it. Thanks!
Comment 3 CDT Genie CLA 2010-06-15 18:23:06 EDT
*** 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
Comment 4 Andrew Gvozdev CLA 2010-06-15 18:23:36 EDT
(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.
Comment 5 Andrew Gvozdev CLA 2010-06-15 21:44:35 EDT
Committed on 7.0.1 as well.
Comment 6 CDT Genie CLA 2010-06-15 22:23:08 EDT
*** 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