On 05.02.2011, at 16:40, Fabien Potencier wrote: > On 2/5/11 4:11 PM, Kris Wallsmith wrote: >> Management will be much easier once we have a bundle management system >> in place. Not sure what the status is there, however. > > You're right. Don't let the bundle management system interfere with our > decisions. > > We will probably work on it this week-end.
so where are we at with this topic? seems to me like if Symfony core Bundles will get their own repo it might make sense to install them into the src dir just like any other Bundle and the Components into vendor, which then means there will be two dir's with the Symfony namespace. however if we do: src/Symfony/FrameworkBundle namespace Symfony\FrameworkBundle and vendor/src/Symfony/Component/Util/Filesystem namespace Symfony\Component\Util\Filesystem we can just place the components first in the ns list and the bundles second and it should then work just fine without having to hit two dirs regards, Lukas Kahwe Smith [email protected] -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.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
