FYI, we had several reports of this last week. They stopped when I changed the svn:external for Symfony in lib/vendor from "Symfony" to "symfony." It's very easy to miss this bug if you are developing on a Mac because of their case-insensitive file system, but you get burned when you try the same package on Linux and discover that, as Lacton says, the autoloader excludes only the lowercase spelling when looking for app-specific files.
On Tue, Dec 1, 2009 at 1:34 PM, Lacton <[email protected]> wrote: > Dear Symfony developers, > > I have investigated issue #5428 and I think I found the 3 defects that > caused the original dysfunction (i.e., "config_autoload.yml.php has > path to class template"). > > My analysis and fix proposals can be found there: > http://trac.symfony-project.org/ticket/5428#comment:15 > > I would like to know > 1. if you agree with my analysis, > 2. what you think of the fixes I propose, > 3. if you think it would be worthwhile for me to implement one (or > several) fixes for the reported defects, either the ones I propose or > others you can think of. > > Cheers. > > Lacton > > -- > > You received this message because you are subscribed to the Google Groups > "symfony developers" 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-devs?hl=en. > > > -- Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.com -- You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en.
