Just to give more information I'm using the git Head version of ChicagoBoss.
I copied priv/elixir into the src directory on ChicagoBoss directory, now I have the directory src/elixir.
Compiled src/boss/boss_erlydtl_tags.erl
Compiled src/boss/boss_mail_driver_mock.erl
Compiled src/boss_test/boss_test.erl
=INFO REPORT==== 2-Aug-2013::11:11:30 ===
application: elixir
exited: {bad_return,
{{elixir,start,[normal,[]]},
{'EXIT',
{undef,
[{elixir,start,[normal,[]],[]},
{application_master,start_it_old,4,
[{file,"application_master.erl"},
{line,269}]}]}}}}
type: temporary
ERROR:
*** Missing Elixir compiler ***
You must do one of the following:
a) Install Elixir globally in your erl libs
b) Add Elixir as a dep for your project, eg:
{deps, [{elixir, "0.9.3",
{tag, "v0.9.3"}}}]}.
{lib_dirs, ["deps/elixir/lib"]}.
ERROR: compile failed while processing /home/dferreira/dev/ChicagoBoss: rebar_abort
When I rerun /rebar compile the error just goes away and everything seams ok.
Untill I create the app and try to run it.
Another this the README_ELIXIR.md and the rebar.conf have different instructions on how to get Elixir working.