vote up 0 vote down star

I am using a VS project with custom build script/batch file (ala make/ant etc)

When the build is run from the command line we have placed colored highlighting on various output lines.

However when built via Visual Studio (2005 in my case) the output window does not show the color anymore.

Is this possible? I am quite happy to put specific code into the build script if required.

flag

2 Answers

vote up 2 vote down check

As far as I know, the output panel doesn't support colouring, and probably that's why it's stripping the colouring out of the build output. Supposedly all the relevant bits they need to highlight when you compile on command line will be easier to see in the IDE, listed as errors/warnings/etc.

link|flag
vote up 3 vote down

The problem isn't with your build scripts, but with Visual Studio not supporting ANSI control codes to change the color.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.