thanks Ian,

that worked. I wasn't aware of the namespace changes between 0.8.2 and 0.8.3

Vivek

--- reply of
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

--=20
i'm getting

Unknown task <mytask>
--=20

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=92ll fin=
d a=20

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

_________________________________________________________________
online games and music with a high-speed Internet connection! Prices start at less than $1 a day average. https://broadband.msn.com (Prices may vary by service area.)




-------------------------------------------------------
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