Erwin wrote:
> seems impossible to reuse a defined local variable in another local
> variable ?
> mongrel_config : #{deploy_to}/current/config/mongrel_cluster.yml
> doesn't work... I had to write the full path ... is it a bug or
> normal behavior ?
For now, interpolation strings does not work in Webistrano variables due
to the escaping. It works of course in recipes/tasks. In this case you
would have to either give mongrel_config the full path or set it in a
recipe.
Jonathan
--
Jonathan Weiss
http://blog.innerewut.de
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---