I had the same problem.
The problem is that the very strange erlang plugin does not compile or copy files in the out directory, whereas if you compiled from a terminal or command line (windows), it works fine. This question arose after installing IntelliJ Idea v 15.
What I did to fix the problem:
- Delete Intellij Idea v 15
- Go to IntelliJ Idead to version 14.1.4
- Reinstall Intellij Idea (v. 0.5.11)
- Configure the SDK for erlang src reference.
- Create a new test project and run the project again. It should work fine ...
Hope this helps you
source share