I'm attempting to setup up Mongrel cluster tasks in a version 2.0
deploy.rb using the new namespace shorthand as follows:

desc "Start mongrel cluster"
deploy.app.task :start do
  sudo "mongrel_rails cluster::start -C #{mongrel_conf}"
end

For some reason when I run

cap -T

the tasks don't show up, as the desc isn't being picked up.

cap -Tv shows the tasks, but with blank description.

The tasks work fine.

Question is:

Where do I place the desc in order for cap -T to properly see them as
non-internal tasks?

Many thanks,

steve.


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