1
votes

I am getting stuck with this Symfony command after following the Jobeet tutorial on their site. After running the build model command, here's what I get:

$ php symfony doctrine:build --model

doctrine generating model classes file+ /private/var/folders/yX/yXtbVXwPHcCUpfC-n06OAU+++TI/-Tmp-/doctrine_schema_56533.yml

No yml schema found in /private/var/folders/yX/yXtbVXwPHcCUpfC-n06OAU+++TI/-Tmp-/doctrine_schema_56533.yml

Any ideas?

2
I'm having this issue as well, on OS X developing with NetBeans' Symphony support. - Dolph
This was theoretically fixed, but I'm still having the issue running "fixed" code: trac.symfony-project.org/ticket/7272 - Dolph

2 Answers

0
votes

What's then full path to your schema.yml? Looks like it might be in the wrong place.

I encountered a couple of issues in the jobeet tutorial and found it helpful to compare my file contents/paths to the tag for the relevant day at http://svn.jobeet.org/doctrine/tags/

0
votes

Did you make sure that all your schema code is YAML compliant? Maybe you can share the content of your current schema.yml with us.