Re: Easier Way To Check and Install jars

2008-01-08 Thread David Brown
I have a suspicion you can do this without the Antcall. If I get a chance I will look at some builds I have. My current gig does not allow internet access at work. I'll take a look back in 12 hours. Francisco Tolmasky wrote .. > I wrote up a "short" install target in my ant file to make sure I h

AW: AW: AW: Easier Way To Check and Install jars

2008-01-08 Thread Jan.Materne
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 >

Re: AW: AW: Easier Way To Check and Install jars

2008-01-07 Thread Francisco Tolmasky
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

AW: AW: Easier Way To Check and Install jars

2008-01-07 Thread Jan.Materne
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

Re: AW: Easier Way To Check and Install jars

2008-01-07 Thread Francisco Tolmasky
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

AW: Easier Way To Check and Install jars

2008-01-07 Thread Jan.Materne
> 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/$

Easier Way To Check and Install jars

2008-01-07 Thread Francisco Tolmasky
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: "Tools/Ant/${JarName}.jar" />