项目功能在 Eclipse 中清理 [英] Function of Project > Clean in Eclipse

查看:27
本文介绍了项目功能在 Eclipse 中清理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Eclipse 的项目是什么→Clean... 工具究竟能做什么?

What does Eclipse's Project → Clean... tool actually do?

推荐答案

它的功能取决于你的项目中的构建器(他们可以选择解释干净命令,但他们喜欢)以及你是否打开了自动构建.如果启用了自动构建,则调用 clean 等效于干净构建.首先删除工件,然后调用完整构建.如果自动构建关闭,clean 将删除工件并停止.然后您可以稍后手动调用构建.

Its function depends on the builders that you have in your project (they can choose to interpret clean command however they like) and whether you have auto-build turned on. If auto-build is on, invoking clean is equivalent of a clean build. First artifacts are removed, then a full build is invoked. If auto-build is off, clean will remove the artifacts and stop. You can then invoke build manually later.

这篇关于项目功能在 Eclipse 中清理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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