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
If you take a look at this page, http://nant.sourceforge.net/wiki/index.php/WritingATask, you will see how to write custom tasks. In NAnt, everything in the xml build file is basically a task. Each task is defined by a class, and can be extended. Does that answer your questions? - Original M

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

RE: [Nant-users] Re: Re: vss utilty -- FW: [NAntC-Dev] Latest Build

2003-03-11 Thread Jason Pettys
I posted this to NAntC-Dev about a month ago -- don't know whether it's the same problem you're getting, though. I figured it's worth a post. -Original Message- From: Jason Pettys Sent: Friday, February 14, 2003 8:14 AM To: Chris Garty; [EMAIL PROTECTED] Subject: RE: [NAntC-Dev] Latest

[Nant-users] Build failed

2003-03-11 Thread Jochen Berger
Hi! I've got a real big problem... This is part of my .build file:

Fwd: [Nant-users] using vss and mailing facilities

2003-03-11 Thread saravana kumar
Note: Forwarded message attached -- Orignal Message -- From: "saravana kumar" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [Nant-users] using vss and mailing facilities --- Begin Message --- hi, thanks scott. the latest download seems to work well.now moving i