Re: getting file size?

2006-12-21 Thread David Kavanagh
Thanks! The synonym generator in my head wasn't working! On 12/21/06, Scot P. Floess <[EMAIL PROTECTED]> wrote: David: look at the task... It works for files... David Kavanagh wrote: > If there is a way, I haven't found it... but I'm going to ask anyway. > Is there any way to get the size of

Re: getting file size?

2006-12-21 Thread Scot P. Floess
David: look at the task... It works for files... David Kavanagh wrote: If there is a way, I haven't found it... but I'm going to ask anyway. Is there any way to get the size of a file into a property? I need to update a .jad file and I know there are special tasks for doing it, but I'd rather

getting file size?

2006-12-21 Thread David Kavanagh
If there is a way, I haven't found it... but I'm going to ask anyway. Is there any way to get the size of a file into a property? I need to update a .jad file and I know there are special tasks for doing it, but I'd rather be able to use normal file filtering using a props set. Daivd ---

Re: getting file size

2004-12-28 Thread David Kavanagh
sure! Gmail can handle decent size files, so that will work with me. David On Tue, 28 Dec 2004 07:44:16 -0800 (PST), Ivan Ivanov <[EMAIL PROTECTED]> wrote: > Shell I send it to you offline? > > --- David Kavanagh <[EMAIL PROTECTED]> wrote: > > > Thanks! I'm having problems getting the js.jar I

Re: getting file size

2004-12-28 Thread Ivan Ivanov
Shell I send it to you offline? --- David Kavanagh <[EMAIL PROTECTED]> wrote: > Thanks! I'm having problems getting the js.jar I > need through our > firewall at work, but I'll try it out at home later. > > David > > On Mon, 27 Dec 2004 13:44:48 -0800 (PST), Ivan > Ivanov > <[EMAIL PROTECTED]>

Re: getting file size

2004-12-28 Thread David Kavanagh
Thanks! I'm having problems getting the js.jar I need through our firewall at work, but I'll try it out at home later. David On Mon, 27 Dec 2004 13:44:48 -0800 (PST), Ivan Ivanov <[EMAIL PROTECTED]> wrote: > David, yes it is possible by using javascript: > > > > > >

Re: getting file size

2004-12-27 Thread Ivan Ivanov
David, yes it is possible by using javascript: $${filesize} is ${filesize} HTH Ivan --- David Kavanagh <[EMAIL PROTECTED]> wrote: > I'm using ant for a J2ME project and I need to get > the jar file size > into my .jad file. So, I was looking for s

getting file size

2004-12-27 Thread David Kavanagh
I'm using ant for a J2ME project and I need to get the jar file size into my .jad file. So, I was looking for something in Ant that might let me read the size of a file into a property. I couldn't find anything! I have no problem writing a custom task, but I really hope there is something existing