Re: [Nant-users] How to get user tasks to work?

2002-12-19 Thread Tomas Restrepo
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

[Nant-users] How to get user tasks to work?

2002-12-19 Thread jeff . laney
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 n