Hans Christian Falkenberg
2008-07-18 23:26:26 UTC
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
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