buildbot failure in ASF Buildbot on log4php-trunk

2012-08-20 Thread buildbot
The Buildbot has detected a new failure on builder log4php-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/300 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on log4php-trunk

2012-08-19 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/299 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: scheduler Build

Re: buildbot failure in ASF Buildbot on log4php-trunk

2012-03-22 Thread Christian Grobmeier
g4php-trunk/builds/232/steps/compile/logs/stdio > http://ci.apache.org/builders/log4php-trunk/builds/233/steps/compile/logs/stdio > > The environment is changed. Someone has been messing around with the > buildbot and probably broke something for us. > > Looking at the PATH, someone

Re: buildbot failure in ASF Buildbot on log4php-trunk

2012-03-22 Thread Ivan Habunek
4php-trunk/builds/233/steps/compile/logs/stdio The environment is changed. Someone has been messing around with the buildbot and probably broke something for us. Looking at the PATH, someone changed it so that /home/gmcdonald/bin is in the path before /usr/bin and /usr/local/bin... This may mean

Re: buildbot failure in ASF Buildbot on log4php-trunk

2012-03-22 Thread Christian Grobmeier
637368 1. {main}() /home/gmcdonald/bin/phpunit:0 [exec] [exec] Result: 255 On Thu, Mar 22, 2012 at 4:56 AM, wrote: > The Buildbot has detected a new failure on builder log4php-trunk while > building ASF Buildbot. > Full details are available at: >  http://ci.apache.

buildbot failure in ASF Buildbot on log4php-trunk

2012-03-21 Thread buildbot
The Buildbot has detected a new failure on builder log4php-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/233 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: scheduler Build Source

Re: buildbot success in ASF Buildbot on log4php-trunk

2011-11-25 Thread Christian Grobmeier
i.apache.org/logging-log4php/SettingUpALinuxEnvironment#MongoDB > > It requires make to be installed, IIRC. > > Regards, > Ivan > > On 21 November 2011 15:42,   wrote: >> The Buildbot has detected a restored build on builder log4php-trunk while >> building ASF Buildbo

Re: buildbot success in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
:42, wrote: > 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

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

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_autol

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 proble

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

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:

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-19 Thread Florian Semm
Am 19.11.2011 11:33, schrieb [email protected]: The Buildbot has detected a new failure on builder log4php-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/155 Buildbot URL: http://ci.apache.org/ Buildslave for this Build

buildbot failure in ASF Buildbot on log4php-trunk

2011-11-19 Thread buildbot
The Buildbot has detected a new failure on builder log4php-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/155 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on log4php-trunk

2011-11-12 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/152 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: scheduler Build

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-09-18 Thread Christian Grobmeier
n Sat, Sep 18, 2010 at 9:55 AM, Ivan Habunek wrote: > Hm, I thought I messed something up with the last commit, but it seems > I'm not to blame. :) > > Looks like xdebug failed to load because of version mismatch with zend > engine api. Can we update xdebug on buildbot? &g

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-09-18 Thread Ivan Habunek
Hm, I thought I messed something up with the last commit, but it seems I'm not to blame. :) Looks like xdebug failed to load because of version mismatch with zend engine api. Can we update xdebug on buildbot? Regards, Ivan P.S. Here's the bit of log which shows it: [INFO] Execu

buildbot failure in ASF Buildbot on log4php-trunk

