Hi, Here is the problem I am now facing:
<project default='init'> <target name='init'> <tstamp> <format property='TSTAMP' pattern='MM/dd/yyyy HH:MM:SS z'/> </tstamp> <echo file='Time-Log.txtl' append='yes'> ${TSTAMP}</echo> <buildnumber file='${builddeployv3.dir}/build.number'/> <echo>ant.version: '${ant.version}'</echo> <echo>ant.home: '${ant.home}'</echo> <echo>java.version: '${java.version}'</echo> <echo file='Time-Log.sql' append='yes'> ${TSTAMP}</echo> </target> </project> 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 <tstamp> element and property. How property values can be changed dynamically? Appreciate your suggestion to solve this problem. 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]