Bug 26638

Summary: Too much logging to the log
Product: [Eclipse Project] Platform Reporter: Darin Swanson <Darin_Swanson>
Component: AntAssignee: Darin Wright <darin.eclipse>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P2 Keywords: core
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Darin Swanson CLA 2002-11-19 00:47:36 EST
AntRunner is logging way to much to the plugin log.

We need to come up with a mechanism to distinquish between user error and an 
internal error that needs to be persisted in the log for bug reporting.
Comment 1 Darin Swanson CLA 2002-11-25 21:26:08 EST
Changes to AntRunner:
For errors resulting from BuildExceptions (user error) we no longer log to the 
plugin log.
For errors resulting from other exceptions (internal errors), we still log to 
the plugin log.

Removed some logging from the AntTargetsTab as well.
Comment 2 Darin Wright CLA 2002-12-02 09:45:04 EST
Verified