intellij-idea - : build and make in Intellij IDEA 之间的差异

标签 intellij-idea

对于Intellij IDEA中的JAVA EE项目,有什么区别:
重建项目和制作项目(在菜单构建中)?

谢谢

最佳答案

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

制作项目 - 仅修改

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.



重建项目。 - 所有文件

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 - : build and make in Intellij IDEA 之间的差异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34241974/

相关文章:

java - 使用 IntelliJ 和 Git 切换分支

rest - 在 IntelliJ HTTP 客户端中将文件添加到多部分表单请求

intellij-idea - 表达式类型 DslEntry 必须符合 SBT 文件中的 Def.SettingsDefinition 行 enablePlugins(JavaServerAppPackaging)

java - Intellij IDEA中的蓝点(圆圈)是什么意思?

java - 智能/Tomcat : NoSuchMethodError

intellij-idea - AEM+Filevault+Intellij 集成

java - 调用Applet时出现ClassNotFound异常

intellij-idea - 如何更改具有特定 VCS 状态的文件的文本颜色?

java - 如何在插件操作类中获取当前文件名

macos - 将 IntelliJ 与 X11 转发结合使用