Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug that weber can't find locale files. #172

Merged
merged 1 commit into from
Feb 27, 2014

Conversation

tmaeda
Copy link
Contributor

@tmaeda tmaeda commented Feb 27, 2014

When I ran start.sh of exmaples/SimpleChat, I got following error.

** Reason for termination ==
** {{'Elixir.File.Error','__exception__',enoent,<<"read file">>,
        <<"/Users/xxx/rpm/SOURCES/weber/examples/SimpleChat/deps/weber/lib/weber/i18n/localization/localeen_US.json">>},
    [{'Elixir.File','read!',1,[{file,"lib/file.ex"},{line,205}]},
     {'Elixir.Weber.Localization.LocalizationManager',apply_on_file,3,
         [{file,"lib/weber/i18n/localization_manager.ex"},{line,54}]},
     {'Elixir.Enum','-each/2-lists^foreach/1-0-',2,
         [{file,"lib/enum.ex"},{line,517}]},
     {'Elixir.Enum',each,2,[{file,"lib/enum.ex"},{line,517}]},
     {'Elixir.Weber.Localization.LocalizationManager',handle_cast,2,
         [{file,"lib/weber/i18n/localization_manager.ex"},{line,29}]},
     {gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,604}]},
     {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]}

0xAX pushed a commit that referenced this pull request Feb 27, 2014
Fix bug that weber can't find locale files.
@0xAX 0xAX merged commit b8512e4 into elixir-web:master Feb 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants