I want to rename my application folder with a time stamp and then unzip a newer version of my app using the same folder name using ant. From the following link, it looks like ant can allow you to move contents from a folder to another (http://ant.apache.org/manual/CoreTasks/move.html), is this the only way I can do in ant?
Thanks in advance.