Title: RE: [Nant-users] Trouble using taskdef
If you want this to work,the assembly name where your customs task are located, must end with "Tasks" (see the TaskFactory class line 59)
Yves
> -Original Message-
> From: Gordon Weakliem [mailto:[EMAIL PROTECTED]]
>
Currently it's available only from CVS, they were discussing putting a downloadable
package together, but it hasn't been done yet. I'm not sure you need
anyway, if you just put your custom assemblies into \nant\bin, NAnt should be able to
locate any tasks defined in them.
-Original Mess