Hi. I'm a brand new NAnt user wanting to use the <mkiisdir> task that's apparently only available in NAntContrib. I've done a bunch of searching - including through the archives for this list - to find out **exactly what the mechanics are** for getting NAnt to recognize tasks from NantContrib, with no luck. I need to know this **from a user's point of view.** I'm looking for something extremely basic that everyone who already works with this stuff probably takes for granted. (Along the lines of "You have to plug it in first.") There are tons of posts from NAnt developers about how to BUILD NAntContrib (which I did manage to do). There are also sample build files that use the <mkiisdir> task. But I couldn't find any posts about how to INVOKE those build files / NAntContrib tasks from NAnt (or from wherever they're supposed to be invoked). I.e., how do I get that build file with the <mkiisdir> task processed?
Thanks in advance!
- Tony