Hello Charles,
you can build a fileset using the different selector which will be the fileset
you will copy. Read under concept and types in the manual what is the different
selector.
Here a possible solution :
regards,
Antoine
Origina
On 21 February 2006 23:52, Anderson, Rob (Global Trade) wrote:
> If the existance of a file is your condition, use a combination of
> , ,
> [...]
Thanks, I already implemented it using macros and task. Making
it the way you suggest would be kinda ugly in my case, since I need
to repeat the same
If the existance of a file is your condition, use a combination of
, ,
...
...
You could probably do something similar for equal files with the
task.
-Rob Anderson
> -Original Message-
> From: Paul Pogonyshev [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 17, 2006 7
On 17 February 2006 17:55, Matt Benson wrote:
> --- Paul Pogonyshev <[EMAIL PROTECTED]>
> wrote:
>
> > On 17 February 2006 17:07, Burgess, Benjamin wrote:
> > > Ant-contrib has an "if" task which you could use.
> > >
> > > http://ant-contrib.sourceforge.net/
> > >
> > > However, the traditional
--- Paul Pogonyshev <[EMAIL PROTECTED]>
wrote:
> On 17 February 2006 17:07, Burgess, Benjamin wrote:
> > Ant-contrib has an "if" task which you could use.
> >
> > http://ant-contrib.sourceforge.net/
> >
> > However, the traditional Ant solution is to split
> each piece of
> > functionality into
On 17 February 2006 17:07, Burgess, Benjamin wrote:
> Ant-contrib has an "if" task which you could use.
>
> http://ant-contrib.sourceforge.net/
>
> However, the traditional Ant solution is to split each piece of
> functionality into its own target, set properties based on condition,
> and use the
Ant-contrib has an "if" task which you could use.
http://ant-contrib.sourceforge.net/
However, the traditional Ant solution is to split each piece of
functionality into its own target, set properties based on condition,
and use the if / unless attributes on the targets.
Ben
-Original Messag