[erlang-questions] How to rebar-package an app but not start it?

Robert Raschke rtrlists@REDACTED
Fri Jul 26 19:01:51 CEST 2013


Hi Yash,

you then want to make myapp2 into a library application. That is you don't
provide the startup function as part of your myapp2.app definition.

Hope this helps,
Robby
On Jul 26, 2013 3:22 PM, "Yash Ganthe" <yash_ganthe@REDACTED> wrote:

>  Hi,****
>
> ** **
>
> In reltool.config I have:****
>
> . . . {rel, "myrel", "0.0.1",****
>
>         [****
>
>          kernel,****
>
>          stdlib,****
>
>          sasl,****
>
>          myapp****
>
>          ,myapp2****
>
>                                 ****
>
> When I start the node, myapp starts on it followed by myapp2.****
>
> ** **
>
> How do I prevent myapp2 from starting? I would like to start it later.****
>
> ** **
>
> Thanks,****
>
> Yash****
>
> DISCLAIMER ========== This e-mail may contain privileged and confidential
> information which is the property of Persistent Systems Ltd. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Persistent Systems Ltd. does not accept any liability for
> virus infected mails.
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130726/0b4a787d/attachment.htm>


More information about the erlang-questions mailing list