哪吒机器人提醒:

提醒:Eric Liu's Software Development Blog
【标题】Colorized NAnt Console Output
【摘要】If you use NAnt for your build scripts, colored console output may be helpful in quickly spotting warnings or errors. I recently wrote a logger to do that:Download the source for the version of NAnt you're using (I tested this against NAnt 0.85).Apply this patch to the source tree. If you're on Windows, I believe you can use 'patch.exe' which comes with UnxUtils.Build NAnt by following the instructions in 'README.txt'. This will produce a bunch of files, but the only one we're interested in is '... (04-14 22:18)