svn commit: r1131374 - in /logging/log4php/trunk: build.xml pom.xml

2011-06-04 Thread ihabunek
Author: ihabunek Date: Sat Jun 4 10:41:39 2011 New Revision: 1131374 URL: http://svn.apache.org/viewvc?rev=1131374&view=rev Log: Updated pom.xml and build.xml: * increased log4php version number to 2.1.0 * updated pom.xml to work with maven 3 (tested on 3.0.3) * moved all ant scripts from pom.xml

svn propchange: r1131370 - svn:log

2011-06-04 Thread ihabunek
Author: ihabunek Revision: 1131370 Modified property: svn:log Modified: svn:log at Sat Jun 4 10:36:59 2011 -- --- svn:log (original) +++ svn:log Sat Jun 4 10:36:59 2011 @@ -0,0 +1,3 @@ +Updates to site.xml: +* fixed file

svn commit: r1131370 - /logging/log4php/trunk/src/site/site.xml

2011-06-04 Thread ihabunek
Author: ihabunek Date: Sat Jun 4 10:35:28 2011 New Revision: 1131370 URL: http://svn.apache.org/viewvc?rev=1131370&view=rev Log: (empty) Modified: logging/log4php/trunk/src/site/site.xml Modified: logging/log4php/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/logging/log4php/tru

svn commit: r1131363 - in /logging/log4php/trunk/src/test/php: ./ appenders/ configurators/ filters/ helpers/ layouts/ renderers/

2011-06-04 Thread ihabunek
Author: ihabunek Date: Sat Jun 4 10:13:52 2011 New Revision: 1131363 URL: http://svn.apache.org/viewvc?rev=1131363&view=rev Log: Divided unit tests into groups using the @group annotation. This way individual groups can be tested using e.g. "phpunit --group appenders". Modified: logging/log

svn commit: r1131361 - /logging/log4php/trunk/src/test/php/appenders/LoggerAppenderConsoleTest.php

2011-06-04 Thread ihabunek
Author: ihabunek Date: Sat Jun 4 09:39:38 2011 New Revision: 1131361 URL: http://svn.apache.org/viewvc?rev=1131361&view=rev Log: Removed output buffering from LoggerAppenderConsoleTest since it doesn't work anyway (see FIXME note in file). Modified: logging/log4php/trunk/src/test/php/append

svn commit: r1131356 - /logging/log4php/trunk/src/test/php/appenders/LoggerAppenderFileTest.php

2011-06-04 Thread ihabunek
Author: ihabunek Date: Sat Jun 4 09:20:49 2011 New Revision: 1131356 URL: http://svn.apache.org/viewvc?rev=1131356&view=rev Log: Fixed test file path in LoggerAppenderFileTest which would create /src/target, instead of using /target dir. Modified: logging/log4php/trunk/src/test/php/appender

svn commit: r1131353 - /logging/log4php/trunk/src/test/php/configurators/LoggerConfiguratorIniTest.php

2011-06-04 Thread ihabunek
Author: ihabunek Date: Sat Jun 4 09:01:05 2011 New Revision: 1131353 URL: http://svn.apache.org/viewvc?rev=1131353&view=rev Log: Fixed a bug in LoggerConfiguratorIniTest where a test would fail because the configuration wasn't cleared before configuring. Modified: logging/log4php/trunk/src