Hi folks,
the problem I mentioned early this day is easy to solve.
Search for the constructArguments method in
task/ext/phpdoc/PHPDocumentorTask.php in the (svn-)Phing directory.
Replace:
$arguments = '-q ';
By:
$arguments = '-q on ';
This will fix the problem until a new Phing release is in svn or in PEAR.
Bug report and fixes is send to phing.info.
Thanks,
Norman
|