Re: Fetch properties with name matching to a regular expression

2009-09-01 Thread Raja Nagendra Kumar
Thank You Jeffrey.. this is exactly what I am looking far.. -- View this message in context: http://www.nabble.com/Fetch-properties-with-name-matching-to-a-regular-expression-tp25250557p25252566.html Sent from the Ant - Dev mailing list archive at Nabble.com. --

Re: Fetch properties with name matching to a regular expression

2009-09-01 Thread Jeffrey E Care
> Does Ant API has any property query mechanism to find the declared > properties either by regular expression value. > > Currently I am looking to read all the properties with name dID, > irrespective of case ie.. did, dId etc.. > > We could definitely write our own wrapper.. if some thing alre