Bug 27983

Summary: Ant logger does not respect console buffer size
Product: [Eclipse Project] Platform Reporter: Darin Wright <darin.eclipse>
Component: AntAssignee: Darin Swanson <Darin_Swanson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: ui
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.