See comments below:

How come ?  You can :

> - log to a file using the -logfile commandline option
The -logfile option keept the logfiles locked so I could not zip nor
email the logs while running the script.

> - log build results as an SMTP message (using the NAnt.Core.MailLogger)
MailLogger doesn't support zip so I can't send the large logs off
to remote sites with bad internet connections.

> - log build output to xml using the NAnt.Core.XmlLogger
I did not even know this existed, it would seem logical this logger
also has problems as described above if it's using the same logging
interface.

> - record parts of the build to a file using the <record> task
The record task actually works, just doesn't logg all, and also you
need to work a bit to get it working. Especially when using onfailure/
onsuccess.

I guess what I'm saying is that the logging support seems great, but
can do with some minor work to make it more streamlined to use as a
builder.

Keep the good work up!
/Nicke


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to