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.