RE: Multiple conditions satisfying in an ant target

2008-10-31 Thread sukanya
Hi Gilbert, It works!. I forgot to mention tat either one of these these conditions may be false and still should work. I replaced with and that also works :) thanks so much for your timely help. Rebhan, Gilbert wrote: > > > -Original Message- > From: sukanya [m

Multiple conditions satisfying in an ant target

2008-10-31 Thread sukanya
Hi All, I have two separate conditions using equals operator. There is an ant call to a target. This target has a check for unless with one of the conditions. How do I include another unless such tat the second condition is also included in this single ant target. eg:

RE: Ant script to search a folder and move it

2008-09-08 Thread sukanya
folder and concatenate their content into the same yyy.properties after some changes are done in these files. Is it possible through ant? If not will perl do the trick? Rebhan, Gilbert wrote: > > -Original Message- > From: sukanya [mailto:[EMAIL PROTECTED] > Sent: Friday,

Ant script to search a folder and move it

2008-09-05 Thread sukanya
Hi all, I have a problem. I am trying to use ant to search for a particular folder and move it to another location using ant. But I dont which tasks can be used for this. Can anyone help me please? -- View this message in context: http://www.nabble.com/Ant-script-to-search-a-folder-and-move-it-

How to find a particular file in a folder and get the file name in ant

2008-08-02 Thread sukanya
Hi, How do I write an ant script to find a particular file in a folder (say /test/us) and get the file name say .txt. Your posts will be very helpful. Thanks, Teena -- View this message in context: http://www.nabble.com/How-to-find-a-particular-file-in-a-folder-and-get-the-file-name-in-ant-tp1

Re: How to have Dynamic Propert in ant

2008-07-10 Thread sukanya
Thank you all, I can able make it by sukanya glenn opdycke-hansen wrote: > > Use (the proper way) > > The following test script demonstrates how antcall can take parameters and > that the timestamp is recompute

How to have Dynamic Propert in ant

2008-07-09 Thread sukanya
${TSTAMP} Here the time values are added to a file. Where the file has the same time value twice. But i need to have different time values with a single element and property. How property values can be changed dynamically? Appreciate your suggestion to solve this problem. Thanks, Sukanya --