Hello,

I'm writing a couple of custom tasks for Nant and have a question about how
to use them.  I saw in the examples (I'm working off of version
0.8.888.15180) that after I've compiled my dll I should use the taskdef task
to reference it.  However, when I try it I get the error "Unknown task
<taskdef>".  My build file looks like:

<project name="test" basedir="." default="test">
        <taskdef assembly="jayu.nant.dll"/>

        <target name="test">
                <CVSExport repository=":ntserver:littleboy:/jtv"
                           module="StaffingPlan/Prototype"
                           dir="output" />
        </target>
</project>


And I've put jayu.nant.dll in the nant\bin directory.

Can someone point me in the right direction?

TIA

j
--
Jay Vashi
Mustang Engineering
[EMAIL PROTECTED] 

######################################################################
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This email was scanned by MailMarshal from Marshal Software.
######################################################################


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to