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

Warning from reltool on unexpected item build_dependencies #92

Closed
ypaq opened this issue Dec 19, 2012 · 3 comments
Closed

Warning from reltool on unexpected item build_dependencies #92

ypaq opened this issue Dec 19, 2012 · 3 comments

Comments

@ypaq
Copy link

ypaq commented Dec 19, 2012

I get the following warning from reltool:

 Unexpected item build_dependencies in app file "../rel/../deps/meck/ebin/meck.app".

when meck is a rebar dependency. The list in meck.app is empty maybe it can be removed.

@nevar
Copy link

nevar commented Dec 19, 2012

Can you show your reltool.config?

I think meck.app is empty because any module from meck is not used in your release.
Depending on config, reltool can remove unused module from release.

It is better exclude meck from release. if you use it only for testing.

@eproxus
Copy link
Owner

eproxus commented Dec 19, 2012

Please try and see if the removed build_dependecies fixes the problem. Otherwise you can re-open the issue.

@ypaq
Copy link
Author

ypaq commented Dec 19, 2012

Thanks Adam! Warning is gone.

Cheers

  • Tilman

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

No branches or pull requests

3 participants