stdout/stderr to XML patch
Hans Christian Falkenberg <[email protected]> Sat, 19 Jul 2008 01:26:26 +0200 (CEST)
| Newsgroups | gmane.comp.windows.dotnet.nunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, and thanks for a great program :) Running nunit integrated with CruiseControl.NET works great, and with the attached patch it will work even better! Unfortunately it is for 2.4.7, not too much work to merge it onto 2.5, I hope. Also unfortunately, I wasn't able to get the NUnit unit tests working with VS2008 / NAnt 0.85, so I didn't get to add tests of my own, sorry. The patch comes with the original 2.4.7 files and the new files, so you can use your favorite differ if the patch files aren't sufficient. Two issues are fixed: 761765 - Standard and Error out missing in xml output http://sourceforge.net/tracker/index.php?func=detail&aid=761765&group_id=10749&atid=360749 2021906 - XML CData encoding is incorrect http://sourceforge.net/tracker/index.php?func=detail&aid=2021906&group_id=10749&atid=110749 Feature description: To write stdout/stderr to the XML file with the patch, use the /outputToXml:true parameter (with the /xml:<file> parameter, of course). All lines will be prefixed with OUT or ERR to support grepping/highlighting. Output will no longer be directed to the console, but it can still be written to files with /output and /err, might come handy for someone that wants to check there is no stderr output. Also, I modified the CruiseControl.NET NUnit XLS (not included) and my build server looks really nice now, so I hope to get this in a release :) Best regards, Hans Christian Falkenberg ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ nunit-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nunit-developer
NUnit-761765-patch.tgz
(application/x-zip-compressed, 20.3 KB) - not displayed