MSBuild has no console output

Hi,

When I compile a CBuilder 2009 project FinalBuilder calls MSBuild with a /noconlog flag passed to a FB logger tool. Which obviously causes the compiler message not to be forwarded to the console output / FinalBuilder log, so that I'm unable to see the error anymore.

I'm pretty sure that this hasn't been the case before.

Perhaps this is not a bug but simply a misconfiguration (enabled due to an update), but I haven't seen an option to change the "noconlog" flag passed to the Build action.

Any help is appreciated.
Thanks in advance,

Andre

Hi Andre

It’s a bug, but nothing to do with the /noconlog option, its a bug in our custom msbuild logger assembly. This build includes the fix :

https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_1898.exe

Hi Vincent,

Thank you very much for the fast reply.  
I thought I had the latest version installed, but it wasn't.

You are fully right, with that version my problem has been fixed.

Andre