RE: Defined task fails to find base class of task

2008-03-27 Thread Karr, David
he taskdef immediately because it couldn't find the class, even before it executed the compile step. > -Original Message- > From: Scot P. Floess [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2008 11:15 AM > To: Ant Users List > Subject: Re: Defined task fa

Re: Defined task fails to find base class of task

2008-03-27 Thread Scot P. Floess
Yeah, I posted a question about this recently. I got side-tracked and never fully pursued the issue... I don't think it works - I saw the same behavior as you... Curious, why are you structuring in this fashion? Meaning performing the taskdef in a target? Not a criticism - just curious as