[symfony-users] Problem with doctrine:generate:entities

2011-06-08 Thread Jérémy Simonklein
Hi, Here is my problem :* *- I've generated entities classes and their methods with "doctrine:generate:entity" and "doctrine:generate:entities" in my Symfony 2 application. - I've generated the schema with "doctrine:schema:create". - I've made some modification, adding methods and associations

Re: [symfony-users] Problem with doctrine:generate:entities

2011-05-13 Thread Christophe COEVOET
Le 13/05/2011 16:28, arnobeck.sdv a écrit : Hello, When I want to generate doctrine entities, with this command : ./ console.sh doctrine:generate:entities SdvMonitoringBundle I get this error : [RuntimeException] Bundle "SdvMonitoringBundle" does not contain any mapped entities. But in my Bu

[symfony-users] Problem with doctrine:generate:entities

2011-05-13 Thread arnobeck.sdv
Hello, When I want to generate doctrine entities, with this command : ./ console.sh doctrine:generate:entities SdvMonitoringBundle I get this error : [RuntimeException] Bundle "SdvMonitoringBundle" does not contain any mapped entities. But in my Bundle Ressources/conf/ folder, I have files like