Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relx faiIs when there is no registered option in .app file #32

Closed
nivertech opened this issue Sep 10, 2013 · 1 comment
Closed

Relx faiIs when there is no registered option in .app file #32

nivertech opened this issue Sep 10, 2013 · 1 comment

Comments

@nivertech
Copy link

This is the error I getting. I'd hate to go over many deps, fork them and fix .app.src files.

Resolved myrel-0.0.1
Errors generating release 
    someapp: Missing parameter in .app file: registered

According to Erlang/OTP documentation, many options in .app file have defaults, including registered, for which default is [].

http://www.erlang.org/doc/man/app.html

@tsloughter
Copy link
Member

No, it says registered is optional for the application controller. It is required to be defined for systools. So you must have it for use with relx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants