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
An: user@ant.apache.org CC: Betreff: Get copied fileset > Is there any way to create a fileset from the copy task that lists the > files that were copied into the todir? >

Get copied fileset

2007-02-23 Thread James Oltmans
Is there any way to create a fileset from the copy task that lists the files that were copied into the todir? Here's the code snippet: --