Hi All, Is there any way using ant to get the Property Key from value ?
For examble lets say i have file "name.properties" and in it i have entry like "hostname=gold", now i want to parse "name.properties" get the key of value "gold" means reverse read of property, is this possible using ant? Any ideas?
