AW: Getting Property Key from Value

2010-05-10 Thread Jan.Materne
21:53 >An: Ant Users List >Betreff: Getting Property Key from Value > >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", no

Getting Property Key from Value

2010-05-10 Thread Jan
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? An