anagromataf / ejabberd_elixir_umbrella

Umbrella to write Modules for ejabberd in Elixir
Other
6 stars 1 forks source link

ejabberd.app not found #1

Open sjmackenzie opened 9 years ago

sjmackenzie commented 9 years ago

Steps to recreate:

$ mix test

=INFO REPORT==== 21-Oct-2014::09:23:04 ===
    application: logger
    exited: stopped
    type: temporary
** (Mix) Could not start application ejabberd: could not find application file: ejabberd.app
anagromataf commented 9 years ago

This project is still in early stage. I'm using ejabberd 14.07_1 built with homebrew on Mac OS X 10.9. My export is:

export ERL_LIBS="/usr/local/Cellar/ejabberd/14.07_1/lib/"

With this it works for me. What system & versions are you using?

sjmackenzie commented 9 years ago

I'm using NixOS on Linux, using ejabberd master

anagromataf commented 9 years ago

Have you looked inside the ejabberd folder, if the ejabberd.app file is there?