Fred, the new option is there to allow to build a target structure which only contains "your" applications, intended to run with an existing erlang/OTP installation. You should specify your incl_cond options as before. The resulting target structure will contain a lib directory with applications not found under $OTP_ROOT, and a releases directory with rel, script and boot files. No erts, kernel, stdlib, etc...<div>
Note that the option is experimental in R15B02.</div><div>Regards</div><div>/siri</div><div><br><div class="gmail_quote">2012/9/5 Fred Hebert <span dir="ltr"><<a href="mailto:mononcqc@ferd.ca" target="_blank">mononcqc@ferd.ca</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    I have a question about OTP-9743:<br>
    
    <pre>    OTP-9743  A new sys level configuration parameter {excl_lib,otp_root}
              is added. When this is set, the target system will not
              contain anything from $OTP_ROOT. It will only contain a
              releases directory with rel, script and boot files, and a lib
              directory with applications found outside of $OTP_ROOT (i.e.
              "your own" applications).</pre>
    I'm not sure I understand it. Is this in place to allow people to
    make restrictive releases without a restrictive {incl_cond, ...}
    system-wide option (and then having {incl_cond, ...} overload it at
    an app level?)<br>
    <br>
    Does that end up giving users releases that have no stdlib or kernel
    with them? <br><div><div class="h5">
    <br>
    <br>
    <div>On 12-09-05 6:55 AM, Kenneth Lundin
      wrote:<br>
    </div>
    </div></div><blockquote type="cite"><div><div class="h5"><span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Erlang/OTP <span style="background-color:rgb(255,255,204)"><span>R15B02</span></span> has
        been released.</span>
      <div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
        <br>
      </div>
      <div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">This
        release mainly contains a number of bug fixes as well as smaller
        user contributions (but as<br>
        usual there are some new functionality as well).</div>
      <div>
        <div>
          <p style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><strong>Highlights:<br>
            </strong></p>
          <ul>
            <li><span style="color:rgb(34,34,34);font-family:arial,sans-serif">Dialyzer:</span></li>
            <ul>
              <li><span style="color:rgb(34,34,34);font-family:arial,sans-serif">The
                  type analysis tool Dialyzer is optimized to be
                  generally faster. </span></li>
              <li><span style="color:rgb(34,34,34);font-family:arial,sans-serif">It
                  can now also run in parallel (default) on SMP systems
                  and by this perform the analysis significantly faster
                  (Thanks to Stavros Aronis and Kostis Sagonas) </span></li>
            </ul>
            <li><span style="color:rgb(34,34,34);font-family:arial,sans-serif">The
                SSL application now has experimental support for the TLS
                1.1 and 1.2 standards as well (Thanks to Andreas
                Schultz).</span></li>
            <li><span style="color:rgb(34,34,34);font-family:arial,sans-serif">CommonTest: </span></li>
            <ul>
              <li><span style="color:rgb(34,34,34);font-family:arial,sans-serif">It
                  is now possible to sort the generated html tables.</span></li>
              <li><span style="color:rgb(34,34,34);font-family:arial,sans-serif">A
                  Netconf client (ct_netconf) which support basic
                  netconf over ssh is added</span></li>
            </ul>
            <li><span style="color:rgb(34,34,34);font-family:arial,sans-serif">Diameter:
                Statistics counters related to Diameter messages can now
                be retrieved by calling the diameter:service_info/2
                function.</span></li>
            <li><span style="color:rgb(34,34,34);font-family:arial,sans-serif">Various
                smaller optimizations in the Erlang VM</span></li>
            <li><span style="color:rgb(34,34,34);font-family:arial,sans-serif">This
                release contains 66 contributions from users outside the
                Ericsson team  </span></li>
          </ul>
          <p style="font-weight:bold"><font color="#222222" face="arial,
              sans-serif"><br>
            </font></p>
          <p><span style="color:rgb(34,34,34);font-family:arial,sans-serif">You
              can find the README file with more detailed info at</span></p>
        </div>
        <div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><a href="http://www.erlang.org/download/otp_src_R15B02.readme" style="color:rgb(17,85,204)" target="_blank">http://www.erlang.org/download/otp_src_R15B02.readme</a></div>

        <div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br>
        </div>
        <div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">
          <div>You can download the full source distribution from</div>
          <div> </div>
          <div>  <a href="http://www.erlang.org/download/otp_src_R15B02.tar.gz" style="color:rgb(17,85,204)" target="_blank">http://www.erlang.org/download/otp_src_R15B02.tar.gz</a></div>
          <div>  <a href="http://www.erlang.org/download/otp_src_R15B02.readme" style="color:rgb(17,85,204)" target="_blank">http://www.erlang.org/download/otp_src_R15B02.readme</a> (this
            file)</div>
          <div><br>
          </div>
          <div>Note: To unpack the TAR archive you need a GNU TAR
            compatible program.</div>
          <div><br>
          </div>
          <div>For installation instructions please read the README that
            is part of</div>
          <div>the distribution.</div>
          <div>
            <br>
          </div>
          <div>You can also find this release at the official Erlang/OTP
            Git-repository at Github here:</div>
          <div><a href="https://github.com/erlang/otp/tree/OTP_R15B02" style="color:rgb(17,85,204)" target="_blank">https://github.com/erlang/otp/tree/OTP_R15B02</a> (i.e.
            on the maint branch tag= OTP_R15B02)</div>
          <div><br>
          </div>
          <div>The Windows binary distribution can be downloaded from</div>
          <div><br>
          </div>
          <div>  <a href="http://www.erlang.org/download/otp_win32_R15B02.exe" style="color:rgb(17,85,204)" target="_blank">http://www.erlang.org/download/otp_win32_R15B02.exe</a></div>
          <div>  <a href="http://www.erlang.org/download/otp_win64_R15B02.exe" style="color:rgb(17,85,204)" target="_blank">http://www.erlang.org/download/otp_win64_R15B02.exe</a></div>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>On-line documentation can be found at <a href="http://www.erlang.org/doc/" style="color:rgb(17,85,204)" target="_blank">http://www.erlang.org/doc/</a>.</div>
          <div>You can also download the complete HTML documentation or
            the Unix manual files</div>
          <div><br>
          </div>
          <div>  <a href="http://www.erlang.org/download/otp_doc_html_R15B02.tar.gz" style="color:rgb(17,85,204)" target="_blank">http://www.erlang.org/download/otp_doc_html_R15B02.tar.gz</a></div>
          <div>  <a href="http://www.erlang.org/download/otp_doc_man_R15B02.tar.gz" style="color:rgb(17,85,204)" target="_blank">http://www.erlang.org/download/otp_doc_man_R15B02.tar.gz</a></div>
          <div><br>
          </div>
          <div>We also want to thank those that sent us patches,
            suggestions and bug reports,</div>
          <div><br>
          </div>
          <div>The Erlang/OTP Team at Ericsson</div>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><div class="im"><pre>_______________________________________________
erlang-questions mailing list
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a>
</pre>
    </div></blockquote>
    <br>
  </div>

<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>
<br></blockquote></div><br></div>