Hi,<br><br>I am not expert, but a simple solution would be to create an application which can call other applications. You can call at any time application:start(...) inside your application.<br><br>Cheers,<br>CGS<br><br><br>
<br><div class="gmail_quote">On Mon, Sep 19, 2011 at 4:56 PM, Eric Merritt <span dir="ltr"><<a href="mailto:ericbmerritt@gmail.com">ericbmerritt@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hey guys,<br>
<br>
 I am looking at escript and wondering how to go about distributing<br>
more then one OTP app in an escript. That is, a project and it's<br>
dependencies.<br>
<br>
 From the documentation and tests on my part that validate that it<br>
looks like escript:create can have one of an escript or a code archive<br>
(one and only one) as its body. From reading the docs on code archives<br>
an archive may contain one and only one OTP Application and be named<br>
for that OTP Application.<br>
<br>
Unless I am missing something, which could be very true, it looks like<br>
an escript must conform to one of the following.<br>
<br>
 - All dependencies must be on the users box (ie part of the erlang<br>
distribution)<br>
 - All dependencies must be copied into a single OTP Application<br>
<br>
I am hoping that I am wrong on this as these constraints are a problem.<br>
<br>
Eric<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>
</blockquote></div><br>