RE: Get copied fileset

2007-02-26 Thread James Oltmans
27;to' location. I hope that helps someone! James -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Friday, February 23, 2007 3:39 PM To: Ant Users List Subject: Re: Get copied fileset Hello James,

Re: Get copied fileset

2007-02-23 Thread Antoine Levy-Lambert
Hello James, there is no direct way to extract from the copy task these files. what do you want to do once you have found the set of files which are getting copied. Some tasks work with filesets and mappers. Applying a mapper to the "new.files" fileset will give you what you want. Also have