如何从Eclipse中自动构建一个项目? [英] How to exclude one project from automatic build in Eclipse?

查看:202
本文介绍了如何从Eclipse中自动构建一个项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将一个项目从Eclipse中自动构建中排除?

How to exclude one project from automatic build in Eclipse?

我在工作空间中有一个项目,这可能会建立很长时间(即使没有更改)。我想保持这个项目打开浏览源代码,但我不需要它一直在构建。

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中的一个错误 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.

推荐答案

打开项目的项目属性这不应该被建立,你可以禁用所有的Builders - 特别是Java Builder。这样可以防止任何自动化操作,例如编辑项目。

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中自动构建一个项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