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 recomputed. > > --glenn > > > > > > > > > > > > > > > >

Re: How to have Dynamic Propert in ant

2008-07-10 Thread glenn opdycke-hansen
Use (the proper way) The following test script demonstrates how antcall can take parameters and that the timestamp is recomputed. --glenn ${touch.time}

Re: How to have Dynamic Propert in ant

2008-07-10 Thread Scot P. Floess
roblem. Thanks, Sukanya -- View this message in context: http://www.nabble.com/How-to-have-Dynamic-Propert-in-ant-tp18376782p18376782.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EM

Re: How to have Dynamic Propert in ant

2008-07-10 Thread Andrew Clegg
gt;> >> >> 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? >> >> Apprec

Re: How to have Dynamic Propert in ant

2008-07-10 Thread Scot P. Floess
ya -- View this message in context: http://www.nabble.com/How-to-have-Dynamic-Propert-in-ant-tp18376782p18376782.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: How to have Dynamic Propert in ant

2008-07-10 Thread André Pilz
Hello, interesting problem. No dynamic properties. Following works: ${NOW} waiting 5 seconds ${THEN} Cheers, André sukanya schrieb: Hi, Here is the problem I am now fac

How to have Dynamic Propert in ant

2008-07-09 Thread sukanya
View this message in context: http://www.nabble.com/How-to-have-Dynamic-Propert-in-ant-tp18376782p18376782.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit