Bug 25468 - Backwards compatibility with Ant 1.4.1
Summary: Backwards compatibility with Ant 1.4.1
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-10-28 15:43 EST by Darin Swanson CLA
Modified: 2002-11-12 16:44 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-10-28 15:43:09 EST
If the user sets Ant to use 1.4.1, all of the old problems such as handling 
<input> requests are not handled.
Comment 1 Darin Swanson CLA 2002-10-29 15:13:28 EST
Fixed in InternalAntRunner.
Please verify.
Comment 2 Darin Swanson CLA 2002-10-29 15:16:00 EST
This has mutated a bit...the <input> task does not exist in 1.4.1.
Simply, we should still work if the user changes the Ant classpath to point to 
1.4.1 libraries.
Comment 3 Jared Burns CLA 2002-11-12 16:44:02 EST
Verified.