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?

1
3 comments

Turn on compiler notification at Preferences | Appearance & Behavior | Notifications

0

Hello,

It works fine for the compilation, but not for the option 'Build project automatically'

Regards

0

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.

0

Please sign in to leave a comment.