I thought I might try re-writing a system I built a few years ago
inside symfony.  To that end, I created an Ubuntu server Vbox
appliance, installed symfony 1.4, initiated a new project and app,
changed the default Doctrine to Propel (I'm familiar with it), then
added sfGuard.  At this point I successfully display the default new
project page.

However, whenever I try to run propel:build-all, the task fails with
'Unable to parse contents of the "sqldb.map" file'.

Permissions appear to be ok (owned by myself, with 644 mode). I have
tried running with an empty schema, as well as including a single
sfGuardUserProfile definition.  The sqldb.map in question (currently)
contains:

#Sqlfile -> Database map
generated-sfGuardPlugin-schema.sql=propel
generated-schema.sql=propel
schema.sql=

I have tried adding 'propel' to the final line, as well as deleting
the final line.  Neither eliminates the error message.

All three referenced files exist and appear correct.

Any ideas?  I can always load the sql statements manually, but given I
have yet to even begin development, and expect numerous changes, it
would be easier if I could figure out why the task is failing.

Thanks in advance.
Marti
-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to