Hi, On Mon, Jul 14, 2008 at 10:27:05AM -0700, Ian wrote: > > Is there any reason why plugins are not autoloaded and associated pake > tasks aren't available when they're linked via symlink? By design or > flaw?
Hmm? At least for me it works: (3001) [EMAIL PROTECTED]: ~/src/mccp % ls -l plugins/sfDoctrinePlugin lrwxrwxrwx 1 sunshine sunshine 26 Jun 8 02:51 plugins/sfDoctrinePlugin -> ../vendor/sfDoctrinePlugin (3002) [EMAIL PROTECTED]: ~/src/mccp % ./symfony 2>&1 | grep doctrine doctrine :build-all Generates Doctrine model, SQL and initializes the database (doctrine-build-all) :build-all-load Generates Doctrine model, SQL, initializes database, and load data (doctrine-build-all-load) [...] Andreas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
