<div dir="ltr">Hi Michael!<div><br></div><div>I haven't spent a lot of time on this yet, but I was just trying to find the chain of dependencies that lead to syntax_tools, but I find it a bit hard I would appreciate some help... </div>
<div><br></div><div>I found one way but it didn't really make sense: </div><div><br></div><div>reltool.config includes application 'cloudi_service_db_cassandra', and in <a href="http://cloudi_service_db_cassandra.app.src.in">cloudi_service_db_cassandra.app.src.in</a> you have {applications,[...,cloudi_x_erlang_cassandra,...]}</div>
<div><br></div><div>Under the directory external/cloudi_x_erlang_cassandra/src/ I then find erlang_cassandra.app.src, which indeed has {applications,[...,syntax_tools,...]} - but this is obviously an application named 'erlang_cassandra' and not 'cloudi_x_erlang_cassandra' as listed above... so how does this work?</div>
<div><br></div><div>Regards</div><div>/siri</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-01 19:42 GMT+02:00 Michael Truog <span dir="ltr"><<a href="mailto:mjtruog@gmail.com" target="_blank">mjtruog@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I believe I found a bug that causes reltool to ignore dependencies when generating a release.  I am not sure where the problem is within reltool, but I at least have a way to demonstrate it. <a href="https://github.com/CloudI/CloudI/blob/develop/src/reltool.config.in#L78-L89" target="_blank">https://github.com/CloudI/<u></u>CloudI/blob/develop/src/<u></u>reltool.config.in#L78-L89</a> shows lines that are unnecessary within the reltool.config file. The dependencies mentioned there should be found automatically by reltool.  If you remove those lines and do a make install (after the autogen.sh and configure steps) you will see the dependencies mentioned in these lines are not there.<br>

<br>
Thanks,<br>
Michael<br>
______________________________<u></u>_________________<br>
erlang-bugs mailing list<br>
<a href="mailto:erlang-bugs@erlang.org" target="_blank">erlang-bugs@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-bugs" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-bugs</a><br>
</blockquote></div><br></div>