RE: [Nant-users] Trouble using taskdef

2002-11-06 Thread Lorphelin, Yves
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]] >

Re: [Nant-users] Trouble using taskdef

2002-11-04 Thread Gordon Weakliem
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