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.
I have a project which refers to several other projects. When I build the main project, CCS builds the dependent projects as well.
Problem comes when I try to see the logs coming out from all the projects. Each project in CCS has its own console and the logs go to the respective console. I have to manually check all the project console windows to find out if everything got built successfully or not.
How can I share the same console window for all the projects as it was the case with CCSv3?
Hi Anuj,
Since each project in CCSv4 has it's own build context (and Console), there is no way to stream all the messages to one view. I believe you can stream all messages to one text file however.
ki
Anuj,
As Ki mentioned there is no way to do this in Console. However, Problems View can show errors/warnings from all projects in your workspace. By default, problems view shows compile/warnings only for the active project, but this can be adjusted to show errors/warnings for all projects.
Click on Problem View menu (little triangle pointing down in top right corner of the view) and select Configure Filters and then select "On any element" radio box. You can create many different filters that would allow you to quickly change filtering in Problems View.
Martin