Eclipse: how to prevent complete project rebuild after classpath change
Is there an off to prevent eclipse from rebuilding the whole project every time I change the entry in the classpath. Unfortunately, I often have to do with the build, and project recovery takes a long time (easily 20-30 minutes). Is there a get away to avoid it?
+2
hhafez
source
to share
2 answers
It should do the same thing as when you change the source code: analyze what the actual changes are and do an incremental build based on them.
-1
Juha paananen
source
to share
An easier way is to disable "Auto Build" in the main menu: auto build project / assembly. This disables the auto build mode, so you can start it manually (from the same project menu)
+3
Eugene Ryzhikov
source
to share