Bug 26712 - Copy task should accept filelist entries?
Summary: Copy task should accept filelist entries?
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: unspecified
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: 1.7.0
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 10:46 UTC by Dawid Weiss
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dawid Weiss 2004-02-06 10:46:52 UTC
I think it would be useful if Copy task could also accept filelist objects. For 
example, I created a task to track JAR dependencies of a given module and once 
I have these dependencies (the task creates a FileList object with a certain 
ID), I would like to copy them to one directory, flattening everything... 
FileSets are not good for this task, because they bound to one directory and 
filelist can contain files from more than one root filesystem (windows).
Comment 1 Matt Benson 2004-02-06 15:39:42 UTC
Since the problem cited with <fileset>s is the dir attribute, the basic need 
could be satisfied by (enhancement) Bug 18128, also.
Comment 2 Matt Benson 2006-04-11 19:55:29 UTC
fixed in 1.7 (HEAD)
Comment 3 Dawid Weiss 2006-04-12 07:44:30 UTC
Thanks Matt! This is definitely a request feature I've waited for the longest...
so long I forgot I posted it. Nothing personal -- I'm joking of course. Thanks
for taking care of it.