Bug 5614 - Update copy task - Project.copy(..) has been deprecated.
Summary: Update copy task - Project.copy(..) has been deprecated.
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Rodrigo Peretti CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-07 10:36 EST by Rodrigo Peretti CLA
Modified: 2001-11-23 10:39 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 Rodrigo Peretti CLA 2001-11-07 10:36:51 EST
In Ant 1.4 the copy methods on Project are deprecated. We overwrite one of 
these methods in our EclipseProject class so that we can copy file attributes 
as well. We have to update our code properly to avoid using the deprecated 
methods.
Comment 1 Rodrigo Peretti CLA 2001-11-23 10:39:57 EST
Fixed and released into HEAD.