最大OS X 10.7..当我运行phing -v时,我得到以下错误:
Warning: require_once(phing/Project.php): failed to open stream: No such file or directory in /usr/lib/php/pear/phing/Phing.php on line 22
Fatal error: require_once(): Failed opening required 'phing/Project.php' (include_path='.:') in /usr/lib/php
我正在为我的项目配置Jenkins,我想创建phpdoc,但是它不起作用。我在用phing我的服务器和Debian在一起。
我所做的:
安装phpDoc
pear安装phpdoc/phpDocumentor-beta
Phing:
我得到了一个错误:
PHP Fatal error: Call to undefined method phpDocumentor\Parser\Parser::setTitle() in /usr/share/php/phing/tasks/ext/phpdoc/PhpDocumentor2Wrapper.php on line 169
Hiho,我想在postgres DB中使用Phing dbdeploy。问题是我无法用连接字符串连接到数据库,因为我不能定义密码。有人有办法解决这个问题吗?以下是廉价的xml:
<!-- load the dbdeploy task -->
<taskdef name="dbdeploy" classname="phing.tasks.ext.dbdeploy.DbDeployTask" />
<!-- these two filenames will contain the generated SQL
我在我的Windows 7机器上安装了Xampp。路径是C:\xampp。在尝试使用phing构建一个项目时,我得到了错误
The PEAR data_dir setting is incorrect: C:\php\pear\data.
Please edit using 'pear config-set data_dir ...' and re-install Phing.
如何在Xampp中重新安装Phing?我可以通过更改一些配置参数来修复这个错误吗?