Bug 16742 - Missing reason in Could not parse Ant file error prompt
Summary: Missing reason in Could not parse Ant file error prompt
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 major (vote)
Target Milestone: ---   Edit
Assignee: Ryan Cooper CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2002-05-22 07:05 EDT by Aldo Eisma CLA
Modified: 2002-05-30 11:47 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aldo Eisma CLA 2002-05-22 07:05:04 EDT
When you make an error in an Ant build file (in this case xml that is not well-
formed) and you select Run Ant ... from the pop-up menu for the Ant, you get an 
error prompt "Could not parse Ant file" without any further explanation.

It would be helpful to display the same message as you would get in the console 
when running a target as external tool.
"D:\eclipse\workspace\Hello\hello.xml:4: The content of elements must consist 
of well-formed character data or markup."

See also bug 16740.
Comment 1 Simon Arsenault CLA 2002-05-30 11:47:51 EDT
Error handling improved to include parsing error messages in dialog. In build > 
2002-05-30