2010-09-18 Thread buildbot
The Buildbot has detected a new failure of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/15 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: Build Source Stamp: [branch logging/log4php

RE: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Gav...
> -Original Message- > From: Christian Grobmeier [mailto:[email protected]] > Sent: Tuesday, 5 January 2010 5:10 PM > To: Log4PHP Dev > Subject: Re: buildbot failure in ASF Buildbot on log4php-trunk > > Gavin, > according to: > http://ci.apache.org/builde

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Christian Grobmeier
Grobmeier [mailto:[email protected]] >> Sent: Tuesday, 5 January 2010 4:24 PM >> To: Log4PHP Dev >> Subject: Re: buildbot failure in ASF Buildbot on log4php-trunk >> >> Outch I didn't nothing special, just added a new line a >> changes.xml and corr

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Christian Grobmeier
age- >> From: Christian Grobmeier [mailto:[email protected]] >> Sent: Tuesday, 5 January 2010 4:24 PM >> To: Log4PHP Dev >> Subject: Re: buildbot failure in ASF Buildbot on log4php-trunk >> >> Outch I didn't nothing special, just added a new line a >>

RE: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Gav...
Sorry, fixed, an OS upgrade (today) meant that I needed to then link to sqlite3 instead of sqlite. Works again now. Gav... > -Original Message- > From: Christian Grobmeier [mailto:[email protected]] > Sent: Tuesday, 5 January 2010 4:24 PM > To: Log4PHP Dev > Subjec

buildbot success in ASF Buildbot on log4php-trunk

2010-01-04 Thread buildbot
The Buildbot has detected a restored build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/298 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Christian Grobmeier
/changes/changes.xml >   incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php > > Now its again PDO problem- isn't it weird?? > Last time it was related to phpunit update (which sounds odd) > > > > On Tue, Jan 5, 2010 at 7:59 AM,   wrote: >> The

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Christian Grobmeier
st time it was related to phpunit update (which sounds odd) On Tue, Jan 5, 2010 at 7:59 AM, wrote: > The Buildbot has detected a new failure of log4php-trunk on ASF Buildbot. > Full details are available at: >  http://ci.apache.org/builders/log4php-trunk/builds/296 > > Buildbot

buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread buildbot
The Buildbot has detected a new failure of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/296 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: Build Source Stamp: [branch incubator

Re: buildbot success in ASF Buildbot on log4php-trunk

2009-12-30 Thread Christian Grobmeier
w pass :) > > Buildbot is useful once more. > > Gav... > > >> -Original Message- >> From: [email protected] [mailto:[email protected]] >> Sent: Wednesday, 30 December 2009 9:53 PM >> To: [email protected] >> Subject: buildbot success i

RE: buildbot success in ASF Buildbot on log4php-trunk

2009-12-30 Thread Gav...
Yay, phpunit 3.4.5 installed, and with the other reinstalls I did today, all tests now pass :) Buildbot is useful once more. Gav... > -Original Message- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, 30 December 2009 9:53 PM > To:

buildbot success in ASF Buildbot on log4php-trunk

2009-12-30 Thread buildbot
The Buildbot has detected a restored build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/295 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

RE: buildbot failure in ASF Buildbot on log4php-trunk

2009-12-30 Thread Gav...
Apologies for the failed builds. Two things, I got buildbot email notifications working, so that's good at least. And I've solved most of the problems of https://issues.apache.org/jira/browse/INFRA-2294 Only thing left to do that I can see is the upgrade of phpunit. I can't rem

buildbot failure in ASF Buildbot on log4php-trunk

2009-12-30 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/294 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

buildbot failure in ASF Buildbot on log4php-trunk

2009-12-30 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/293 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

buildbot failure in ASF Buildbot on log4php-trunk

2009-12-30 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/292 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

buildbot failure in ASF Buildbot on log4php-trunk

