Done! Thank you very much! xj
On Feb 1, 6:39 pm, Preloader <[email protected]> wrote: > Hello, > > it seems that the extract task does not consider the cache directory. > > In sfI18nApplicationExtract::extract() only templates and libs are > included: > > $this->extractFromPhpFiles(sfConfig::get('sf_app_template_dir')); > $this->extractFromPhpFiles(sfConfig::get('sf_app_lib_dir')); > > I tried to add the cache directory and voila, it works: > > $this->extractFromPhpFiles(sfConfig::get('sf_cache_dir')); > > I will check, if there is a ticket regarding this problem. > > Kind regards, Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
