<div>Just a clarification.</div><div> </div><div>The dependency information given in the .app file is only intended to give info about the start order dependency. I.e. that another application needs to be started before this application is started.</div>
<div> </div><div>Some applications are just libraries of code and does not have any processes that need to be started. This is the case for public_key and asn1.</div><div> </div><div>So you cannot rely on the info in the .app files when it comes to run-time dependencys (you don't get the complete picture). </div>
<div>For getting the complete picture you can use reltool and or xref.</div><div> </div><div>This is how it is today. It might be good to include a more complete dependency info in the .app files but we are not there yet.</div>
<div> </div><div>/Kenneth Erlang/OTP, Ericsson<br><br></div><div class="gmail_quote">On Thu, Feb 14, 2013 at 7:56 AM, Minin Maxim <span dir="ltr"><<a href="mailto:Maxim.Minin@baaderbank.de" target="_blank">Maxim.Minin@baaderbank.de</a>></span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">Hello Ingela,<br>
<br>
thank You  for your answer.<br>
I use R15B03.<br>
You are right - in R16A ssh specifies public_key as dependency application.<br>
But eldap is still dependent on ASN1. If I grep, I get following result:<br>
<br>
grep -n asn src/eldap.erl<br>
<br>
202:optional([])    -> asn1_NOVALUE;<br>
376:    TcpOpts = [{packet, asn1}, {active,false}],<br>
683:    {ok,Bytes} = asn1rt:encode('ELDAPv3', 'LDAPMessage', Message),<br>
702:        case asn1rt:decode('ELDAPv3', 'LDAPMessage', Packet) of<br>
<br>
The module asn1rt is a part of asn1 lib. Are you planning to remove the dependency from ASN1 kompletely?<br>
<br>
Thanks<br>
<br>
Maxim Minin<br>
<br>
Von: Ingela Andin [mailto:<a href="mailto:ingela.andin@gmail.com">ingela.andin@gmail.com</a>]<br>
Gesendet: Mittwoch, 13. Februar 2013 16:54<br>
An: Minin Maxim<br>
Cc: <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
Betreff: Re: [erlang-questions] question about eldap and ssh<br>
<div class="HOEnZb"><div class="h5"><br>
Hello!<br>
<br>
What version are you using?  Latest ssh  specifies  public_key as dependency application and I do not think that eldap should be rutime dependent on ASN1 (atleast not latest version).<br>
<br>
Regards Ingela Erlang/OTP team - Ericsson AB<br>
<br>
<br>
2013/2/11, Minin Maxim <<a href="mailto:Maxim.Minin@baaderbank.de">Maxim.Minin@baaderbank.de</a>>:<br>
> Hi<br>
><br>
> i try  to build a release of an application with dependencies of some<br>
> standard libs and fail because not all necessary applications are have<br>
> been packaged.<br>
> I use eldap and ssh in my application. Eldap itself needs the lib ans1<br>
> and ssh - public_key. But both have not in their app-files the ans1<br>
> and public_key as dependency.  As a result this two applications (ans1<br>
> and<br>
> public_key)  are not in my release.<br>
> Is it a bug, that the dependencies are missing in the app-file of<br>
> eldap and ssh or am I doing something wrong?<br>
><br>
> thanks<br>
><br>
> Maxim Minin<br>
><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br>