I was adviced to use composition rather than inheritance when extending the existng tasks in Ant. Basically, instead of extending the Ant class, create an instance of it and use it in my own task that inherits directly from Task.
The problem is that the initialization process is not done by the createTask method in Project. Is there a helper class for this? /LS -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
