[erlang-questions] including observer.ebin to release
Motiejus Jakštys
desired.mta@REDACTED
Tue Jul 3 09:57:23 CEST 2012
On Tue, Jul 3, 2012 at 10:52 AM, Slava Yurin <YurinVV@REDACTED> wrote:
> Hi Motiejus.
>
> I think it is because you specified {mod_cond, derived} in reltool.config.
> And no module from "observer" application was included as they didn't use.
Hi,
thanks, that's correct, I missed that option somehow.
> Try {app, observer, [{incl_cond, include}, {mod_cond, include}]} instead.
You most likely meant
{app, observer, [{incl_cond, include}, {mod_cond, all}]}
But I really ment {mod_cond, all}.
Thanks for your help!
--
Motiejus Jakštys
More information about the erlang-questions
mailing list