Bug 27983 - Ant logger does not respect console buffer size
Summary: Ant logger does not respect console buffer size
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-12-09 17:09 EST by Darin Wright CLA
Modified: 2003-01-06 16:20 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 Wright CLA 2002-12-09 17:09:42 EST
The console output is now (optionally) buffered. The ant logger keeps a track 
of the "length" of the console output to assign regions to hyperlinks. However, 
when/if the console is "trimmed", this value becomes invalid and hyperlinks are 
assigned invalid ranges.
Comment 1 Darin Wright CLA 2003-01-02 15:33:19 EST
Fixed. The fix involves creating a manager that stores hyperlinks with 
associated processes. Then, as lines are appended to the console, the links for 
the associated process are processed. See AntProcessBuildLogger, 
TaskLineTracker, and TaskLinkManager.
Comment 2 Darin Wright CLA 2003-01-02 15:33:35 EST
Please verify.
Comment 3 Darin Swanson CLA 2003-01-06 16:20:44 EST
Verified.