Taken directly from the UPGRADE documentation from fabien himself ;) - Jon
On Thu, Sep 25, 2008 at 9:56 AM, Thomas Rabaix <[EMAIL PROTECTED]>wrote: > lol, nice example > > On Thu, Sep 25, 2008 at 4:52 PM, Jonathan Wage <[EMAIL PROTECTED]> wrote: > >> http://svn.symfony-project.com/branches/1.2/UPGRADE_TO_1_2 >> >> In config/ProjectConfiguration.php you can add >> >> public function setup() >> >> { >> $this->enablePlugins('sfDoctrinePlugin'); >> $this->disablePlugins('sfPropelPlugin'); >> } >> >> - Jon >> >> >> On Thu, Sep 25, 2008 at 9:39 AM, Francois Zaninotto < >> [EMAIL PROTECTED]> wrote: >> >>> >>> Well then you should enable your plugin in your project configuration. >>> Apparently, in sf 1.2, all plugins are disabled by default, exactly >>> the contrary as in previous versions. >>> >>> François >>> >>> 2008/9/25 Olivier Mansour <[EMAIL PROTECTED]>: >>> > >>> > >>> > 2008/9/25 Francois Zaninotto <[EMAIL PROTECTED]> >>> >> >>> >> did you enable the plugin in your project configuration? >>> > >>> > no. Actually I havent yet an application in my projets, only tasks >>> > my plugin just include several tasks, no modules. >>> > >>> > Olivier >>> > >>> >> >>> >> François >>> >> >>> >> 2008/9/25 Olivier Mansour <[EMAIL PROTECTED]>: >>> >> > any ideas ? >>> >> > >>> >> > I still can't find my plugin task in the default list proposed by >>> >> > ./symfony >>> >> > command >>> >> > your opinion, is it a sf1.2 bug ? >>> >> > >>> >> > 2008/9/24 Olivier Mansour <[EMAIL PROTECTED]> >>> >> >> >>> >> >> hello >>> >> >> >>> >> >> with sf1.2, a task declared in a plugin is not autoloaded. >>> >> >> (blablaTask.class.php under myPlugin/lib/task). When copying this >>> file >>> >> >> under >>> >> >> the lib/task directory I can access to this task. >>> >> >> Is there any change in sf1.2 about autoloading or plugin structure >>> ? >>> >> >> >>> >> >> thanks >>> >> >> Olivier >>> >> >> >>> >> >> -- >>> >> >> Olivier Mansour >>> >> >> [EMAIL PROTECTED] >>> >> >> http://www.glagla.org >>> >> > >>> >> > >>> >> > >>> >> > -- >>> >> > Olivier Mansour >>> >> > [EMAIL PROTECTED] >>> >> > http://www.glagla.org >>> >> > >>> >> > > >>> >> > >>> >> >>> >> >>> > >>> > >>> > >>> > -- >>> > Olivier Mansour >>> > [EMAIL PROTECTED] >>> > http://www.glagla.org >>> > >>> > > >>> > >>> >>> >>> >> >> >> -- >> Jonathan H. Wage >> Open Source Software Developer & Evangelist >> http://www.jwage.com >> >> >> > > > -- > Thomas Rabaix > Internet Consultant > > > > -- Jonathan H. Wage Open Source Software Developer & Evangelist http://www.jwage.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
