Two modules missing from list. Rebar treats this as an error, and stops compilation when the project's included as a dependency:
ak@rifter:~/eg/mtry$ rebar compile
==> mongodb (compile)
ERROR: One or more .beam files exist that are not listed in mongodb.app:
* mongo_replset
* pool
ak@rifter:~/eg/mtry$
Adding 'em makes mongodb-erlang rebar-compatible. :)
Two modules missing from list. Rebar treats this as an error, and stops compilation when the project's included as a dependency:
ak@rifter:~/eg/mtry$ rebar compile ==> mongodb (compile) ERROR: One or more .beam files exist that are not listed in mongodb.app: * mongo_replset * pool ak@rifter:~/eg/mtry$
Adding 'em makes mongodb-erlang rebar-compatible. :)