RE: Re: How to set the next week start date

2007-05-01 Thread cknell
t the next week start date Thanks Charles, Actually i need the starting date of the next week and last week .. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, April 27, 2007 7:00 PM Subject: RE: How to set the next week start date > On what day (for your purpo

Re: How to set the next week start date

2007-05-01 Thread Satheesh
Thanks Charles, Actually i need the starting date of the next week and last week .. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, April 27, 2007 7:00 PM Subject: RE: How to set the next week start date > On what day (for your purposes) does a week start? &

Re: How to set the next week start date

2007-05-01 Thread Satheesh
AM Subject: Re: How to set the next week start date > > Hi, > > Ninju Bohra wrote: > > Have you looked at the task (http://ant.apache.org/manual/CoreTasks/tstamp.html) > > > > Maybe something like: > > > > > >> offset=&quo

RE: How to set the next week start date

2007-04-30 Thread Rebhan, Gilbert
AM To: Ant Users List Subject: RE: How to set the next week start date Hi, -Original Message- From: Ninju Bohra [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 6:58 AM To: Ant Users List Subject: Re: How to set the next week start date /* Yeah...that's what happens whe

RE: How to set the next week start date

2007-04-29 Thread Rebhan, Gilbert
Hi, -Original Message- From: Ninju Bohra [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 6:58 AM To: Ant Users List Subject: Re: How to set the next week start date /* Yeah...that's what happens when you tweak sample code to demonstrate something...you always mix up some

Re: How to set the next week start date

2007-04-29 Thread Ninju Bohra
e From: Gilbert Rebhan <[EMAIL PROTECTED]> To: Ant Users List Sent: Friday, April 27, 2007 3:33:59 PM Subject: Re: How to set the next week start date Hi, Ninju Bohra wrote: > Have you looked at the task > (http://ant.apache.org/manual/CoreTasks/tstamp.html) > > Maybe some

Re: How to set the next week start date

2007-04-27 Thread Gilbert Rebhan
Hi, Ninju Bohra wrote: Have you looked at the task (http://ant.apache.org/manual/CoreTasks/tstamp.html) Maybe something like: i tried that on Win2000, with jdk 1.5.0_11 ant 1.6.5 Antversion == ${ant.version} Today == ${TODAY} $

Re: How to set the next week start date

2007-04-27 Thread Ninju Bohra
Have you looked at the task (http://ant.apache.org/manual/CoreTasks/tstamp.html) Maybe something like: Also when you say 'set the current date' what does that mean? Do you want to set on the OS, in an application or to a ANT property? If you want to calculate what '7 days from

RE: How to set the next week start date

2007-04-27 Thread cknell
On what day (for your purposes) does a week start? Will you take holidays into account? If so, what country's holidays will figure in? Are there any local holidays that should be taken into account? -- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: Satheesh <[EMAI

RE: How to set the next week start date

2007-04-27 Thread Rebhan, Gilbert
ert Sent: Friday, April 27, 2007 1:39 PM To: 'Ant Users List' Subject: RE: How to set the next week start date Hi, quick hack = - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to set the next week start date

2007-04-27 Thread Rebhan, Gilbert
Hi, quick hack =

Re: How to set the next week start date

2007-04-27 Thread Satheesh
Am using certain parameters in my Test Case. This will get replaced with the values in the build.xml files. Am using tokens for Current Date and Others stuffs. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, April 27, 2007 3:28 PM Subject: AW: How to set the next week sta