----- Original Message ----- 
From: "Adrian Lazea" <[EMAIL PROTECTED]>
To: "NAnt Users" <nant-users@lists.sourceforge.net>
Sent: Tuesday, January 11, 2005 9:53 AM
Subject: [Nant-users] Programatically find out the build status.


> Hi all,
>
> Is there a way to programatically figure out when a build is successful?
> I know I can take a look in the build log and find out, but I'm thinking
> maybe there is a return code (an output parameter) for the <solution>
> task that could indicate the build status. I need this information
> because my nightly build process is supposed to send an email when it's
> done and I would like to have the build status included.

You can just use the MailLogger for this purpose.

See
http://nant.sourceforge.net/nightly/latest/help/fundamentals/listeners.html
for more information.

Hope this helps,

Gert


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to