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
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
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
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
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
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
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