Re: appending to fileset

2008-06-10 Thread Dominique Devienne
On Sun, Jun 8, 2008 at 11:22 PM, Shawn Castrianni <[EMAIL PROTECTED]> wrote: > Is there a way to incrementally add files to a fileset? > I am building a fileset by looping through an XML file and need to add files > to a named fileset one by one if they meet certain criteria. > Is this possible wit

RE: appending to fileset

2008-06-10 Thread Rebhan, Gilbert
-Original Message- From: Shawn Castrianni [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2008 6:23 AM To: 'Ant Users List' Subject: appending to fileset /* Is there a way to incrementally add files to a fileset? I am building a fileset by looping through an XML file and n

appending to fileset

2008-06-08 Thread Shawn Castrianni
Is there a way to incrementally add files to a fileset? I am building a fileset by looping through an XML file and need to add files to a named fileset one by one if they meet certain criteria. Is this possible without converting everything into paths or strings or stuff like that? --- Shawn