Re: [Nant-users] Building Custom NAnt Tasks

2004-02-10 Thread Jaroslaw Kowalski
o end with "Tasks", but it's a good idea to follow this as a rule too. Jarek - Original Message - From: "larry chase" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 10, 2004 5:58 AM Subject: [Nant-users] Building Custom NAnt Task

[Nant-users] Building Custom NAnt Tasks

2004-02-10 Thread larry chase
I have looked at the source code for NAnt and it seems simple enough to create your own tasks, however I am having trouble finding out how to get it working once I have created a task. How do I enable NAnt to understand the xml node elements etc.. of the tasks I just created? Is there anyone o