标签: java eclipse intellij-idea
我已经导入了一个项目,该项目将许多相互依赖的日食项目(大约30个)保存到Intellij中。
效果非常好。每个项目都是Intellij中的一个模块,并且正确解析了eclipse元文件,因此可以在Intellij中正确识别依赖项。唯一的问题与编译有关。我必须按依赖顺序手动编译模块([Shift] + [CTRL] + [F9])。
有没有办法在Intellij中自动化或配置模块编译的顺序?
答案 0 :(得分:1)
在Jetbrain网站上指定。您可以参考以下链接:
how to access the compiler settings, modify the list of recognized resources, exclude certain paths from compilation, select the desired compiler, and configure annotation processing.