ignatov / intellij-erlang

Erlang IDE
https://www.jetbrains.com/help/idea/2018.2/getting-started-with-erlang.html
Other
735 stars 120 forks source link

Build-in compile does not poulate modules in .app.src file #921

Open piosok opened 4 years ago

piosok commented 4 years ago

Some applications rely on having modules date in .app file. When trying to run/debug, such application fails as the built-in build (non rebar) operation just copies .app.src to the output directory without including modules.