This is a good idea that I'm finally gettting around
to looking into. Is there a way to use the <nant> task
for something like this, or do I need to <exec> and
call another nant instance?


Thanks
--- Ryan Cromwell <[EMAIL PROTECTED]> wrote:


---------------------------------

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 onLinux.com, ITManagersJournal and
NewsForge in the past few weeks? Now,one more big
change to announce. We are now OSTG- Open Source
TechnologyGroup. Come see the changes on the new OSTG
site.
www.ostg.com_______________________________________________Nant-users
mailing
[EMAIL PROTECTED]://lists.sourceforge.net/lists/listinfo/nant-users



                
__________________________________
Do you Yahoo!?
Yahoo! Mail – Now with 25x more storage than before!
http://promotions.yahoo.com/new_mail


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to