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'
done.
Anyways... --DD
> -Original Message-
> From: Radha Sangal [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 27, 2005 5:07 PM
> To: Ant Users List
> Subject: retrive value in listener
>
> This might not be specific to ant, but if someone has implemented this
This might not be specific to ant, but if someone has implemented this ,
how do we retrieve a value from the custom task made in listener
Eg.
In xml :
In listener: something similar to this , this one doesn't work ...
public void messageLogged( BuildEvent event )
{