Bug 2052

Summary: Build Error info not accessible (1GDUXNJ)
Product: [Eclipse Project] Platform Reporter: Jeff McAffer <jeffmcaffer>
Component: UIAssignee: Eduardo Pereira <eduardo_pereira>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Jeff McAffer CLA 2001-10-10 22:25:26 EDT
When you get a build error (e.g., after saving a file with autobuild on), the UI puts up a 
dialog which says
	"Errors during build"
The actual exception which is thrown back has much more information in it.  Recent changes
mean that the build will not fail completely when the first builder fails.  We will continue to
try and run all of the builders.  As a result, the general form of the exception status is 
	multistatus ("Errors during build")
		istatus ("builder 1 error")
		istatus ("builder 2 error")
		...
This seems like a prime candidate for the "Details" button.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 17:48:19 EST
PRODUCT VERSION:

107
Comment 2 Eduardo Pereira CLA 2002-02-11 16:56:12 EST
We should review all places we use MessageDialog.openError and use a 
ErrorDialog when we have the IStatus or access to it.
Comment 3 Tod Creasey CLA 2002-05-30 15:01:03 EDT
Reviewed UI component and fixed all references that have a status