Re: How to register a customn BuildListener

2005-06-27 Thread Jeffrey E Care
er <[EMAIL PROTECTED]> 06/27/2005 12:14 PM Please respond to "Ant Users List" To user@ant.apache.org cc Subject How to register a customn BuildListener Hi, I'm writing a few extensions to Ant to integrate it in our locale build environment. I have written a customn DataType

How to register a customn BuildListener

2005-06-27 Thread Tim Kettler
Hi, I'm writing a few extensions to Ant to integrate it in our locale build environment. I have written a customn DataType and on the first instantiation of the type I want to register a customn BuildListener. Therefore I have to call the 'addBuildListener()' method of the Project class. But