[erlang-bugs] Reltool and code clash

Siri Hansen erlangsiri@REDACTED
Mon Apr 18 09:19:10 CEST 2011


Hi Andrew!
Thank you for reporting this. I will look into it for the coming release.
Regards
/siri@REDACTED

2011/4/11 Andrew Gopienko <gopienko@REDACTED>

> In case of code clash between applications reltool skips beam files in
> generated release.
>
> I have Tsung installed under /usr/local/lib/erlang/lib and
> my release directory (rebar based) with mochiweb application.
> Tsung and mochiweb have same beams - mochijson2, mochinum,
> mochiweb_charref, mochiweb_html.
> Key fragment of reltool.config
>        {app, mochiweb,    [{incl_cond, include}]},
>        {app, 'tsung-1.4.0a',  [{incl_cond, exclude}]},
>
> For such configuration reltool generates release in which there are no
> files
>  mochijson2.beam, mochinum.beam, mochiweb_charref.beam, mochiweb_html.beam
> in mochiweb application.
>
> I think, in this situation, reltool can return an error or using the hint
> {incl_cond, exclude} to generate the proper release spec.
>
>
> Andrew Gopienko
> ThreeLine LLC
> trxline.ru
>
>
>
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://erlang.org/mailman/listinfo/erlang-bugs
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20110418/c3062565/attachment.htm>


More information about the erlang-bugs mailing list