You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be a problem with static initialization of VirtualFileManager.java
Caused by: java.lang.NoClassDefFoundError: com/intellij/util/messages/Topic
at com.intellij.openapi.vfs.VirtualFileManager.(VirtualFileManager.java:25)
at org.intellij.erlang.jps.builder.ErlangCompilerProcessAdapter.createCompilerMessage(ErlangCompilerProcessAdapter.java:52)
As a result the build window contains just information that erlc has been executed, but no information about warnings or errors.