Vivek P wrote:

> Hi,
>
> I was using NAnt 0.8.3 for which i created a custom task and am using
> it just fine. However, I am now forced to use NAnt 0.8.2 because of
> the current build process we have here. The problem is that my task is
> not being recognized with 0.8.2.
>
Did you re-build your task assembly against 0.8.2 ? If not its likely
that because of namespace changes 0.8.2 doesn't recognize your task as a
sub type of Task. Try re-compiling and let us know how it goes.

Ian

> -- 
> i'm getting
>
> Unknown task <mytask>
> -- 
>
> for 0.8.3 i simply took my Nant.XYZTasks.dll and put it in the
> /nant083/bin directory and it worked like a charm.
>
> i've searched around and haven't been able to find any info on why i'm
> getting this problem with NAnt-0.8.2
>
> shouldn't i just be putting my task and its dependencies in the
> /nant082/bin directory also? or is there another way to get my tasks
> to be picked up??
>
> any suggestions will be appreciated..
> thanx,
> Vivek
>
> _________________________________________________________________
>
>> From the hottest toys to tips on keeping fit this winter, you値l find a 
>
> range of helpful holiday info here.
> http://special.msn.com/network/happyholidays.armx
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users



-- 
Ian MacLean, Developer, 
ActiveState, a division of Sophos
http://www.ActiveState.com




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to