java - Cleaning eclipse project without cleaning depending projects -
i have webpap project depending on many others projects,
the clean of webpap project, cause build of others, prevent this? without closing them.
well, in eclipse, when selected project -> clean... menu, allows select projects you'd clean.
edit 1
disable eclipse's refresh on startup: preferences -> general -> startup , shutdown -> refresh workspace on startup
disable automatic build: menu -> project -> build automatically
if you're using project management tools such maven, may want take @ specific build settings.
Comments
Post a Comment