Intellij build all projects in Workspace
Answered
I have in my workspace a folder containing multiple Java-projects.
When I want to build then, to see which of them have an error, it only shows me the errors of one of these projects, when I remove them, I see all errors of another project, until I fix them.
How can I see all errors of all projects and not only the errors of one java-project?
Lg Thomas Stoiber
p.s.: I am using:
IntelliJ IDEA 2019.1.3 (Community Edition)
Build #IC-191.7479.19, built on May 28, 2019
JRE: 1.8.0_202-release-1483-b58 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Please sign in to leave a comment.
See https://www.jetbrains.com/help/idea/migrating-from-eclipse-to-intellij-idea.html . You need to have all your projects configured as modules inside the single IntelliJ IDEA project.