<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>No makefile if he is using rebar3. <br></div>
<div> </div>
<div>This example you give is using erlang.mk not rebar. To convert to rebar3 you'll need to add a rebar.config that lists the deps:<br></div>
<div> </div>
<div>{deps, [cowboy, jsx]}.<br></div>
<div> </div>
<div>Will work.<br></div>
<div> </div>
<div id="sig19496053"><div class="signature">--<br></div>
<div class="signature">Tristan Sloughter<br></div>
<div class="signature">t@crashfast.com<br></div>
<div class="signature"> </div>
</div>
<div> </div>
<div> </div>
<div>On Sat, Jan 30, 2016, at 07:54 AM, Vanshdeep Singh wrote:<br></div>
<blockquote type="cite"><div dir="ltr">make sure that jsx is specified in the Makefile too.<br></div>
<div><div> </div>
<div><div>On Sat, Jan 30, 2016 at 6:52 PM, Pavanan M S <span dir="ltr"><<a href="mailto:pavananms@gmail.com">pavananms@gmail.com</a>></span> wrote:<br></div>
<blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204, 204, 204);padding-left:1ex;"><div dir="ltr"><div><div>hi all<br></div>
<div>           I was trying to convert a rest api example built using rebar to rebar3 release ( <a href="http://jordenlowe.com/title/Explain_like_I_am_5_-_Erlang_REST_Framework_Cowboy">http://jordenlowe.com/title/Explain_like_I_am_5_-_Erlang_REST_Framework_Cowboy</a>) . I have added jsx to app.src .<br></div>
<div><div>           This error comes up .<br></div>
</div>
<div><div>               ===> Failed to solve release:<br></div>
<div>               Dependency jsx is specified as a dependency but is not reachable by the system.<br></div>
</div>
<div> </div>
</div>
<div>            What could be the reason for this. Also...Is there anything I need to do more when making this a rebar 3 release? Please help.         <br></div>
</div>
<div> </div>
<div>_______________________________________________<br></div>
<div>
erlang-questions mailing list<br></div>
<div> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br></div>
<div> <a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br></div>
<div> </div>
</blockquote></div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>erlang-questions mailing list<br></div>
<div><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br></div>
<div><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br></div>
</blockquote><div> </div>
</body>
</html>