How to know when automatic build is completed
Answered
Hello,
I am using Intellij Ultimate, I have a multi module Java Maven project, for which I set-up the automatic build. In event log I see a message when the automatic build finds an issue. I need to know when the build has finished and there are no errors, is there a way to know that please?
Please sign in to leave a comment.
Turn on compiler notification at Preferences | Appearance & Behavior | Notifications
Hello,
It works fine for the compilation, but not for the option 'Build project automatically'
Regards
Automatic build is designed to run silently and only report errors. There is no way to see in the UI when it's finished. You can run the manual build and if it completes instantly, then it means automatic build has finished.