Bug 27128 - Hyperlinking for Ant tasks does not work on older Ants
Summary: Hyperlinking for Ant tasks does not work on older Ants
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-11-25 16:10 EST by Darin Swanson CLA
Modified: 2002-12-02 16:49 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-25 16:10:13 EST
The format for the Location.toString() has changed between Ant 1.4.1 and Ant 
1.5.1 (there is no "file:" specification in Ant 1.4.1).
This breaks our generation of hyperlinks on the older Ant installs.
Comment 1 Darin Swanson CLA 2002-12-02 16:12:33 EST
Fixed in AntProcessBuildLogger
Please verify.
Comment 2 Darin Wright CLA 2002-12-02 16:49:14 EST
Verified code.