Re: Phing integration

2011-11-21 Thread Florian Semm
Wow, that was quick! What are your plans with it? If you would like to donate it to the log4php proejct we'll need two things: http://www.apache.org/licenses/ One is your individual contributor license, which tells us that we are allowed to distribute your code. The second is a software gran

Re: buildbot success in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
OK it worked, but now we have skipped tests. Probably mongodb. :-) Christian, If you have the time/energy, instructions for mongodb are here: http://wiki.apache.org/logging-log4php/SettingUpALinuxEnvironment#MongoDB It requires make to be installed, IIRC. Regards, Ivan On 21 November 2011 15:42

buildbot success in ASF Buildbot on log4php-trunk

2011-11-21 Thread buildbot
The Buildbot has detected a restored build on builder log4php-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/156 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: scheduler Build Sourc

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
On 21 November 2011 15:21, Christian Grobmeier wrote: > Looks way better now: > > For the record, I needed to uninstall PHP_Unit/Selenium first Missed that one while copy/pasting from console. > Do you have a commit left to try out? :-) I'll find something just for this. :-) Ivan

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
Looks way better now: grobmeier@ceres:~$ less grobmeier@ceres:~$ ls /usr/share/php/PHPUnit/Framework/MockObject/ Autoload.php Generator.php InvocationMocker.php Matcher.php Stub/ Builder/ Invocation/ Invokable.php MockBuilder.php Stub.php Gen

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
On 21 November 2011 14:57, Christian Grobmeier wrote: > Can one reinstall a package with pear? After some trial and error. First uninstall all, this is the correct order: pear uninstall phpunit/PHPUnit pear uninstall phpunit/PHP_CodeCoverage pear uninstall phpunit/PHP_Timer pear uninstall phpunit

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Mon, Nov 21, 2011 at 2:21 PM, Ivan Habunek wrote: > /usr/share/php/PHPUnit/Framework/MockObject/ Something strange is going on. Look at this: grobmeier@ceres:~$ ls /usr/share/php/PHPUnit/Framework/MockObject/ Autoload.php Generator Invocation MockBuilder.php Stub Looking into Autoload, a

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
OK, first thing's first. Can you check if the file exists at all? This is the path it tries to load: /usr/share/php/PHPUnit/Framework/MockObject/Generator.php Regards, Ivan On 21 November 2011 13:42, Ivan Habunek wrote: > On 21 November 2011 13:32, Christian Grobmeier wrote: >> grobmeier@ceres:

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
On 21 November 2011 13:32, Christian Grobmeier wrote: > grobmeier@ceres:~$ pear list -c pear.phpunit.de > Installed packages, channel pear.phpunit.de: > > Package            Version State > File_Iterator      1.3.0   stable > PHPUnit            3.6.3  

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Mon, Nov 21, 2011 at 12:40 PM, Ivan Habunek wrote: > pear list -c pear.phpunit.de This is the output: grobmeier@ceres:~$ pear list -c pear.phpunit.de Installed packages, channel pear.phpunit.de: PackageVersion State File_Iterator

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
On 21 November 2011 12:02, Florian Semm wrote: > the mock-functionlity is a core-feature of phpunit. an update of phpunit > should be enougth. Hm, we updated phpunit a couple of weeks ago to version 3.6.3, that't the latest release. Christian, can you run the following command on the ci server,

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Florian Semm
Original-Nachricht > Datum: Mon, 21 Nov 2011 11:51:40 +0100 > Von: Christian Grobmeier > An: Log4PHP Dev > Betreff: Re: buildbot failure in ASF Buildbot on log4php-trunk > > this is the problem: > > > > Fatal error: phpunit_mockobject_autoload(): Failed opening required > '/us

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
> this is the problem: > > Fatal error: phpunit_mockobject_autoload(): Failed opening required > '/usr/share/php/PHPUnit/Framework/MockObject/Generator.php' > > In my patch I use the phpunit getMock-method. maybe this caused the problem. Ah ok... is there any add on one must install to phpunit?

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Florian Semm
Original-Nachricht > Datum: Mon, 21 Nov 2011 11:38:50 +0100 > Von: Christian Grobmeier > An: Log4PHP Dev > Betreff: Re: buildbot failure in ASF Buildbot on log4php-trunk > On Mon, Nov 21, 2011 at 11:32 AM, Florian Semm > wrote: > > so what your problems? :) > > Have not had

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Mon, Nov 21, 2011 at 11:32 AM, Florian Semm wrote: > so what your problems? :) Have not had time to look into this: http://ci.apache.org/builders/log4php-trunk/builds/155 > maybe we can solve them together ;) You are welcome! Cheers CHristian -- http://www.grobmeier.de https://www.timeand

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Florian Semm
Original-Nachricht > Datum: Mon, 21 Nov 2011 11:04:02 +0100 > Von: Christian Grobmeier > An: Log4PHP Dev > Betreff: Re: buildbot failure in ASF Buildbot on log4php-trunk > On Sat, Nov 19, 2011 at 2:27 PM, Florian Semm wrote: > > Am 19.11.2011 11:33, schrieb [email protected]

Re: Phing integration

2011-11-21 Thread Christian Grobmeier
> hey, > > i think i made it. there is now a - tag in Phing avaiable, with the > same functionality like the - tag of ant > (http://ant.apache.org/manual/Tasks/recorder.html) > > i also have created a git-hub repository: > https://github.com/floriansemm/Phing-Log Wow, that was quick! What are y

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Sat, Nov 19, 2011 at 2:27 PM, Florian Semm wrote: > Am 19.11.2011 11:33, schrieb [email protected]: > what do you think about the ci-server jenkins? Here are the supported CIs from the ASF: http://ci.apache.org/ Jenkins is possible. Not sure if it does resolve our problems :-) -- http: