In the generated classes there's a hierarchy. The one with the function I want to override is a base class of another class. If I extend and override, the other classes in the hierarchy won't get my fix.
--- In [email protected], Paul Andrews <p...@...> wrote: > > How about extending the Ant generated classes and overriding the function? > > Paul

