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