[symfony-users] Re: Trying to generate entities (doctrine)

2011-05-26 Thread Javier Garcia
Thanks that worked! On May 25, 11:09 pm, Pierre p...@pierre-minnieur.de wrote: I bet the following will result in a could not guess where to put the classes in error:     php app/console doctrine:generate:entities Jander\\CalendarBundle But this should work right now:     php app/console

[symfony-users] Re: Trying to generate entities (doctrine)

2011-05-26 Thread Zacarías
Hola Javier, estoy siguiendo el hilo de esta entrada porque me encuentro con el mismo problema que tu, [ErrorException] .../Driver/ AbstractFileDriver.php line 121 He intentado dearrollar los pasos que Pierre te indica y que a ti te funcionana pero no hay manera, me sigue apareciendo el mismo

[symfony-users] Re: Trying to generate entities (doctrine)

2011-05-26 Thread Zacarías
Listo, me falataba eliminar el cache y los archivos yml con la notación de la beta1, pero gracias de todas formas. Saludos, Zacarías On 26 mayo, 13:11, Zacarías zacarias.calab...@gmail.com wrote: Hola Javier, estoy siguiendo el hilo de esta entrada porque me encuentro con el mismo problema

[symfony-users] Re: Trying to generate entities (doctrine)

2011-05-25 Thread Javier Garcia
Thanks Christophe but now I'm getting this: Namespace ClanderBundle does not contain any mapped entities. This is my what I have in /src/Jander/ClanderBundle/Resources/config/ doctrine/User.orm.yml Jander\ClanderBundle\Entity\User: type: entity table: user id: id:

[symfony-users] Re: Trying to generate entities (doctrine)

2011-05-25 Thread Pierre
I bet the following will result in a could not guess where to put the classes in error: php app/console doctrine:generate:entities Jander\\CalendarBundle But this should work right now: php app/console doctrine:generate:entities --path=src Jander\\CalendarBundle -- If you want to