How to get the current month number

2008-02-01 Thread Satheesh
Hi. This is the qmail-send program at apache.org. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. Thanks. Satheesh.J - To unsubscr

How to RENAME a file in ANT 1.6.2

2007-06-22 Thread Satheesh
I need to copy a file and rename it and store it in some other folder. What tag should i use.. Is that or or // Am not clear in it. Satheesh . J 99450 31654 Lisle Technology Partners India Pvt Ltd 1134, 4th Floor, 100 Feet Road HAL 2nd Stage, Indiranagar

Copying the contents of all the files in one directory to a single file

2007-05-29 Thread Satheesh
achieve this? Satheesh . J 99450 31654 Lisle Technology Partners India Pvt Ltd 1134, 4th Floor, 100 Feet Road HAL 2nd Stage, Indiranagar Bangalore 560 038, India Telefax. +91-80-2521 0604/05

How to get the month number thro ant.

2007-05-21 Thread Satheesh
Hi I need to set a property in my build.xml which has the value of the current month so that i can use that in my test cases. How can i achieve this. Am totally new to this Ant. Satheesh . J 99450 31654 Lisle Technology Partners India Pvt Ltd 1134, 4th Floor

Re: How to set the next week start date

2007-05-01 Thread Satheesh
gt; 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 &

Re: How to set the next week start date

2007-05-01 Thread Satheesh
Hi, Actually what i need is irrespective of the current date, i need the starting date of the next week and starting date of the last week.. - Original Message - From: "Gilbert Rebhan" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Saturday, April 28, 2007 1:03 AM Subject: Re: How to set

Re: How to set the next week start date

2007-04-27 Thread Satheesh
t week start date For which system you need to set the date? Jan >-Ursprüngliche Nachricht----- >Von: Satheesh [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 27. April 2007 11:51 >An: Ant Users List >Betreff: How to set the next week start date > >Hi Guys, If i want

copy files using mapper

2006-08-04 Thread satheesh
I Need to copy files from D:\dirA\dirB\dirC\dirD\*.jsp To D:\dirA\dirD\*.jsp, I tried with mapper also, I am unable to do this and I can't hard code this directory structure because I have many modules like dirA, Eg . here I need to remove the dirB\dirC D:\dirA1\dirB\dirC\dirDx\*.jsp To D:\di

ant task

2006-07-28 Thread satheesh
I have written a java class which will add two values and print it in the console and I called that class in ant as mentioned below, how can I get that value (or returned that value from class) back to ant target or the property tag What's the solution for this proble? Thanks, sat