Hi,
I am trying to automate our build system and one of the task is to fail the builds if a warnings is thrown in the compiler.
we are using sh rake command to compile.
How one can fail on warnings, is there any way i can capture the output from compiler to a buffer and do a pattern search?
Thanks, Prabhu