Title: [symfony-devs] AW: [symfony-devs] Re: sfGuardPlugin error
hello,
 
system:
windows xp
xampp
symfony 0.9.2574-alpha
phing 2.2.0
pake 1.1.3
 
 
i have make a new project.
 
i change the schema.yml file to:
propel:
shop_article_properties:
id:
created_at:
updated_at:

shop_article_properties_i18n:
name:
type: VARCHAR
size: 50
description:
type: LONGVARCHAR

shop_articles:
id:
created_at:
updated_at:

shop_articles_i18n:
name:
type: VARCHAR
size: 50
description:
type: LONGVARCHAR

shop_categories:
id:
shop_categories_id:
created_at:
updated_at:

shop_categories_i18n:
name:
type: VARCHAR
size: 50
description:
type: LONGVARCHAR

shop_products:
id:
created_at:
updated_at:

shop_products_i18n:
name:
type: VARCHAR
size: 50
description:
type: LONGVARCHAR

and install
symfony plugin-install http://plugins.symfony-project.com/sfGuardPlugin

and say
symfony propel-build-all

but i get an error:
propel > sql:
     [echo] +------------------------------------------+
     [echo] |                                          |
     [echo] | Generating SQL for YOUR Propel project!  |
     [echo] |                                          |
     [echo] +------------------------------------------+
[phingcall] Calling Buildfile 'C:\xampp\php\pear\symfony\vendor\propel-generator\build-propel.xml' with target 'sql-template'
 [property] Loading C:\xampp\php\pear\symfony\vendor\propel-generator\.\build.properties
 [property] Unable to find property file: C:\xampp\php\pear\symfony\vendor\propel-generator\.\build.
properties... skipped
 [property] Loading C:\xampp\php\pear\symfony\vendor\propel-generator\.\default.properties
propel > sql-template:
[propel-sql] Processing: generated-schema.xml
[propel-sql] Processing: generated-sfGuardPlugin-schema.xml
Fatal error: Cannot redeclare class datamodelbuilder in c:\xampp\php\pear\symfony\vendor\propel-generator\classes\propel\engine\builder\DataModelBuilder.php on line 43
please help me.
 
 
greeting
Gimler
 


Von: symfony-devs@googlegroups.com im Auftrag von Franke Gordon
Gesendet: Mo 23.10.2006 01:51
An: symfony-devs@googlegroups.com
Betreff: [symfony-devs] AW: [symfony-devs] Re: sfGuardPlugin error


System:
Windows xp
Xampp 1.5.4a


-----Ursprüngliche Nachricht-----
Von: symfony-devs@googlegroups.com [mailto:symfony-devs@googlegroups.com] Im Auftrag von Fabien POTENCIER
Gesendet: Sonntag, 22. Oktober 2006 18:16
An: symfony-devs@googlegroups.com
Betreff: [symfony-devs] Re: sfGuardPlugin error


Hi Franke,

Are you trying with exactly the command you give. I've just tried and it
seems to work fine for me. What is your configuration (*nix, windows,
macosx?).

Fabien

Franke Gordon wrote:
> hello,
>
> i have installed the latest alpha-0.9.2438 when i make:
>
> init-project test
> init-app fontend
> symfony plugin-install http://plugins.symfony-project.com/sfGuardPlugin
> symfony propel-buil-all
>
> i get an error:
> propel > sql:
>      [echo] +------------------------------------------+
>      [echo] |                                          |
>      [echo] | Generating SQL for YOUR Propel project!  |
>      [echo] |                                          |
>      [echo] +------------------------------------------+
> [phingcall] Calling Buildfile
> 'C:\xampp\php\pear\symfony\vendor\propel-generator
> \build-propel.xml' with target 'sql-template'
>  [property] Loading
> C:\xampp\php\pear\symfony\vendor\propel-generator\.\build.pr
> operties
>  [property] Unable to find property file:
> C:\xampp\php\pear\symfony\vendor\prope
> l-generator\.\build.properties... skipped
>  [property] Loading
> C:\xampp\php\pear\symfony\vendor\propel-generator\.\default.
> properties
>
> propel > sql-template:
> [propel-sql] Processing: generated-schema.xml
>
> Fatal error: Cannot redeclare class datamodelbuilder in
> c:\xampp\php\pear\symfon
> y\vendor\propel-generator\classes\propel\engine\builder\DataModelBuilder.php
> on
> line 43
>

>
> greetings
> Gimler
>
>
> >




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/symfony-devs
-~----------~----~----~----~------~----~------~--~---

Reply via email to