We are looking at using NAnt as a deployment tool for our internal (usually web based) applications.
One of our (many) current solutions uses colored output on the commandline to indicate if there was a problem with the installation (green and red).
Is there an easy way to change the output to be a particular color when NAnt is executing.
If there is no easy way, I'd be interested in hearing good ways.