开发者

Eclipse building the worskpace blocks the other eclipse operations

开发者 https://www.devze.com 2023-04-12 04:30 出处:网络
While using eclipse a couple of days back i observed that while building the workspace eclipse 开发者_StackOverflowblocks other operations such as run , maven build etc and puts them on hold for quite

While using eclipse a couple of days back i observed that while building the workspace eclipse 开发者_StackOverflowblocks 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 ??


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号