Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314672 - Don't echo "Unable to find full path for 'autoreconf'" to terminal
Summary: Don't echo "Unable to find full path for 'autoreconf'" to terminal
Status: CLOSED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-autotools (show other bugs)
Version: 8.1.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jeff Johnston CLA
QA Contact: Jeff Johnston CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 10:13 EDT by Andrew Overholt CLA
Modified: 2014-07-25 15:55 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Overholt CLA 2010-05-27 10:13:57 EDT
We should never echo to the terminal (System.out or System.err) but should instead always use the Eclipse logging mechanism.
Comment 1 Jeff Johnston CLA 2014-07-25 15:55:42 EDT
Internal errors are logged whereas external command error messages are posted to the console as is done with other CDT commands such as make or gcc in the build console.