On 2010-02-12, Knuplesch, Juergen <[email protected]> wrote:
> Hello, > I read about the init() methos in Stefans link about the life cycle of an ANT > task: > 6.init() is called at run time. > I did not find documentation for this. > Is init() a static method or wht else? No. init() is a method in the Task class and Ant checks at runtime whether the task (which doesn't have to extend Task) has such a method and calls it. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
