Hi,

Is it possible to call methods in other namespaces?

ex.

namespace :x do
   task :some_task, do
     # call to task :other_task in :y
   end  
end

namespace :y do
   task :other_task, do
     # how to call this from :x?
   end  
end

regards,

Andy Koch


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to