Where do we log the information of project load from server workspace to local sandbox ?
One answer
Hi Naveenchandra,
It depends on lot of factors; eg: eclipse client memory, number of file/folders you are trying to load the component , network bandwidth.
I think you can any see the operations run as background jobs in Eclipse (for example: validation, indexing). You can get an idea of what background jobs are running by launching:
- Window > Show View > Progress
-
But not sure about the time details, it shows the percentage remaining.
Regards,
Arun.
Comments
Hi Arun,
Thanks for the quick response :)
I understand that we can monitor the progress of the load by switching to progress view. But I am interested to know if the total time taken to load the project is written somewhere ? May be to any log file from where I can go and check this load time @ later point of time...