|
Jeff,
If you just copy your task dlls to nant's directory
(provided they have the correct name), they will be loaded and recognized by
NAnt automatically when it runs.
As for TaskDef, nantcontrib has no downloadable
binary files yet, so you need to build it yourself against as recent nant
version you can get (that is, from CVS).
We're hoping to do a new release soon.... (here's
hoping).
----- Original Message -----
Sent: Thursday, December 19, 2002 3:47
PM
Subject: [Nant-users] How to get user
tasks to work?
Hello,
I was wondering how to get the user tasks to work
again. I have about 29 tasks that I created for use in our build process. I
upgraded my version of Nant to a later build because I want to use the
"inheritall" feature of the nant task to break up my build file, but the
example s states I now need to get "task.taskdef.dll" from NantContrib.
Going to this project site shows that they have no files to download.
I then looked back at a stable build to see that the examples doesn't
state that it needs this DLL. So I downloaded it but It errors out on
just opening the build file!
Can
someone please help me here, I need to get this working for an upcoming major
release?
TIA Jeff Laney
|