Thanks Lee..
I am using the standard capfile
---
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }

load 'config/deploy' # remove this line to skip loading any of the
default tasks
---

Running cap -T  list only the standard tasks... deploy:cool task  is
not listed

Does it comes from the first line #cap 2 differentiator  ?



On 2 fév, 10:52, Lee Hambley <[email protected]> wrote:
> Does your Capfile, include your config/deploy.rb file?
>
> First recommendations are to add a description, to the task - and then run
> `cap -T` to enumerate the known tasks, and you can see if it somehow has
> been loaded into the wrong namespace. If you don't want to add a
> description, see `cap -vT`
>
> - Lee

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to