Eugene Kuleshov wrote:
Right, but it's difficult to know when the actual import process is "done"
You should have good sense. The approximation of thing's you'll see in there is:
Sorry, I meant to say that Progress view should give you a good idea what is currently running at background and what is waiting for it.
* importing project job
* updating project configuration (part of the import process)
* "updating dependencies" job (this one does the actual dependency resolution) * building projects (a JDT job that does the compilation of newly imported projects)

All of that stuff runs in a background and we tried to make long running jobs non-blocking. I believe "update dependencies" job does block compiler, but it may trigger compilation after completion.
Igor corrected me, that project import job aggregates some of those and it does block compiler job.

 regards,
 Eugene



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to