Hello RoR Developers, I have problem with rake, I got gettext.rake("lib/tasks") something like desc ''Create mo files'' task :createmo do require ''gettext/utils'' require ''gettext/rails'' GetText.create_mofiles(true, ''po'', ''locale'') end end when I try to use it,gives me error like, rake createmo (in C:/..../rails) rake aborted! Don''t know how to build task ''createmo'' (See full trace by running task with --trace) what can I do now? what is the problem here.. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---