It worked with STARTTIME . Thanks Jan.

Best Wishes Prashanth


                                                                           
             <[EMAIL PROTECTED]                                             
             fin-nrw.de>                                                   
                                                                        To 
             10/24/2007 07:40          <user@ant.apache.org>               
             PM                                                         cc 
                                                                           
                                                                   Subject 
             Please respond to         AW: AW: Printing Time stamp in log  
             "Ant Users List"          file...                             
             <[EMAIL PROTECTED]                                             
                   org>                                                    
                                                                           
                                                                           
                                                                           
                                                                           




>Its showing below with -v....
>
>init:
>Property ${DSTAMP} has not been set
>     [echo] ${build.start.time}=${DSTAMP}
>Override ignored for property DSTAMP
>
>
>> <tstamp>
>>      <format property="DSTAMP" pattern="d-MMMM-yyyy hh:mm aa"/>
>> </tstamp>
>>
>> <echo>$${build.start.time}=${DSTAMP}</echo>
>>



I am not sure whether DSTAMP is a special case.
What about using another name?

<tstamp>
    <format property="STARTTIME" pattern="d-MMMM-yyyy hh:mm aa"/>
</tstamp>
<echo>$${build.start.time}=${STARTTIME}</echo>



Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



" Save Paper - Do you really need to print this e-mail? "

This e-Mail may contain proprietary and confidential information and is sent 
for the intended recipient(s) only.  If by an addressing or transmission error 
this mail has been misdirected to you, you are requested to delete this mail 
immediately. You are also hereby notified that any use, any form of 
reproduction, dissemination, copying, disclosure, modification, distribution 
and/or publication of this e-mail message, contents or its attachment other 
than by its intended recipient/s is strictly prohibited.

Visit us at http://www.polaris.co.in

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to