Sounds like this is leaning more towards a kind of tracing/callback functionality:
on :task_enter => :some_task on :task_exit => :another_task That also lends itself to other kinds of hooks, and provides a supporting infrastructure for the before/after hooks I posted in an earlier email. I'll work on that for the next preview release. - Jamis On May 3, 2007, at 1:39 AM, Rob Sanheim wrote: > > Is there a way to do before/after tasks for any task? So a sort of > catch all callback task? Basically before_any/after_any... > > - rob > -- > http://robsanheim.com > http://seekingalpha.com > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
