Skip to content
Eric Pailleau edited this page Mar 14, 2020 · 4 revisions

Both using erlang.mk and rebar

Before version 2.6, if your project is compiled both with erlang.mk and rebar, please ensure to remove respectively _build/ and deps/ directory before launching geas plugin. Otherwise this may display wrong result (older .beam files kept in directories) or bad assumption of geas plugin.

Starting version 2.6, geas is aware if caller is rebar3 or erlang.mk and do the right assumptions.

Clone this wiki locally