Re: Selecting files from disparate directories when the files are not in other directories

2007-02-08 Thread sam.hendley
You should look at the selectors in ant 1.7 (1.62?) they should allow you to build the fileset by using the selector in the fileset. Mikael Sitruk-2 wrote: > > > Hi > > > > Is it possible to select a set of files from several directories only if > they are not present in another set of d

RE: Copying multiple source trees without loops

2007-02-08 Thread sam.hendley
> and just pass the source dir to this as an attribute. Then just invoke > the macro once for each tree. Its neat, fast and simple. > > Miles > >> -Original Message- >> From: sam.hendley [mailto:[EMAIL PROTECTED] >> Sent: Thursday 08 February 2007 00:47 &g

Copying multiple source trees without loops

2007-02-07 Thread sam.hendley
I have been hacking at this problem for about an hour and I have to believe that there must just be something basic I am missing. I am rewriting our build scripts to be more maintainable, useful and faster. I am trying to avoid using antcontrib this time as all the loops and antcalls I had were ki