RE: retrive value in listener

2005-01-28 Thread Radha Sangal
y 27, 2005 6:14 PM To: Ant Users List Subject: RE: retrive value in listener You don't do that. A listener listens to what tasks print or log, and takes that string and meta-data about where it's coming from, to decide what to do with it. It has no business introspecting the event'

RE: retrive value in listener

2005-01-27 Thread Dominique Devienne
You don't do that. A listener listens to what tasks print or log, and takes that string and meta-data about where it's coming from, to decide what to do with it. It has no business introspecting the event's source Task or Type for its attributes or nested elements, even if it can be done. Anyways.