2009-12-30 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/291 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: Build Source Stamp: [branch incubator

buildbot failure in ASF Buildbot on log4php-trunk

2009-12-13 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/286 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

buildbot failure in ASF Buildbot on log4php-trunk

2009-12-13 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/285 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

buildbot failure in ASF Buildbot on log4php-trunk

2009-12-06 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/281 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

RE: buildbot failure in ASF Buildbot on log4php-trunk

2009-11-26 Thread Gavin
> -Original Message- > From: Christian Grobmeier [mailto:[email protected]] > Sent: Wednesday, 25 November 2009 7:31 PM > To: Log4PHP Dev > Subject: Re: buildbot failure in ASF Buildbot on log4php-trunk > > Now, that I have a working account for this machine, I f

Re: buildbot failure in ASF Buildbot on log4php-trunk

2009-11-25 Thread Christian Grobmeier
Now, that I have a working account for this machine, I feel responsible for that. Will try to take care quite soon - sorry! Christian On Wed, Nov 25, 2009 at 9:30 AM, wrote: > The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. > Full details are available at: &

buildbot failure in ASF Buildbot on log4php-trunk

2009-11-24 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/270 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

buildbot failure in ASF Buildbot on log4php-trunk

2009-11-04 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/248 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

Re: broken buildbot

2009-10-26 Thread Christian Grobmeier
reported: >  https://issues.apache.org/jira/browse/INFRA-2294 > regarding the currently broken buildbot (pdo_sqlite fails). > > bye, > > -christian- >

broken buildbot

2009-10-24 Thread Christian Hammers
Hi FYI, I've just reported: https://issues.apache.org/jira/browse/INFRA-2294 regarding the currently broken buildbot (pdo_sqlite fails). bye, -christian-

Re: [jira] Commented: (LOG4PHP-74) Buildbot needs PDO extension enabled

2009-10-22 Thread Christian Hammers
Hello Gavin Can you please check what's with the buildbot? The recently enabled sqlite module does not work anymore: http://ci.apache.org/builders/log4php-trunk/builds/221/steps/compile/logs/stdio [exec] PHP Fatal error: PDO: driver sqlite requires PDO API version 20060409; th

[jira] Closed: (LOG4PHP-74) Buildbot needs PDO extension enabled

2009-10-11 Thread Gavin (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin closed LOG4PHP-74. Resolution: Fixed Works fine now that sqlite is installed/configured > Buildbot needs PDO extension enab

[jira] Updated: (LOG4PHP-74) Buildbot needs PDO extension enabled

2009-10-11 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-74: --- Fix Version/s: 2.1 Not a show stopper for 2.0 > Buildbot needs PDO extens

Re: [jira] Commented: (LOG4PHP-74) Buildbot needs PDO extension enabled

2009-10-11 Thread Christian Hammers
sage- > > From: Christian Hammers (JIRA) [mailto:[email protected]] > > Sent: Sunday, 11 October 2009 10:13 AM > > To: [email protected] > > Subject: [jira] Commented: (LOG4PHP-74) Buildbot needs PDO extension > > enabled > >

RE: [jira] Commented: (LOG4PHP-74) Buildbot needs PDO extension enabled

2009-10-10 Thread Gavin
> -Original Message- > From: Christian Hammers (JIRA) [mailto:[email protected]] > Sent: Sunday, 11 October 2009 10:13 AM > To: [email protected] > Subject: [jira] Commented: (LOG4PHP-74) Buildbot needs PDO extension > enabled > > > [ htt

[jira] Commented: (LOG4PHP-74) Buildbot needs PDO extension enabled

2009-10-10 Thread Christian Hammers (JIRA)
4php/surefire-report.html#Test_Cases still does not list more than one AppenderPDO test but does claim to have no tests skipped. How that? When was this page last updated? Does it mean that this issue is still open? > Buildbot needs PDO extension

[jira] Closed: (LOG4PHP-75) Website should be deployed after a successful buildbot build

2009-10-10 Thread Gavin (JIRA)
deployed to ci.apache.org/projects/log4php. Depending on when cron jobs next come up, allow 2 hours or so for this to be synced across to the live site incubator.apache.org/log4php > Website should be deployed after a successful buildbot bu

[jira] Created: (LOG4PHP-75) Website should be deployed after a successful buildbot build

2009-08-27 Thread Christian Grobmeier (JIRA)
Website should be deployed after a successful buildbot build Key: LOG4PHP-75 URL: https://issues.apache.org/jira/browse/LOG4PHP-75 Project: Log4php Issue Type: Wish

[jira] Created: (LOG4PHP-74) Buildbot needs PDO extension enabled

2009-08-21 Thread Christian Grobmeier (JIRA)
Buildbot needs PDO extension enabled Key: LOG4PHP-74 URL: https://issues.apache.org/jira/browse/LOG4PHP-74 Project: Log4php Issue Type: Bug Components: Tests Affects Versions: 2.0

Re: New Blogpost: Buildbot and Log4PHP

2009-07-29 Thread Christian Grobmeier
hristian Grobmeier [mailto:[email protected]] >> Sent: Tuesday, 28 July 2009 8:55 PM >> To: Log4PHP Dev >> Subject: New Blogpost: Buildbot and Log4PHP >> >> Hi all, >> >> here is a new blog post reporting about our buildbot activities. Its >> written qui

Re: New Blogpost: Buildbot and Log4PHP

2009-07-28 Thread Christian Grobmeier
>> More important is that you reminded me about XDebug. I just installed and >> enabled XDebug, so let me know if it works ok for you or if there is more >> for me to configure. I enabled XDebug dependend features (codecoverage). Lets see how it works out. Cheers

Re: New Blogpost: Buildbot and Log4PHP

2009-07-28 Thread Christian Grobmeier
just checked, it seems to work on buildbot! http://ci.apache.org/projects/log4php/coverage-report/index.html Thanks! On Wed, Jul 29, 2009 at 8:24 AM, Christian Grobmeier wrote: >>> More important is that you reminded me about XDebug. I just installed and >>> enabled XDebug, so

Re: New Blogpost: Buildbot and Log4PHP

2009-07-28 Thread Christian Grobmeier
>> Please let me know if you have further corrections - or correct it >> yourself. > > A few typos which I'll correct later. Thanks very much. > More important is that you reminded me about XDebug. I just installed and > enabled XDebug, so let me know if it works ok for you or if there is more >

RE: New Blogpost: Buildbot and Log4PHP

2009-07-28 Thread Gavin
> -Original Message- > From: Christian Grobmeier [mailto:[email protected]] > Sent: Tuesday, 28 July 2009 8:55 PM > To: Log4PHP Dev > Subject: New Blogpost: Buildbot and Log4PHP > > Hi all, > > here is a new blog post reporting about our buildbot acti

Re: New Blogpost: Buildbot and Log4PHP

2009-07-28 Thread Christian Grobmeier
Need to add, this will go live on friday 16.00 if noone shouts christian On Tue, Jul 28, 2009 at 12:55 PM, Christian Grobmeier wrote: > Hi all, > > here is a new blog post reporting about our buildbot activities. Its > written quite personal, but I consider this good. > https://b

New Blogpost: Buildbot and Log4PHP

2009-07-28 Thread Christian Grobmeier
Hi all, here is a new blog post reporting about our buildbot activities. Its written quite personal, but I consider this good. https://blogs.apache.org/preview/log4php/?previewEntry=log4php_on_buildbot_now Please let me know if you have further corrections - or correct it yourself. Thanks in

Re: phpunit on buildbot

2009-07-16 Thread Christian Grobmeier
r security reasons? Cheers, Christian On Thu, Jul 16, 2009 at 11:43 AM, Christian Grobmeier wrote: > Hi, > >>> I configured buildbot to send fail notices to this list, so now you have >>> your failed build result to look at :) > > cool thanks! > >> Please che

RE: phpunit on buildbot

2009-07-16 Thread Gavin
> -Original Message- > From: Christian Grobmeier [mailto:[email protected]] > Sent: Thursday, 16 July 2009 7:44 PM > To: Log4PHP Dev > Subject: Re: phpunit on buildbot > > Hi, > > >> I configured buildbot to send fail notices to this list, so now

Re: phpunit on buildbot

2009-07-16 Thread Christian Grobmeier
Hi, >> I configured buildbot to send fail notices to this list, so now you have >> your failed build result to look at :) cool thanks! > Please check if the changes I made have any effect anywhere else? There are errors in a testcase. I will take a loot at it. I don't th

RE: phpunit on buildbot

2009-07-16 Thread Gavin
> -Original Message- > From: Gavin [mailto:[email protected]] > Sent: Thursday, 16 July 2009 4:46 PM > To: 'Log4PHP Dev' > Subject: RE: phpunit on buildbot > > > > > -Original Message- > > From: Christian Grobmeier [mailto:gr

buildbot failure in ASF Buildbot on log4php-trunk

2009-07-16 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/19 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: Build Source Stamp: unavailable Blamelist

RE: phpunit on buildbot

2009-07-15 Thread Gavin
> -Original Message- > From: Christian Grobmeier [mailto:[email protected]] > Sent: Thursday, 16 July 2009 8:34 AM > To: Log4PHP Dev > Subject: phpunit on buildbot > > Hi all, > > Gavin, I think this is for you: > I have committed the updated pom.xml t

buildbot failure in ASF Buildbot on log4php-trunk

2009-07-15 Thread buildbot
The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/18 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: forced: by IRC user on channel #asftest

[jira] Closed: (LOG4PHP-55) Make phpunit available on buildbot

2009-07-15 Thread Gavin (JIRA)
on buildbot > -- > > Key: LOG4PHP-55 > URL: https://issues.apache.org/jira/browse/LOG4PHP-55 > Project: Log4php > Issue Type: Task > Components: Tests >Affects Versions: 2.0 >

[jira] Assigned: (LOG4PHP-55) Make phpunit available on buildbot

2009-07-15 Thread Gavin (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin reassigned LOG4PHP-55: Assignee: Gavin > Make phpunit available on build

phpunit on buildbot

2009-07-15 Thread Christian Grobmeier
Hi all, Gavin, I think this is for you: I have committed the updated pom.xml to svn, which doesn't depend on build.xml anymore. At the moment the phpunit section is commented out. This has been done cause I wasn't sure if phpunit is available on our buildbot. Can you take care of maki

[jira] Created: (LOG4PHP-55) Make phpunit available on buildbot

2009-07-15 Thread Christian Grobmeier (JIRA)
Make phpunit available on buildbot -- Key: LOG4PHP-55 URL: https://issues.apache.org/jira/browse/LOG4PHP-55 Project: Log4php Issue Type: Task Components: Tests Affects Versions: 2.0

Re: Buildbot

2009-05-05 Thread Knut Urdalen
Gavin wrote: Do you think log4php could utilise buildbot for running some tests ? http://ci.apache.org/buildbot.html Yes, it can, but I would prefer phpUnderControl [1] which gives us much more tools. I would like to see all the graphs with current code coverage, test reports, latest api

Buildbot

2009-05-05 Thread Gavin
Hi, Do you think log4php could utilise buildbot for running some tests ? http://ci.apache.org/buildbot.html If so, let me know what commands you want using for the tests you want and I'll set it up. Cheers Gav...