I have a property file containing keys and values as shown below:
TC_name1=true
Tc_name2=false
I need an Ant script to iterate through this property file and get only the keys with value equal to true.
Also I want to know whether it is possible to use an .ini file as our property file.
Please help me out with this as I googled, but was not able to find the solution.