问题描述
如何排除在自动生成一个项目在Eclipse?
How to exclude one project from automatic build in Eclipse?
我在工作区的一个项目,这可能是建立非常长(即使什么也没有改变)。我想保持这个项目开盘来浏览源$ C $ C,但我需要的不是正在构建所有的时间。
I have one project in workspace, which is probably builds very long (even if nothing was changed). I want to keep this project opened to browse source code but I need not it is being build all the time.
如何为这个项目禁用自动构建?
How to disable automatic build for this project?
大概这是在Eclipse <一个错误href=\"https://bugs.eclipse.org/bugs/show_bug.cgi?id=60803\">https://bugs.eclipse.org/bugs/show_bug.cgi?id=60803它解决了很久以前。不幸的是,我找不到任何每个项目的选项来控制自动构建。
Probably this was a bug in Eclipse https://bugs.eclipse.org/bugs/show_bug.cgi?id=60803 and it was solved long time ago. Unfortunately, I can't find any per project options to control automatic build.
推荐答案
当您打开一个不应该建立可以禁用所有建设者项目的项目属性 - 尤其是Java的生成器。这应该prevent任何自动化的行动,比如关于编制项目。
When you open the Project properties of the project that should not be built you can disable all Builders - especially the "Java Builder". This should prevent any automated action like compiling regarding the project.
这篇关于如何排除在Eclipse中自动生成一个项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!