I know I could automate the installing by using dependencies but I am trying to make the sfSympalPlugin all inclusive in svn. The core of sfSympalPlugin consists of multiple plugins and I don't want to have multiple repositories for each core plugin and for the users to have to install each individually.
- Jon On Sat, Feb 28, 2009 at 2:52 PM, Lee Bolding <[email protected]> wrote: > > > On 28 Feb 2009, at 19:57, Jonathan Wage wrote: > > > The problem I ran in to was that at the time that > > sfSympalPluginConfiguration is loaded, obviously plugins have > > already been loaded and registered so I am not able to have a plugin > > load more plugins. Anyone have any ideas? Currently you just have to > > install all the core plugins in addition to sfSympalPlugin but it > > would be ideal if the other core plugins were bundled with > > sfSympalPlugin. Similar to how sfDoctrinePlugin and sfPropelPlugin > > come with symfony core. > > I'm just thinking out loud here... > > Can't you register each plugin-plugin to listen to the post_install > event of the "parent" plugin? > > > > > > > -- Jonathan H. Wage Open Source Software Developer & Evangelist http://www.jwage.com http://www.doctrine-project.org http://www.symfony-project.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
