> These inner classes are ignored now. Is it possible to have > an Ant task be an inner class?
My guess is that it would be difficult for a true inner class to be an Ant task, as you need an outer instance to instantiate an inner class, and Ant doesn't know how to do that. I can't remember whether there's any way of using a factory to instantiate tasks. Nested top-level (ie static) classes could probably be tasks though... JOn -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
