Hello
I try to do "mvn install" on the current SVN trunk but get:
-=(~/workspace/log4php)$ mvn install
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache log4php. [INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [resources:resources] [INFO] Using default encoding to copy
filtered resources. [INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [antrun:run {execution: test}]
[INFO] Executing tasks
[exec]
[exec] Fatal error: Class 'LoggerAppenderNull' not found
in /srv/home/james/workspace/log4php/src/test/php/LoggerLoggingEventTest.php
on line 74 [exec] Result: 255 [INFO]
I'm using PHPUnit 3.3.5 and mvn 2.0.9. Running phpunit from inside the
src/test/php directory works without errors!
bye,
-christian-