Revision: 6675
Creating a schema from an existing database with propel:build-schema and then trying to build the models fails due to a missing package attribute:
[propel-om] Processing: schema.xml
Execution of target "om-template" failed for the following reason: /usr/lib/php/pear/symfony_11/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build-propel.xml:470:1: No package found for database "propel" in schema.xml. The propel.packageObjectModel property requires the package attribute to be set for each database.
[phingcall] /usr/lib/php/pear/symfony_11/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build-propel.xml:470:1: No package found for database "propel" in schema.xml. The propel.packageObjectModel property requires the package attribute to be set for each database.
However, converting the model with propel:schema-to-yml and then executing propel:build-model works fine.