I've created a groovy class that (indirectly) extends Task, and I'm calling it from my build script, but the property setters are not getting called. I've even explicitly coded the setters, to make sure they are visible to the Ant code.
Is there some trick I am missing, or am have I just overlooked something dumb in my code? Thanks, Mike