Other Open Source Projects
Integrating Log4Net with the SVG# and Didgets projects was pretty trivial. Just inserting the logging code into the exception handling was so quick that it was not even worth creating a Perl script to do it; a simple search within the IDE was adequate. NDoc and NUnit were already being used to some extent in both projects. Since both SVG# and Didgets are fairly large projects, more of a NAnt master build approach (as described in Listings 4.27-4.29) was necessary. |