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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to