Hello, Has anyone used Ant to update an existing manifest file, say change the version number, etc.? I have tried using the propertyfile task to increment the version number in the manifest file. But the propertyfile task affects the existing lines in the manifest file also. Basically I want to be able to change just one part of the manifest file and leave the remaining file as it is. What is the best way to do this? Thanks, Deepa.
