区别:Intellij IDEA中的构建和制作 [英] difference between : build and make in Intellij IDEA

查看:162
本文介绍了区别:Intellij IDEA中的构建和制作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于Intellij IDEA中的项目JAVA EE,有什么区别:
Rebuild Project和Make Project(在菜单Build中)?

For a project JAVA EE in Intellij IDEA, what is the difference between: Rebuild Project and Make Project (in menu Build) ?

谢谢

推荐答案

您可以参考 https://www.jetbrains.com/help/idea/2016.2/compilation-types.html

制作项目 - 仅修改


自上次修改以来整个项目中的所有源文件汇编编译。如果合适,还会编译相关的源文件。此外,还执行与修改源上的编译或制作过程相关的任务。例如,如果在验证页面上启用了相应的选项,则会执行EJB验证。
有关详细信息,请参阅制作项目部分。

All the source files in the entire project that have been modified since the last compilation are compiled. Dependent source files, if appropriate, are also compiled. Additionally, the tasks tied to the compilation or make process on modified sources are performed. For example, EJB validation is performed if the corresponding option is enabled on the Validation page. Refer to the section Making Project for details.

重建项目。 - 所有文件


重新编译项目中的所有源文件。当类路径条目发生更改时,可能需要这样做,例如,添加,删除或更改的SDK或库。
有关详细信息,请参阅重建项目部分。

All the source files in the project are recompiled. This may be necessary when the classpath entries have changed, for example, SDKs or libraries being used added, removed or altered. Refer to the section Rebuilding Project for details.

这篇关于区别:Intellij IDEA中的构建和制作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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