While using eclipse a couple of days back i observed that while building the workspace eclipse blocks other operations such as run , maven build etc and puts them on hold for quite some time. Is there a work around for this delay ??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In general, no. As builds, etc. modify the Eclipse file system (resources), it is dangerous to run other tasks that could read the file system (it could be inconsistent, etc.).
The only thing to do is to make sure that the build happens fast (enough). For that, incremental build needs to be enabled (that is fast even for a large number of projects in my machine), and/or the number of open projects has to be limited.