You might be interested in our free, opensource Autonomy.NET project.

Autonomy monitors your source code repository, automatically rebuilds your
project when changes are detected and then emails you the build log along
with a list of changes since the last build.

An example of the email sent can be found here:
http://www.chive.com/products/autonomy/stylesheet-output.html

The current version 1.3 works with NAnt and CVS.  Version 1.4 BETA was
recently released which adds Visual SourceSafe and Visual Studio support.

See http://www.chive.com/products/autonomy for more information.

Note that NAnt 0.7.9 is incompatible with Autonomy.  The included help file
has more information on compatibility.

I would recommend using 1.4 BETA rather than 1.3.  It can be found here:

http://www.chive.com/products/autonomy/autonomy-server-1.4.msi
http://www.chive.com/products/autonomy/autonomy-client-1.4.msi

and the source code is here:
http://www.chive.com/products/autonomy/autonomy-1.4-src.zip

Hope you find it useful.

Regards
Mark.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Adair
> Sent: 25 September 2002 22:14
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] Emailing the build log
>
>
> I have a task to email the build log file as the last
> task in my build file.  But it's failing with the
> following error:
>
> [mail] WARNING! File "Build.log" NOT attached to
> message. File does not exist or cannot be accessed.
>
> If I execute just the mailLog task it works fine.  I
> asssume the problem is that the Build.log file is
> being generated by redirecting the output from NAnt to
> Build.log so the file is locked or something when the
> mail task tries to attach the file to the mail.
>
> Is redirecting NAnt's output the only way to log the
> build messages?  If so, how can I email the build log?
>
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
>
>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to