Re: How to store date time as a long value into a text file.

2008-05-05 Thread Scot P. Floess
e produced by System.currentTimeMillis() in the created file. Thanks for your response. Regards Ravi. -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Sunday, April 27, 2008 7:33 PM To: Ant Users List Subject: Re: How to store date time as a long value into a

RE: How to store date time as a long value into a text file.

2008-05-02 Thread Ravi Roy
. Floess [mailto:[EMAIL PROTECTED] Sent: Sunday, April 27, 2008 7:33 PM To: Ant Users List Subject: Re: How to store date time as a long value into a text file. Did you look at the tstamp task? Ravi Roy wrote: > Just to inform the list, I was not able

Re: How to store date time as a long value into a text file.

2008-04-27 Thread Scot P. Floess
was trying to avoid ;-) Regards, Ravi. -Original Message- From: Ravi Roy [mailto:[EMAIL PROTECTED] Sent: Saturday, April 26, 2008 1:35 PM To: Ant Users List Subject: How to store date time as a long value into a text file. Hi all, I have searched the archives, but I am not able to get

RE: How to store date time as a long value into a text file.

2008-04-27 Thread Ravi Roy
26, 2008 1:35 PM To: Ant Users List Subject: How to store date time as a long value into a text file. Hi all, I have searched the archives, but I am not able to get the answer of my question. My problem is I want to create a file say "foo" and store current time as long value in that

How to store date time as a long value into a text file.

2008-04-26 Thread Ravi Roy
Hi all, I have searched the archives, but I am not able to get the answer of my question. My problem is I want to create a file say "foo" and store current time as long value in that using Ant. For example : long myvar = System.currentTimeMillis(); would produce a long value of current date tim