Bug 17381

Summary: [ExternalTools] Non-ant external tools always log output
Product: [Eclipse Project] Platform Reporter: Adam Schlegel <Adam_Schlegel>
Component: AntAssignee: Ryan Cooper <ryan_cooper>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P2 CC: simon_arsenault
Version: 2.0Keywords: ui
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Schlegel CLA 2002-05-23 12:07:02 EDT
When creating an external tool, there is checkbox to "Show execution log on 
console". Non-ant external tools do not respet this setting.

If the Log Console view is not open, then running a non-Ant external tool will 
only cause the view to be opened if the "Show execution log" option is 
selected. However, if the Log console view is already open, running the non-ant 
external tool will always log its output to the view. The view is only cleared 
before excution if the "Show execution log" option is selected.
Comment 1 Nick Edgar CLA 2002-05-27 23:24:15 EDT
Need to have this checkbox for non-Ant external tools as well.
Be sure to still siphon off output from the Process if it's being discarded, 
otherwise it will hang if it generates a lot of output and fills the buffer.
Comment 2 Ryan Cooper CLA 2002-06-03 08:21:25 EDT
Build: 20020602 (F2 candidate 2)

Fix confirmed.
Comment 3 Adam Schlegel CLA 2002-06-12 10:14:30 EDT
Verified in 20020611