<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-text-plain" wrap="false" graphical-quote="true"
      style="font-family: -moz-fixed; font-size: 12px;" lang="x-western">Hi,<br>
      <br>
      The documentation at:
      <a class="moz-txt-link-freetext"
        href="http://www.erlang.org/doc/man/app.html">http://www.erlang.org/doc/man/app.html</a><br>
      <br>
      For included_applications says: "All applications which are
      included by this application. When this application is started,
      all included application will automatically be loaded, but not
      started, by the application controller. It is assumed that the
      topmost supervisor of the included application is started by a
      supervisor of this application."<br>
      <br>
      What it does not say, is that all the application dependencies of
      the included_applications are started automatically for you. While
      that handling of included_applications makes sense, it would be
      good to make explicit in the documentation, so people aren't led
      to believe they must start included_application dependencies
      manually (or so that they don't use included_applications if they
      do want to start the whole application manually).<br>
      <br>
      Thanks,<br>
      Michael
    </div>
  </body>
</html>