>>>>> "sr" == rubys <[EMAIL PROTECTED]> writes:
sr> The trouble is that Ant constructs instances of all the tasks up sr> front (calling init as it goes), then goes off and executes them. Correct me if I'm wrong but I read spec/core.html (the section labeled Task) in a way that this is going to change: "When a Task is to be executed, an instance of the class [...] is instantiated" which would mean you only need to ensure that the Task class has been built before the task is used. Stefan
