Hi Jesse,
In the past I have never been able to compile the app in dev, though on the production server it was fine. Now I realise this was almost certainly tied up with the naming conventions. I run 4 instances on the production server, but in each case the app name is reflected in the name of the directory.
Previously trying to compile in dev gave an error in init. This time we seem to have moved a little further through the process because it took a little longer and gave the following:
graeme@graeme-IdeaPad-S410p:~/projects/egolf/dev/prodfix$ ./rebar boss c=compile==> prodfix (boss)
07:52:03.419 [info] Application lager started on node nonode@nohost
ERROR: boss failed while processing /home/graeme/projects/egolf/dev/prodfix: {'EXIT',
{undef,
[{rebar_config,get_global,
[{config,"/home/graeme/projects/egolf/dev/prodfix",
[{plugin_dir,["priv/rebar"]},
{plugins,[boss_plugin]},
{eunit_compile_opts,[{src_dirs,["src/test"]}]},
{edoc_opts,[no_packages,private]},
local]},
verbose,0],
[]},
{boss_rebar,compile,4,
[{file,"../ChicagoBoss-0.8.12/priv/rebar/boss_rebar.erl"},
{line,100}]},
{boss_plugin,boss,2,[{file,"priv/rebar/boss_plugin.erl"},{line,33}]},
{rebar_core,run_modules,4,[]},
{rebar_core,execute,4,[]},
{rebar_core,process_dir0,6,[]},
{rebar_core,process_commands,2,[]},
{rebar,main,1,[]}]}}
graeme@graeme-IdeaPad-S410p:~/projects/egolf/dev/prodfix$