Bug 16876

Summary: [ExternalTools] Useless error message when tool not found
Product: [Eclipse Project] Platform Reporter: Adam Schlegel <Adam_Schlegel>
Component: AntAssignee: Nick Edgar <n.a.edgar>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 Keywords: ui
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Schlegel CLA 2002-05-22 11:53:30 EDT
Create a new External tool that does not exist, say to c:\does\not\exist.bat.
When run using Run->External Tools, this pops up a dialog saying:

ExternalToolsAction.runAntProblem
Reason:
External tool runner internal error

The tool being run is not an Ant file, so the error message should not mention 
Ant. Also, "External tool runner internal error" should be replaced with a more 
useful "tool not found" message.

The same error dialog pops up when trying to run an Ant script that does not 
exist.
Comment 1 Nick Edgar CLA 2002-05-27 14:48:37 EDT

*** This bug has been marked as a duplicate of 17324 ***