= Enabling the development enviroment =

Installing PHPDocumentor

You will need PHPDocumentor to run 'mvn site' and create API docs.

> pear install PhpDocumentor

After installation, Mac OS X / Snow Leopard cannot execute phpdoc correctly, until you edited:

sh-3.2# vi /usr/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc

and put the following line straight after '<?':

date_default_timezone_set('Europe/Berlin');

Log4PHP/EnablingEnviroment (last edited 2009-10-23 06:09:31 by ChristianGrobmeier)