Re: How do I replace certain label (say @VERSION@ ) in a file with the current date using ANT
Posted By:
Erik_Hatcher
Posted On:
Sunday, October 7, 2001 08:10 AM
To get the current date into an Ant property, use the task. Then use . Alternatively if you want to leave the original file intact, use the task with filtering="true".