Try bootstrapping your build scripts. That is call your current build from a new bootstrap.build which then executs a <style /> task, followed by a <mail /> task. I personally would suggest looking into CruiseControl.Net (http://ccnet.thoughtworks.com).
----Original Message Follows----
From: Lamont Adams <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [Nant-users] Xml build report
Date: Thu, 5 Aug 2004 12:56:37 -0700 (PDT)
Hi all,
I'm using Nant to perform an automatic nightly vss get
-- solution build -- NUnit test -- deploy process. Of
course, sometimes the get or build parts of the
process fail, and I need to determine what happened
the next day.
For a while I was redirecting the console output to
log files, but then I discovered XMLLogger. I'm now
using it as a command-line Listener to capture all the
console output into a log file. I've also written an
XSLT that transforms that output into a nice readable
HTML doc. So far so good.
Problem - I'm stuck trying to figure out an easy way
to automate the tranformation. Since the log file
isn't output by XMLLogger until after the nant task is
finished, there's no input file for the <style> task
to use. (right?)
Is there a way to specify a transform for XMLLogger or
an alternate way to get an XML format capture of all
the console output?
Barring that, any of you clever people have a good
workaround?
TIA
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users