svn commit: r772516 - /incubator/log4php/trunk/src/main/php/layouts/LoggerPatternLayout.php

2009-05-06 Thread grobmeier
Author: grobmeier Date: Thu May 7 06:41:41 2009 New Revision: 772516 URL: http://svn.apache.org/viewvc?rev=772516&view=rev Log: removed unnecessary factory in favor of direct instanciation Modified: incubator/log4php/trunk/src/main/php/layouts/LoggerPatternLayout.php Modified: incubator/log

svn commit: r772515 - in /incubator/log4php/trunk/src/main/php: LoggerManager.php config/LoggerPropertyGetter.php

2009-05-06 Thread grobmeier
Author: grobmeier Date: Thu May 7 06:36:39 2009 New Revision: 772515 URL: http://svn.apache.org/viewvc?rev=772515&view=rev Log: removed LoggerPropertyGetter since it is empty and unused Removed: incubator/log4php/trunk/src/main/php/config/LoggerPropertyGetter.php Modified: incubator/log4

Difficult Testcases

2009-05-06 Thread Christian Grobmeier
Hi there, I am looking over possible testcases at the moment. We have a MailAppender which creates mails on event. How can we test this? Do we have an "test mail account"? How can we deal with delays in mailing, when Continuus Int. is on? Similar questions occur on SocketAppender or on DailyRolli

[jira] Resolved: (LOG4PHP-30) Implement LoggerAppenderPDO

2009-05-06 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier resolved LOG4PHP-30. Resolution: Fixed New appender checked in at revision 772512 > Implement LoggerApp

svn commit: r772514 - /incubator/log4php/trunk/CHANGELOG

2009-05-06 Thread grobmeier
Author: grobmeier Date: Thu May 7 06:31:46 2009 New Revision: 772514 URL: http://svn.apache.org/viewvc?rev=772514&view=rev Log: added enh 30 Modified: incubator/log4php/trunk/CHANGELOG Modified: incubator/log4php/trunk/CHANGELOG URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/CHA

svn commit: r772512 - in /incubator/log4php/trunk/src: main/php/LoggerManager.php main/php/appenders/LoggerAppenderPDO.php test/php/appenders/LoggerAppenderPDOTest.php

2009-05-06 Thread grobmeier
Author: grobmeier Date: Thu May 7 06:29:28 2009 New Revision: 772512 URL: http://svn.apache.org/viewvc?rev=772512&view=rev Log: #LOG4PHP-30: Added new appender which uses the the PDO extension (plus test) Added: incubator/log4php/trunk/src/main/php/appenders/LoggerAppenderPDO.php incubat

Re: Continuous Integration (was Re: PEAR package)

2009-05-06 Thread Knut Urdalen
Curt Arnold wrote: mvn test (Mac OS/X) currently fails with the current message: test: [exec] [exec] Warning: require_once(PHPUnit/Util/Filter.php): failed to open stream: Not a directory in /usr/bin/phpunit on line 40 You need a recent version of PHPUnit installed [1]. Knut [1] ht

svn commit: r772506 - in /incubator/log4php/trunk/src/main/php: LoggerManager.php helpers/LoggerTransform.php

2009-05-06 Thread grobmeier
Author: grobmeier Date: Thu May 7 05:18:16 2009 New Revision: 772506 URL: http://svn.apache.org/viewvc?rev=772506&view=rev Log: removed unused class Removed: incubator/log4php/trunk/src/main/php/helpers/LoggerTransform.php Modified: incubator/log4php/trunk/src/main/php/LoggerManager.php

svn commit: r772504 - in /incubator/log4php/trunk/src/main/php: helpers/LoggerTransform.php layouts/LoggerXmlLayout.php

2009-05-06 Thread grobmeier
Author: grobmeier Date: Thu May 7 05:16:03 2009 New Revision: 772504 URL: http://svn.apache.org/viewvc?rev=772504&view=rev Log: moved method from helper class to private in loggerxmllayout, since it is the only place where it could be used Modified: incubator/log4php/trunk/src/main/php/help

Continuous Integration (was Re: PEAR package)

2009-05-06 Thread Curt Arnold
On May 6, 2009, at 3:09 AM, Johannes Frandsen wrote: Had a quick glaze at buildbot: It is of course a pretty compelling reason to choose buildbot over cruisecontrol based on the notion that buildbot is a part ASF and is provided as a service for all projects but.. * I dont see anyw

Re: PEAR package

2009-05-06 Thread Johannes Frandsen
Johannes Frandsen wrote: Do we have a buildserver (cruisecontrol/phpundercontrol) or otherwise maybe I could start by looking in to this project. I haven't looked into setting up a CI tool for log4php yet. But Gavin mentioned about Buildbot (http://ci.apache.org/buildbot.html) on this list

RE: PEAR package

2009-05-06 Thread Gavin
> -Original Message- > From: Knut Urdalen [mailto:[email protected]] > Sent: Wednesday, 6 May 2009 5:05 PM > To: Log4PHP Dev > Subject: Re: PEAR package > > Johannes Frandsen wrote: > > Do we have a buildserver (cruisecontrol/phpundercontrol) or otherwise > > maybe I could start by looking in

Re: PEAR package

2009-05-06 Thread Knut Urdalen
Johannes Frandsen wrote: Do we have a buildserver (cruisecontrol/phpundercontrol) or otherwise maybe I could start by looking in to this project. I haven't looked into setting up a CI tool for log4php yet. But Gavin mentioned about Buildbot (http://ci.apache.org/buildbot.html) on this list ye