RE: [Nant-users] NDoc version in distribution

2003-02-18 Thread Chris Garty
It would be nice to have this control, but using exec to handle the task externally should allow people to use the latest and greatest tools. I'm currently using that method to run my tests (Nunit-console). - Chris -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED]] Sent: W

RE: [Nant-users] Re: [nant-dev] NAnt FAQ

2003-02-17 Thread Chris Garty
Hey Scott, Are my additions to the wiki ok? Are we meant to be creating individual pages as well as adding to the FAQ? I've only been using NAnt for a week, so I thought some of my insights might aid first time users. Let me know if my contributions to the wiki could be improved in some way ;)

RE: [Nant-users] VSS in nant

2003-02-13 Thread Chris Garty
I'm interested in this as well. At the moment I am using Draco.Net which works nicely. http://sourceforge.net/projects/draconet Draco.Net - pulls from VSS - calls the Nant build file - repeats after the amount of time you designate - Chris -Original Message- From: Farris, Keith [mailto:

RE: [Nant-users] Emailing NAnt output using mail task

2003-02-13 Thread Chris Garty
Title: Message Ok... more... I finally found the NAntContrib project that people were refering to and found the RecordTask.cs file.   How do I encorporate NAntContrib into NAnt?   - Chris -Original Message-From: Chris Garty Sent: Friday, 14 February 2003 11:28 AMTo

RE: [Nant-users] Emailing NAnt output using mail task

2003-02-13 Thread Chris Garty
Title: Message I found something about a Record task, but I haven't been able to find it in the source code.   What area of the source-code should I look in?   - Chris -Original Message-From: Chris Garty Sent: Friday, 14 February 2003 10:21 AMTo: [EMAIL PROTECTED]Su

[Nant-users] Slingshot and Devenv Solution Building

2003-02-13 Thread Chris Garty
Title: Message Hi,   From what I have read in the archives, these two topics seem to be loosely related...   I want to be able to get NAnt to build my solution using devenv (because I can't be bothered setting up the references and web references in NAnt at the moment) but I can't find a su

[Nant-users] Emailing NAnt output using mail task

2003-02-13 Thread Chris Garty
Title: Message Hi,   I have NAnt sending an email on failure (thanks to the person that posted about NAnt.failure), but I only get the one line of text I put in there saying "failure".   How do I get NAnt to email me the build (and test) output (the stuff that I see on the screen) using an