From: "Wayne E. Seguin" Date: 2007-08-21T04:48:25+09:00 Subject: Rake question: How to call a task from a different namespace. --Apple-Mail-5-1026194345 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed How does one call from inside a namespace, a task from another namespace? namespace :foo do task :a do puts "Hello from task a!" end end namespace :bar do task :b do Rake::Task[:foo][:a] # How to call foo:a ??? end end Thanks! ~Wayne s///g Wayne E. Seguin Sr. Systems Architect & Systems Administrator --Apple-Mail-5-1026194345--