Update: Wrong svn link in symfony documentation for svn install. Use
correct link problem goes away.

The  commands which generated errors were run from an svn symfony
install from here:
svn co http://svn.symfony-project.com/branches/1.2
which the below documentation link points to (see svn install)
http://www.symfony-project.org/installation/1_2

After installing doing "php symfony -V" gives symfony-1.2.0DEV

Using this svn link: svn co http://svn.symfony-project.com/tags/RELEASE_1_2_0/
After installing "php symfony -V" gives "symfony-1.2.0"

Hope it helps someone.

On Fri, Dec 5, 2008 at 12:48 PM, Roland Cruse <[EMAIL PROTECTED]> wrote:
> Hi.
>
> Just doing an upgrade to 1.2 from 1.1 from the svn 1.2 branch and was
> getting: Task "propel:build-filters" is not defined.
>
> Editing the config/ProjectConfiguration.class.php setup function:
>
>  //   $this->enableAllPluginsExcept(array('sfDoctrinePlugin',
> 'sfCompat10Plugin'));
>     $this->enablePlugins(array('sfCompat10Plugin','sfPropelPlugin',
> 'my plugins'));
>
> Above got build-filters to work. The key being calling the
> sfPropelPlugin. Thank you "notjosh" for pointing me in the right
> direction (use at your own risk)
>
> Cheers,
> Roland
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to