<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 03/19/2013 12:48 PM, Håkan Mattsson wrote:
    <blockquote
cite="mid:CANRhibsCuJmtNX4_So7uMtf_DOA9DZfg66ergEszoMV_QX-Cmw@mail.gmail.com"
      type="cite">
      <pre wrap="">On Tue, Mar 19, 2013 at 11:41 AM, Fredrik <a class="moz-txt-link-rfc2396E" href="mailto:fredrik@erlang.org"><fredrik@erlang.org></a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">On 03/19/2013 09:38 AM, Håkan Mattsson wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">
When generating cross compiled systems it is rather inconvenient that
reltool requires that even excluded applications are part of the
configuration. The symptom of this is an error claiming that the
application directory is missing.

With this patch, a missing a application directory is now classified
as warning if the application is explicitly excluded.

   git fetch git://github.com/hawk/otp.git hawk/reltool_relaxed_exclude

or viewed here

   <a class="moz-txt-link-freetext" href="https://github.com/hawk/otp/compare/hawk/reltool_relaxed_exclude">https://github.com/hawk/otp/compare/hawk/reltool_relaxed_exclude</a>
   <a class="moz-txt-link-freetext" href="https://github.com/hawk/otp/compare/hawk/reltool_relaxed_exclude.patch">https://github.com/hawk/otp/compare/hawk/reltool_relaxed_exclude.patch</a>

/Håkan
_______________________________________________
erlang-patches mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-patches@erlang.org">erlang-patches@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-patches">http://erlang.org/mailman/listinfo/erlang-patches</a>
</pre>
        </blockquote>
        <pre wrap="">
Hello,
Your patch seems not to build,

reltool_server_SUITE.erl:1352:33: variable 'Config' is unbound
</pre>
      </blockquote>
      <pre wrap="">
Sorry. I did a last minute change in the test program.
Please, refetch.

/Håkan
</pre>
    </blockquote>
    Hello again,<br>
    Your patch seems to fail a testcase:<br>
    reltool_server_SUITE, exclude_non_existing_app<br>
    with reason:<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <pre style="color: rgb(0, 0, 0); font-family: Monaco, 'Andale Mono', Consolas, monospace; font-size: 0.8em; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">reltool_server_SUITE.erl(1371): SPEC: {error,
                                       "Illegal library \"*DIRECTORY*": no such file or directory"}

reltool_server_SUITE.erl(1372): <error>
Not matching actual result was:
        {error,"Illegal library \"*DIRECTORY*": no such file or directory"} 
Expected:
        {ok,["foobar: Missing application directory."]}</error></pre>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 

BR Fredrik Gustafsson
Erlang OTP Team</pre>
  </body>
</html>