I am trying to write a custom rake task for my app.  But however simple
my rake task is, rake -T still does not list it.  Here's my file in
/lib/tasks called try.rake:

desc "try rake"
task :one do
puts "task one"
end

and therefore when I run rake try.one I get the "Don't know how to build
task 'try,one'...  Anything else need to be configured to get custom
rake task to work?
Please help.  Thanks!
-- 
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to