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.

When using command line, how can we see the executing process

Hi,

 

I would like to know how can I see what is currently happening when I'm building a project via command line.

From Eclipse, when I do Build I can see which file is currently being compiled and each file passes on the screen. However, when I use the command line I only see a line saying:

================================================================================
Building...

and it is displayed until the build is completed. Once done, whole list of compiled files appear in one big block. So is there a way to see real-time which file is currently being build.

 

Thank you.