Hello Friends,
I would like my build script to act property for release and development environments.
For this I would like to defined a property in ant, call it (for ex.) 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.