<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:small;"><div><div>I added recon to app.src file but still no luck</div></div><div><br></div><div>Here is my app.src file:</div><div><br></div><div><br></div><div>{application, acceptor,
<br> [
<br>  {description, ""},
<br>  {vsn, "1"},
<br>  {registered, []},
<br>  {applications, [
<br>                  kernel,
<br>                  stdlib,
<br>                  ranch,
<br>                  recon
<br>                 ]},
<br>  {mod, { acceptor_app, []}},
<br>  {env, []}
<br> ]}. <br></div><div><br></div><div><br></div><div id="yahoo_quoted_8732507371" class="yahoo_quoted"><div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;"><div>On Tuesday, June 27, 2017, 1:40:55 PM GMT+5, Roger Lipscombe <roger@differentpla.net> wrote:</div><div><br></div><div><br></div><div><div dir='ltr'><html><body>Also: is it added to the list of applications in your *release*? I<br clear="none">don't know how to do that with "rebar generate", but using relx, via<br clear="none">rebar3, it looks like this:<br clear="none"><br clear="none">{relx, [<br clear="none">    {release, {foo, "1"}, [<br clear="none">        foo, bar, baz,<br clear="none">        {runtime_tools, load},<br clear="none">        {recon, load}<br clear="none">    ]},<br clear="none"><br clear="none">'load' means "include it, but don't attempt to start it". We also<br clear="none">specify 'runtime_tools' so we can get 'dbg', etc.<br clear="none"><br clear="none">On 27 June 2017 at 09:34, Luis Rascão <<a shape="rect" ymailto="mailto:luis.rascao@gmail.com" href="mailto:luis.rascao@gmail.com">luis.rascao@gmail.com</a>> wrote:<br clear="none">> Maybe you didn't add it to .app.src?<br clear="none">><br clear="none">> On Tue, Jun 27, 2017 at 9:24 AM, Dmitry <<a shape="rect" ymailto="mailto:mbike2000ru@yahoo.com" href="mailto:mbike2000ru@yahoo.com">mbike2000ru@yahoo.com</a>> wrote:<br clear="none">>><br clear="none">>> Hello<br clear="none">>><br clear="none">>><br clear="none">>> I included recon as a dependency in rebar.config,<br clear="none">>><br clear="none">>> After compilation and release generating (rebar compile and rebar<br clear="none">>> generate) I attached to the node and I see that all recon functions are<br clear="none">>> undefined.<br clear="none">>><br clear="none">>> What am I missing?<br clear="none">>><br clear="none">>><br clear="none">>><br clear="none">>> _______________________________________________<br clear="none">>> erlang-questions mailing list<br clear="none">>> <a shape="rect" ymailto="mailto:erlang-questions@erlang.org" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br clear="none">>> <a shape="rect" href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br clear="none">>><br clear="none">><br clear="none">><br clear="none">><br clear="none">> --<br clear="none">> PGP fingerprint: F708 E141 AE8D 2D38 E1BC  DF3D 1719 3EA0 647D 7260<div class="yqt4041900166" id="yqtfd14378"><br clear="none">><br clear="none">> _______________________________________________<br clear="none">> erlang-questions mailing list<br clear="none">> <a shape="rect" ymailto="mailto:erlang-questions@erlang.org" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br clear="none">> <a shape="rect" href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br clear="none">></div></body></html></div></div></div></div></div></body></html>