A missing bin directory is usually not the end of the world. * Let rebar create it if it doesn’t exist already * Create one yourself
It’s a normal directory with normal (= project owner) permissions. Nothing fancy. The **only** thing that comes to mind that if you have an old project and and newer Erlang install rebar might need to be updated. YMMV. —Kai > On Jan 13, 2015, at 08:38, Emacs the Viking <[email protected] > <mailto:[email protected]>> wrote: > > According to rebar docs, typing "rebar compile" is supposed to generate the > files in ./ebin > > I think this is why I have "missing route" problem.... no ebin means no > controllers loaded means no working deploy? > > So, where are the ./ebin files for *my* code... all the ./deps folders have > BEAM files in their ebin but not my project source files. I know they are > dynamically compiled in dev mode, but not in deploy mode. > > I think this might be the root cause of the other problem. > > > > -- > 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] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/chicagoboss > <http://groups.google.com/group/chicagoboss>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/5a2e28be-1823-45d5-a0dd-8c2e42a2d97e%40googlegroups.com > > <https://groups.google.com/d/msgid/chicagoboss/5a2e28be-1823-45d5-a0dd-8c2e42a2d97e%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <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/03420D95-D93A-4ED9-96FE-DA782BFC89ED%40gmail.com. For more options, visit https://groups.google.com/d/optout.
