On Fri, Jul 4, 2014 at 1:22 AM, Jesse Gumm <[email protected]> wrote: > I haven't had a chance yet to tinker with CB and releases or relx yet. > I've been tinkering with SimpleBridge lately to finish up the 2.0 > branch and knock out any more bugs (along with making a test suite for > it), and then updating CB to use it. > > That said, I can't think of a reason why CB wouldn't work with > releases - it's a pretty standard Erlang app.
I've started looking at how it works, and there are some things I'm unsure of. I'll try and post a working example once I have something. Why are there a bunch of .app files in boss's ebin/ directory? -rw-r--r-- 1 davidw davidw 2.8K Jun 9 16:19 ebin/boss.app -rw-r--r-- 1 davidw davidw 292 Jun 9 16:16 ebin/boss_db_test.app -rw-r--r-- 1 davidw davidw 317 Jun 9 16:16 ebin/boss_session_test.app -rw-r--r-- 1 davidw davidw 365 Jun 9 16:16 ebin/boss_translator.app -rw-r--r-- 1 davidw davidw 187 Jun 9 16:16 ebin/bson.app -rw-r--r-- 1 davidw davidw 631 Jun 9 16:16 ebin/erlydtl.app -rw-r--r-- 1 davidw davidw 673 Jun 9 16:16 ebin/medici.app -rw-r--r-- 1 davidw davidw 335 Jun 9 16:16 ebin/mongodb.app -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ -- 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/CA%2Bb9R_vB0OENeO7cDu0g1vkuZsE1F2yMHeS%3D1eq6GM45pen0Lg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
