Hi,
I'm currently trying to write a relatively simple NAnt task in C#, but it doesn't get recognized by NAnt. I've dropped my resulting DLL and XML file into NAnt 0.8.4's bin directory. When I execute a build file that calls my task, I get a "System.ArgumentException: xml node has not been mapped" error.
Is there a manual somewhere online that explains how to develop and use custom NAnt tasks?
Many thanks in advance,
Roy Dictus