I would like my build script to act properly for release and development environments.
For this I would like to define a property in ant, call it (e.g.) fileTargetName
fileTargetName will get it's value from the environment variable RELEASE_VER if it's available, if it is not available it will get the default value of dev
Help with ant <condition><value></condition> & <property> to get it working is appreciated.