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'
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.