You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Grinvald, Edward" <Ed...@ca.com> on 2002/08/06 17:33:36 UTC

Events from Ant

Hello,
    This is almost a developer's question, but here it goes: where can i find the source for the portion of Ant that is responsible for producing events to which the custom event handles could be build. I basically want to look at the architecture and the code.
Sorry if this is misaddressed.
 
Thank You,
 
Edward Grinvald
Computer Associates International
Programmer, Storage Development
Edward.Grinvald@ca.com <ma...@ca.com> 
1-631-342-6000 x76350
 

Re: Events from Ant

Posted by Erik Hatcher <ja...@ehatchersolutions.com>.
Ant has two types of interfaces that are used for event notification: 
BuildListener and BuildLogger.  Check Ant's CVS repository for these (in 
the src/main org.apache.tools.ant package).

	Erik

p.s. Shameless plug: our book, Java Development with Ant covers these 
two interfaces with explicit code using them. 
http://www.amazon.com/exec/obidos/ASIN/1930110588 (should be in stock 
and shipping SOON!).  Or through the publisher: 
http://www.manning.com/antbook/


Grinvald, Edward wrote:
> Hello,
>     This is almost a developer's question, but here it goes: where can i find the source for the portion of Ant that is responsible for producing events to which the custom event handles could be build. I basically want to look at the architecture and the code.
> Sorry if this is misaddressed.
>  
> Thank You,
>  
> Edward Grinvald
> Computer Associates International
> Programmer, Storage Development
> Edward.Grinvald@ca.com <ma...@ca.com> 1-631-342-6000 x76350
>  
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>