Kevin,

> /lib/tasks called try.rake:
>
> desc "try rake"
> task :one do
> puts "task one"
> end

Assuming the file is named "#{RAILS_ROOT}/lib/tasks/try.rake", all
this is fine.

You don't need to use namespaces if you don't want to.

> Don't know how to build task 'try,one'

You should have a task named "one" showing up in the -T list, 'try'
will not be part of the task name unless you specify a namespace.

Bryan
--~--~---------~--~----~------------~-------~--~----~
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