Re: [Nant-users] Advantages of NAnt

2003-02-07 Thread Gordon Weakliem
>Yes, we also ended up with a relatively stable master build which has >all the interproject dependencies but delegates each project to the >project build file via the nant task. I've hacked the XSLT a bit but we >stil have to do quite a lot of references etc by hand Since I wrote that artic

Re: [Nant-users] Send an email based on the Build Status

2003-02-07 Thread Scott Hernandez
Yes, yes there is. NAntContrib contains the record task. You could do something like this. I hope this helps, Scott - Original Message - From: "Thomas Bang Biilmann" <[EMAIL PROT

RE: [Nant-users] Send an email based on the Build Status

2003-02-07 Thread Lorphelin, Yves
You should probaly use DracoNet (http://draconet.sourceforge.net) It automates your build process (cvs, vss, pvcs support + nant) and sends mail containing the change log in your repository & the nant output Yves > -Original Message- > From: Thomas Bang Biilmann [mailto:[EMAIL PROTECTE

RE: [Nant-users] Send an email based on the Build Status

2003-02-07 Thread Thomas Bang Biilmann
Hi, Excellent stuff, these "success/failure" events... I'm just wondering: Is there any way to direct the nAnt build output to a text file that can be included as the body with the "files=""" mail task attribute? A simple redirect won't do, since the log file will be open (and hence not readabl