I have a property, app.version, which is set to 1.2.0 (and, of course, always changing) and need to create zip file with name \"something-ver-1_2_0\". Is this possible?
It's possible using the zip task
For more information about the zip task: http://ant.apache.org/manual/Tasks/zip.html