This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Console View: Build History Not Complete?

Hi All,

Opened up a project of mine and built it, usually down in my console view it shows large paragraphs saying its building individual files, etc.  All that text has been really useful for me, its like a build history of every file in my project as being built.

For some reason now though all I'm seeing is this:

Any idea what I did to make it stop doing that or how I can get it back?  Been fussing around with the console view topic within the help, but the buttons it describes at the top of right side of the console window don't appear to have any affect on how my build report is shown.

  • If you are selecting the menu item "Build Project" that performs an incremental build. So if nothing has changed in your project since a previous build then this message is expected as there is nothing to build. You can right-click on the project and select "Rebuild Project" which will force the project to be "rebuilt" and you will then see the full build output in the console view.

  • Thanks Artie,

    Its still not showing the full build history that it used to, I mean before it would be like 15 large paragraphs maybe 6-7 lines each.

    Although the part I was concerned about, when it shows compilation failures and in what files - is now showing up which is the important part.

    Still not sure why it doesn't show all the same paragraphs as before when doing the Rebuild All though, even though they aren't necessary so long as I can see the compilation failure line.