Re: [Nant-users] Extending the NAnt model ..

2003-03-12 Thread Harsha Kalidindi
Gordon: I will look at the code and the references that all three of you listed. Thanks for all your prompt input. Regards, Harsha It's pretty easy to add tasks to NAnt, I've started a tutorial on the Wiki [1], one of these days I'll get time to add more . That's probably the

Re: [Nant-users] Extending the NAnt model ..

2003-03-11 Thread Gordon Weakliem
It's pretty easy to add tasks to NAnt, I've started a tutorial on the Wiki [1], one of these days I'll get time to add more . That's probably the best place to start. Before you go writing your own tasks, check out the NAntContrib project [2]. [1] http://nant.sourceforge.net/wiki/index.php/Re

Re: [Nant-users] Extending the NAnt model ..

2003-03-11 Thread Scott Hernandez
Message - From: "Harsha Kalidindi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 4:10 PM Subject: [Nant-users] Extending the NAnt model .. > Hi: > > I just started looking at the NAnt code and documentation and > could no

Re: [Nant-users] Extending the NAnt model ..

2003-03-11 Thread Ian MacLean
Harsha, It certainly is possible to create new tasks. This is one of the core strengths of nant. see the "How do I create my own tasks" section of the FAQ at http://nant.sourceforge.net/wiki/index.php/FAQ what kinds of tasks will you need to add ? Are they specific to your poblem domain or thh

[Nant-users] Extending the NAnt model ..

2003-03-11 Thread Harsha Kalidindi
Hi: I just started looking at the NAnt code and documentation and could not find any references to extending the NAnt Schema. Till now we have used gmake and perl scripts to do all our builds, some projects that don't have to automate a lot of tasks use the IDE. For NAnt to rea