Bug 26638 - Too much logging to the log
Summary: Too much logging to the log
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-11-19 00:47 EST by Darin Swanson CLA
Modified: 2002-12-02 09:45 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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