If I remove crypto from my app's applications config, this problem
goes away:
[sin_depends fault!!] {badmatch,[]}:
[{sin_depends,resolve_project_dependencies,4},
                {sin_depends,check_project_dependencies,4},
                {sin_depends,depends,1},
                {eta_task_runner,execute_task_stack,3},
                {eta_task_runner,run_tasks,3},
                {eta_task_runner,do_tasks,3},
                {eta_task_runner,'-run_task_reply/4-fun-0-',4},
                {proc_lib,init_p,3}]
Task failed

Here's my .app file:
{application, ssmsme,
 [{description, "ssmsme"},
  {vsn, "0.01"},
  {modules, [
    ssmsme,
    ssmsme_app,
    ssmsme_sup,
    ssmsme_deps,
    ssmsme_email,
    ssmsme_encrypt,
    ssmsme_msgstore,
    ssmsme_web,
    msg_controller,
    main_controller
  ]},
  {registered, []},
  {mod, {ssmsme_app, []}},
  {env, []},
  {applications, [kernel, stdlib, crypto, eunit]}]}.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlware-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/erlware-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to