PHP ve en son sürümleri ile OSX 10.5 üzerinde bir schema.xml dosyasından benim modellerini üretmek için çalışıyorum Propel 1.3 & Phing. Tüm model sınıflar aslında doğru son adımda, o zaman sadece ölür, oluşturulan olsun. Ben zaten denedim
chmod-R 777. / application / config
ama yardımcı olmadı. Ben de hem denedim
itmek-gen. / ters
ve
itmek-gen. / creole
Her ikisi de aynı hata üretti. Bu hata:
propel > convert-conf:
[echo] Output file: models-conf.php
[echo] XMLFile: /application/config/runtime-conf.xml
Execution of target "convert-conf" failed for the following reason: pear/data/propel_generator/build-propel.xml:514:20: No valid xmlConfFile specified.
[phingcall] /pear/data/propel_generator/build-propel.xml:514:20: No valid xmlConfFile specified.
Execution of target "main" failed for the following reason:
pear/data/propel_generator/build-propel.xml:94:18: Execution of the target buildfile failed. Aborting.
[phing] pear/data/propel_generator/build-propel.xml:94:18: Execution of the target buildfile failed. Aborting.
BUILD FINISHED
İşte benim build.properties dosya:
propel.project = models
propel.database = mysql
propel.database.encoding = utf8
propel.database.url = mysql:host=localhost;dbname={$myDBName}
propel.database.user = {$myDBuser}
propel.database.password = {$myDBpass}
propel.output.dir = /application
propel.php.dir = ${propel.output.dir}/
propel.sql.dir = ${propel.output.dir}/models/sql
propel.schema.dir = ${propel.output.dir}/config
propel.conf.dir = ${propel.output.dir}/config
propel.phpconf.dir = ${propel.output.dir}/config
propel.addGenericAccessors = true
Herhangi bir fikir?