Re: Question of checking file size

2004-05-19 Thread Tarik El Berrak
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 18, 2004 8:47 PM Subject: Question of checking file size Hello, I just started using Ant. I was wondering if anyone could tell me how to check a size of a file. I want to skip a process if a certain file is

RE: Question of checking file size

2004-05-19 Thread Robert MacMunn
Bob -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 4:54 AM To: Ant Developers List Subject: Re: Question of checking file size Robert MacMunn wrote: > > Hello, > I just started using Ant. I was wondering if anyone could tell >

RE: Question of checking file size

2004-05-19 Thread Jose Alberto Fernandez
May 2004 09:54 > To: Ant Developers List > Subject: Re: Question of checking file size > > > Robert MacMunn wrote: > > > > Hello, > > I just started using Ant. I was wondering if anyone could > > tell me how to check a size of a file. I want to s

Re: Question of checking file size

2004-05-19 Thread Steve Loughran
Robert MacMunn wrote: Hello, I just started using Ant. I was wondering if anyone could tell me how to check a size of a file. I want to skip a process if a certain file is empty. Thanks Bob There is nothing explicitly to do that. But there is a condition. If you have a template

RE: Question of checking file size

2004-05-19 Thread Jan . Materne
1. I think that is more a topic for the user list 2. there is no buildin solution 3. Custom solutions a) using

Question of checking file size

2004-05-18 Thread Robert MacMunn
Hello, I just started using Ant. I was wondering if anyone could tell me how to check a size of a file. I want to skip a process if a certain file is empty. Thanks Bob