I think you have to use a nested .
See the manual ...
Jan
> -Ursprüngliche Nachricht-
> Von: Francisco Tolmasky [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 8. Januar 2008 07:43
> An: Ant Users List
> Betreff: Re: AW: AW: Easier Way To Check and Install jars
>
uot;b" is not present.
If you want that "a" should always be copied, set "overwrite"
attribute to true.
See manual::CoreTasks::copy
Jan
-Ursprüngliche Nachricht-
Von: Francisco Tolmasky [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 8. Januar 2008 07:13
icht-
> Von: Francisco Tolmasky [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 8. Januar 2008 07:13
> An: Ant Users List
> Betreff: Re: AW: Easier Way To Check and Install jars
>
> Is there a way to have copy not copy regardless of whether
> there is a
> newer o
Is there a way to have copy not copy regardless of whether there is a
newer or older version already there?
Francisco
On Jan 7, 2008, at 10:05 PM, <[EMAIL PROTECTED]> wrote:
Easier would be just to do a
would check if the target file exists or is older than the
cop
> I wrote up a "short" install target in my ant file to make
> sure I have
> everything necessary to run script tasks, but it seems overly
> verbose
> for such a simple task:
>
>
You cant use properties in the if/unless attribute of the target.
>
> "Tools/Ant/$