No package found for database “in generated-schema.xml”
Posted by Tim Bowler in Symfony, tags: SymfonyI couldn’t figure out why the same same project that was checked out of svn on my latop and on my desktop failed to build on my desktop. The solution was simple, yet lead me to believe it was due to the the package=”lib.model” attribute missing in the schema.xml file.
However, i found out that deleting the schema.yml file fixes the problem.
rm -f config/schema.yml

Entries (RSS)