Hi Jesse, No problem on the timing, but the new rebar gave me exactly the same result. :-(
I have not looked into the rebar source, but if I had to guess I would put money on the fact that rebar_config:get_global uses the same mechanism as boss_env:get_env, i.e. a call to application:get_env/2 I traced my original problem back to the fact that my call boss_env:get_env(App, path, "") was returning 'undefined', and I would lay a pound to a penny that this issue in compiling boils down to the same problem. I even get 'undefined' when I run boss_env:get_env(App, path, "") from the command line. g On 10 July 2014 02:52, Jesse Gumm <[email protected]> wrote: > Whoa, sorry, I forgot I didn't respond to this - this was a hell of a > weekend. > > That version is definitely out of date. > > From the latest version of CB: > $ ./rebar --version > rebar 2.2.0 R16B02 20140228_085107 git 2.2.0-20-g6e24cd6-dirty > > Try cloning the latest HEAD and copy that rebar into your app, or just > download from > https://github.com/ChicagoBoss/ChicagoBoss/raw/master/skel/rebar > > But you'll probably have to `chmod a+x rebar` if you do the latter. > > On Sun, Jul 6, 2014 at 5:08 AM, Graeme Defty <[email protected]> > wrote: > > Jesse, > > > > I THINK it is OK because I recently generated a new project to check my > > structure was not missing anything and I am fairly sure I copied rebar > > across. > > > > Anyway, I get the following: > > > > $ ./rebar --version > > rebar version: 2 date: 20120209_044624 vcs: git 1c1a32b > > > > Not sure if this is good or bad. > > > > g > > > > > > > > > > > > > > > > > > -- > > You received this message because you are subscribed to the Google Groups > > "ChicagoBoss" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > Visit this group at http://groups.google.com/group/chicagoboss. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/chicagoboss/CAKF5fiA6inb5RGrnn9m0%2BuDsWchEmPT_e4cXbLB%2B%3DhmNhzncnQ%40mail.gmail.com > . > > For more options, visit https://groups.google.com/d/optout. > > > > -- > Jesse Gumm > Owner, Sigma Star Systems > 414.940.4866 || sigma-star.com || @jessegumm > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/CAPTXyXfzR6HPtR3O6FbNj92jZinVouB%2B4Fna5SAMiyg2ZMfj%2Bg%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CAKF5fiDRKh%3DPBTqH7YTVegM7CHdVPnoYu6fsmzuN9%2Bw9To8DfQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
