Re: AW: AW: Printing Time stamp in log file...

2007-10-24 Thread prashanth . l
It worked with STARTTIME . Thanks Jan. Best Wishes Prashanth <[EMAIL PROTECTED] fin-nrw.de>

AW: AW: Printing Time stamp in log file...

2007-10-24 Thread Jan.Materne
-- >Von: Gilbert Rebhan [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 24. Oktober 2007 16:12 >An: Ant Users List >Betreff: Re: AW: Printing Time stamp in log file... > >Hi, > >[EMAIL PROTECTED] wrote: >> Property ${DSTAMP} has not been set >> [echo] ${build.st

Re: AW: Printing Time stamp in log file...

2007-10-24 Thread Gilbert Rebhan
Hi, [EMAIL PROTECTED] wrote: Property ${DSTAMP} has not been set [echo] ${build.start.time}=${DSTAMP} Override ignored for property DSTAMP How to set it? see manual, TStamp task Regards, Gilbert - To unsubscribe,

AW: AW: Printing Time stamp in log file...

2007-10-24 Thread Jan.Materne
>Its showing below with -v > >init: >Property ${DSTAMP} has not been set > [echo] ${build.start.time}=${DSTAMP} >Override ignored for property DSTAMP > > >> >> >> >> >> $${build.start.time}=${DSTAMP} >> I am not sure whether DSTAMP is a special case. What about using another name

Re: AW: Printing Time stamp in log file...

2007-10-24 Thread prashanth . l
Its showing below with -v init: Property ${DSTAMP} has not been set [echo] ${build.start.time}=${DSTAMP} Override ignored for property DSTAMP How to set it? Prashanth <[EMAIL PROTECTED]

AW: Printing Time stamp in log file...

2007-10-24 Thread Jan.Materne
What does -v say? Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 24. Oktober 2007 14:57 >An: user@ant.apache.org >Betreff: Printing Time stamp in log file... > > >Hi, > >I am using the below in my build.xml, but not able to print >