Confluence email notifications (was: Board Report Draft)

2019-06-10 Thread sebb
On Sun, 9 Jun 2019 at 16:37, Stefan Bodewig wrote: > PS: if anybody knows how to enable email notifications in Confluence I'd > be grateful if you could just cast the necessary spells. You can personally subscribe to changes. But if you want changes sent to a list@gump.a.o, this requires

Re: Cron /usr/bin/find /tmp -type f -ctime +6 | /usr/bin/xargs -r /bin/rm > /dev/null 2>&1

2019-06-02 Thread sebb
gt; On 31/05/2019 14:36, Stefan Bodewig wrote: > > On 2019-05-31, Mark Thomas wrote: > > > >> On 31/05/2019 13:22, Stefan Bodewig wrote: > >>> On 2019-05-31, sebb wrote: > > > >>>> The command: > > > >>>> /usr

Re: Cron /usr/bin/find /tmp -type f -ctime +6 | /usr/bin/xargs -r /bin/rm > /dev/null 2>&1

2019-05-31 Thread sebb
The command: /usr/bin/find /tmp -type f -ctime +6 | /usr/bin/xargs -r /bin/rm > /dev/null 2>&1 should perhaps be /usr/bin/find /tmp -type f -ctime +6 > /dev/null 2>&1 | /usr/bin/xargs -r /bin/rm or maybe { /usr/bin/find /tmp -type f -ctime +6 | /usr/bin/xargs -r /bin/rm } > /dev/null 2>&1 On

Re: svn commit: r1817993 - /gump/metadata/project/tomcat-trunk.xml

2017-12-15 Thread sebb
On 14 December 2017 at 15:20, Mark Thomas wrote: > On 14/12/17 13:18, Konstantin Kolinko wrote: >> Hi, Mark! >> >> To dev@tomcat, cc: general@gump. >> >> >> The result of this change is that Gump building Tomcat downloads >> tar.gz for Commons-Daemon from mirrors. > > Drat. That

Re: [Gump Wiki] Update of Drafts/BoardReports/20140618 by StefanBodewig

2014-06-08 Thread sebb
On 8 June 2014 12:57, Apache Wiki wikidi...@apache.org wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on Gump Wiki for change notification. The Drafts/BoardReports/20140618 page has been changed by StefanBodewig:

Re: Your Gump Build(s)

2013-06-24 Thread sebb
On 24 June 2013 14:58, Dominik Psenner dpsen...@apache.org wrote: Hey Stefan, Talking for log4net, yes. We use Gump. See: http://vmgump.apache.org/gump/public/logging-log4net/logging-log4net/ Bringing up the discussion again. Is it possible to publish nightly builds using gump? It has been

Re: strange DATE in Gump

2013-01-05 Thread sebb
On 25 December 2012 06:36, Stefan Bodewig bode...@apache.org wrote: On 2012-12-21, David Crossley wrote: While trying to debug a Gump run, i noticed some jars in the classpath with strange filenames, e.g. ant-contrib-20122012.jar I presume that that is expanded from the @@DATE@@ in

Fwd: [GUMP@vmgump]: Project commons-functor (in module apache-commons) failed

2011-09-22 Thread sebb
I moved the functor build from sandbox to proper, and since then it has not built. It looks like Gump is checking out the code from commons/proper/functor instead of commons/proper/functor/trunks but I cannot work out where that is defined; the meta-data looks OK compared with other entries in

Re: Fwd: [GUMP@vmgump]: Project commons-functor (in module apache-commons) failed

2011-09-22 Thread sebb
On 22 September 2011 10:42, Stefan Bodewig bode...@apache.org wrote: On 2011-09-22, sebb wrote: I moved the functor build from sandbox to proper, Thank you. and since then it has not built. It looks like Gump is checking out the code from commons/proper/functor instead of commons/proper

Re: Help needed with ASF Branding Requirements

2011-06-04 Thread sebb
On 4 June 2011 06:32, Stefan Bodewig bode...@apache.org wrote: On 2011-06-03, Stefan Bodewig wrote: Right now we have Apache Gump is the oldest continuous integration tool of the Apache Sofware Foundation. and I propose to change it to The Apache Gump continuous integration tool was the first

Re: Help needed with ASF Branding Requirements

2011-06-03 Thread sebb
On 3 June 2011 07:58, Stefan Bodewig bode...@apache.org wrote: Hi all, there is an updated version of the branding requirements[1] and I just went through it.  There is one thing left from the checklist and some things have changed. What has changed is that the project name in the

Re: svn commit: r1090947 - /gump/metadata/profile/gump.xml

2011-04-12 Thread sebb
On 11 April 2011 07:24, bode...@apache.org wrote: Author: bodewig Date: Mon Apr 11 06:24:37 2011 New Revision: 1090947 URL: http://svn.apache.org/viewvc?rev=1090947view=rev Log: revert rev 1090785 which changed way more than it intended Sorry about that - not sure how that happened. I

Re: svn commit: r1075910 - in /gump/metadata/project: directory-apacheds.xml directory-shared.xml

2011-03-02 Thread sebb
On 2 March 2011 05:04, Stefan Bodewig bode...@apache.org wrote: On 2011-03-01, Antoine Levy-Lambert wrote: Apache Directory Server has a lot of maven projects in it and they do a lot of refactoring. I know 8-) Would there not be something to do to automate the maintenance of gump

Re: Problem locating XPathAPI, but only in test

2011-01-19 Thread sebb
On 18 January 2011 11:36, sebb seb...@gmail.com wrote: On 18 January 2011 11:20, Stefan Bodewig bode...@apache.org wrote: On 2011-01-13, sebb wrote: On 10 January 2011 20:26, sebb seb...@gmail.com wrote: On 10 January 2011 12:23, Stefan Bodewig bode...@apache.org wrote: It likely is part

Re: Problem locating XPathAPI, but only in test

2011-01-18 Thread sebb
On 18 January 2011 11:20, Stefan Bodewig bode...@apache.org wrote: On 2011-01-13, sebb wrote: On 10 January 2011 20:26, sebb seb...@gmail.com wrote: On 10 January 2011 12:23, Stefan Bodewig bode...@apache.org wrote: It likely is part of xalan.jar which is present in -Xbootclaspath

Re: Problem locating XPathAPI, but only in test

2011-01-12 Thread sebb
On 10 January 2011 20:26, sebb seb...@gmail.com wrote: On 10 January 2011 12:23, Stefan Bodewig bode...@apache.org wrote: On 2011-01-09, sebb wrote: Strange problem trying to test JMeter: http://vmgump.apache.org/gump/public/jakarta-jmeter/jakarta-jmeter-test/gump_work/build_jakarta

Re: Gump on adam.a.o trouble with Forrest build

2011-01-11 Thread sebb
On 11 January 2011 08:36, Stefan Bodewig bode...@apache.org wrote: On 2011-01-11, David Crossley wrote: Is there some way to stop the two projects just on adam.a.o that were causing it to hang for one hour each: (forrest-test-basic and forrest-test). I think that i have asked that before,

Re: Problem locating XPathAPI, but only in test

2011-01-10 Thread sebb
On 10 January 2011 12:23, Stefan Bodewig bode...@apache.org wrote: On 2011-01-09, sebb wrote: Strange problem trying to test JMeter: http://vmgump.apache.org/gump/public/jakarta-jmeter/jakarta-jmeter-test/gump_work/build_jakarta-jmeter_jakarta-jmeter-test.html The test cannot find the class

Problem locating XPathAPI, but only in test

2011-01-09 Thread sebb
Strange problem trying to test JMeter: http://vmgump.apache.org/gump/public/jakarta-jmeter/jakarta-jmeter-test/gump_work/build_jakarta-jmeter_jakarta-jmeter-test.html The test cannot find the class org/apache/xpath/XPathAPI Yet the compile works, and the classpath is almost identical (the

Re: svn commit: r1044741 - /gump/trunk/cron/gump.bat

2010-12-12 Thread sebb
On 11 December 2010 23:26, billbar...@apache.org wrote: Author: billbarker Date: Sat Dec 11 23:26:04 2010 New Revision: 1044741 URL: http://svn.apache.org/viewvc?rev=1044741view=rev Log: fix line endings since only useful on windows In which case, maybe CRLF would be better than native?

Re: xml-apis fails

2010-12-09 Thread sebb
On 9 December 2010 05:33, Stefan Bodewig bode...@apache.org wrote: On 2010-12-09, Ludmila Shikhvarg wrote: Use windows 7 with cygwin environment to run gump, I don't think anybody has ever tried to run Gump on Windows and I'm very sure there are a few unixisms inside the code.  It's probably

[jira] Created: (GUMP-161) Apache Gump Metadata does not show actual version used

2010-11-16 Thread Sebb (JIRA)
Apache Gump Metadata does not show actual version used -- Key: GUMP-161 URL: https://issues.apache.org/jira/browse/GUMP-161 Project: Gump Issue Type: Bug Reporter: Sebb

Re: svn commit: r1035144 - /gump/metadata/project/commons-proper.xml

2010-11-15 Thread sebb
On 15 November 2010 04:59, bode...@apache.org wrote: Author: bodewig Date: Mon Nov 15 04:59:23 2010 New Revision: 1035144 URL: http://svn.apache.org/viewvc?rev=1035144view=rev Log: make it well-formed Sorry about that - missed the embedded comment. Modified:    

Re: svn commit: r1001631 - /gump/metadata/project/checkstyle.xml

2010-09-27 Thread sebb
On 27 September 2010 10:07, bode...@apache.org wrote: Author: bodewig Date: Mon Sep 27 09:07:30 2010 New Revision: 1001631 URL: http://svn.apache.org/viewvc?rev=1001631view=rev Log: I don't know why wildcards sometimes don't seem to work Modified:    gump/metadata/project/checkstyle.xml

Re: svn commit: r1001631 - /gump/metadata/project/checkstyle.xml

2010-09-27 Thread sebb
On 27 September 2010 11:48, Stefan Bodewig bode...@apache.org wrote: On 2010-09-27, sebb wrote: On 27 September 2010 10:07,  bode...@apache.org wrote: I don't know why wildcards sometimes don't seem to work -    jar name=target/checkstyle-*[0-9T].jar +    jar name=target/checkstyle-5.3

Re: svn commit: r1001631 - /gump/metadata/project/checkstyle.xml

2010-09-27 Thread sebb
--- On Mon, 9/27/10, Stefan Bodewig bode...@apache.org wrote: From: Stefan Bodewig bode...@apache.org Subject: Re: svn commit: r1001631 - /gump/metadata/project/checkstyle.xml To: general@gump.apache.org Date: Monday, September 27, 2010, 12:48 PM On 2010-09-27, sebb wrote: On 27 September 2010 10:07

Re: Problem with collections test dependency

2010-09-16 Thread sebb
On 14 September 2010 04:47, Stefan Bodewig bode...@apache.org wrote: On 2010-09-14, sebb wrote: On 13 September 2010 20:41, Stefan Bodewig bode...@apache.org wrote: There are (at least) two solutions: * make Digester explicitly depend on commons-collections (may not help  SCXML). Already

Access to Surefire test output

2010-09-14 Thread sebb
If a Surefire test fails, it's usually necessary to be able to read the file(s) in the surefire-reports directory to resolve the problem. However, the Gump mails don't seem to give access to this information, unless one adds a suitable report tag to the descriptor. This is very tedious to have to

Re: svn commit: r996958 - /gump/metadata/project/commons-proper.xml

2010-09-14 Thread sebb
On 14 September 2010 18:49, Stefan Bodewig bode...@apache.org wrote: On 2010-09-14, s...@apache.org wrote: -    pom name=jci/pom.xml/ +    pom name=../pom.xml/ Uhm, no.  I've reverted that part. Sorry ... The commons-beanutils project has a home element that points at beanutils/dist -

Re: Problem with collections test dependency

2010-09-13 Thread sebb
On 13 September 2010 05:11, Stefan Bodewig bode...@apache.org wrote: On 2010-09-13, sebb wrote: On 13 September 2010 03:36, Bill Barker billwbar...@verizon.net wrote: I thought you had a login account on vmgump.  But anyway: I did have on the previous incarnation. If I have one

Re: Problem with collections test dependency

2010-09-13 Thread sebb
On 13 September 2010 20:41, Stefan Bodewig bode...@apache.org wrote: On 2010-09-13, sebb wrote: On 13 September 2010 05:11, Stefan Bodewig bode...@apache.org wrote: FWIU CLASSPATH is completely irrelevant for Surefire.  Surefire uses what you specify inside your POM, that's it. Not sure I

Problem with collections test dependency

2010-09-12 Thread sebb
Digester depends on collections, but fails at run-time because the class org/apache/commons/collections/FastHashMap is not present. However, the classpath includes commons-collections-3.3-SNAPSHOT.jar which should include this class. Is there a way to get access to the jar to check its contents?

Re: Problem with collections test dependency

2010-09-12 Thread sebb
On 13 September 2010 03:36, Bill Barker billwbar...@verizon.net wrote: -- From: sebb seb...@gmail.com Sent: Sunday, September 12, 2010 5:00 AM To: general@gump.apache.org Subject: Problem with collections test dependency Digester depends

Re: Update bouncycastle version?

2010-06-30 Thread sebb
On 30/06/2010, Stefan Bodewig bode...@apache.org wrote: On 2010-06-29, sebb wrote: Would it be possible to install a more recent version? The current BC release is 1.45. Both vmgump and the Solaris zone now provide 145 Excellent, thanks

Update bouncycastle version?

2010-06-29 Thread sebb
JMeter is failing to build because the BC package is rather out of date, and does not have all the required classes. Would it be possible to install a more recent version? The current BC release is 1.45. - To unsubscribe,

Re: sshd config change on vmgump

2010-04-16 Thread sebb
that have sshd access are myself and Infra's Joe Schaefer and Mark Thomas. I am seeing the following accounts on the VM: leosimons bodewig brett billbarker dims mvdb sebb Who (still) needs sshd access? I can migrate keys accordingly. I do still occaisionally find shell access

Re: svn commit: r934914 - in /gump/metadata/project: db-ojb.xml jakarta-slide.xml

2010-04-16 Thread sebb
On 16/04/2010, bode...@apache.org bode...@apache.org wrote: Author: bodewig Date: Fri Apr 16 14:27:48 2010 New Revision: 934914 URL: http://svn.apache.org/viewvc?rev=934914view=rev Log: remove references to commons-transaction Modified: gump/metadata/project/db-ojb.xml

Re: Access to Maven settings for BSF Gump build

2010-04-01 Thread sebb
On 01/04/2010, Jörg Schaible joerg.schai...@gmx.de wrote: Hi Brett, Brett Randall wrote: snip/ I'd bet that the retroweaver will produce everytime the same thing. However, md5sums (ans sha1sum) is generated by the deploy plugin automatically and will always validate the

Re: Access to Maven settings for BSF Gump build

2010-03-31 Thread sebb
On 31/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: Hi Brett, Brett Randall wrote: On Tue, Mar 30, 2010 at 11:03 PM, Jörg Schaible joerg.schai...@gmx.de wrote: sebb wrote: On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: [snip] The question is, why do you

Re: Access to Maven settings for BSF Gump build

2010-03-31 Thread sebb
On 31/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: sebb wrote: On 31/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: [snip] Actually there is not really a Maven JAR. It simply the default configuration for Maven's archiver to add the metadata, we turned that off

Re: Access to Maven settings for BSF Gump build

2010-03-30 Thread sebb
On 29/03/2010, Brett Randall brand...@endeca.com wrote: In relation to the long-outstanding build failure of BSF: http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html I'd like to check the contents of the file

Re: Access to Maven settings for BSF Gump build

2010-03-30 Thread sebb
On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: sebb wrote: On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: Hi Brett, Brett Randall wrote: In relation to the long-outstanding build failure of BSF: http://vmgump.apache.org/gump/public/jakarta-bsf3

Re: Access to Maven settings for BSF Gump build

2010-03-30 Thread sebb
On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: sebb wrote: On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: sebb wrote: On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: Hi Brett, Brett Randall wrote: In relation

Re: Access to Maven settings for BSF Gump build

2010-03-30 Thread sebb
On 30/03/2010, sebb seb...@gmail.com wrote: On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: sebb wrote: On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: sebb wrote: On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: Hi Brett

Re: Access to Maven settings for BSF Gump build

2010-03-30 Thread sebb
On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: sebb wrote: On 30/03/2010, sebb seb...@gmail.com wrote: On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: sebb wrote: On 30/03/2010, Jörg Schaible joerg.schai...@gmx.de wrote: sebb wrote

Re: svn commit: r923057 - /gump/metadata/project/commons-proper.xml

2010-03-15 Thread sebb
On 15/03/2010, bode...@apache.org bode...@apache.org wrote: Author: bodewig Date: Mon Mar 15 05:23:18 2010 New Revision: 923057 URL: http://svn.apache.org/viewvc?rev=923057view=rev Log: canonical property to skip tests in mvn Modified: gump/metadata/project/commons-proper.xml

Re: svn commit: r923057 - /gump/metadata/project/commons-proper.xml

2010-03-15 Thread sebb
On 15/03/2010, Stefan Bodewig bode...@apache.org wrote: On 2010-03-15, sebb seb...@gmail.com wrote: On 15/03/2010, bode...@apache.org bode...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=923057view=rev Log: canonical property to skip tests in mvn - property

Re: How to depend on legacy projects?

2009-10-02 Thread sebb
On 02/10/2009, Leo Simons m...@leosimons.com wrote: Hey sebb, On Sat, Sep 19, 2009 at 10:50 AM, sebb seb...@gmail.com wrote: JMeter currently depends on some legacy Excalibur modules: excalibur-datasource-1.1.1.jar excalibur-i18n-1.1.jar excalibur-instrument-1.0.jar

Re: How to depend on legacy projects?

2009-10-02 Thread sebb
On 02/10/2009, sebb seb...@gmail.com wrote: On 02/10/2009, Leo Simons m...@leosimons.com wrote: Hey sebb, On Sat, Sep 19, 2009 at 10:50 AM, sebb seb...@gmail.com wrote: JMeter currently depends on some legacy Excalibur modules: excalibur-datasource-1.1.1.jar

Re: How to depend on legacy projects?

2009-09-21 Thread sebb
On 21/09/2009, Stefan Bodewig bode...@apache.org wrote: On 2009-09-21, sebb seb...@gmail.com wrote: On 21/09/2009, Stefan Bodewig bode...@apache.org wrote: On 2009-09-19, sebb seb...@gmail.com wrote: JMeter currently depends on some legacy Excalibur modules: excalibur-datasource

How to depend on legacy projects?

2009-09-19 Thread sebb
JMeter currently depends on some legacy Excalibur modules: excalibur-datasource-1.1.1.jar excalibur-i18n-1.1.jar excalibur-instrument-1.0.jar excalibur-logger-1.1.jar excalibur-pool-1.2.jar These are currently referenced using work nested=lib/xxx. All of these are also available in Maven repos,

Re: Problem running Apache Gump [vmgump-public]

2009-09-14 Thread sebb
On 14/09/2009, Stefan Bodewig bode...@apache.org wrote: On 2009-09-09, Stefan Bodewig bode...@apache.org wrote: I'm currently working going through the code in order to see where a retry on error logic could best be introduced. Looks as if it worked. Well done thanks! Stefan

Re: svn commit: r812413 - /gump/metadata/project/commons-proper.xml

2009-09-08 Thread sebb
On 08/09/2009, Stefan Bodewig bode...@apache.org wrote: On 2009-09-08, sebb seb...@gmail.com wrote: On 08/09/2009, Stefan Bodewig bode...@apache.org wrote: On 2009-09-08, s...@apache.org wrote: No longer using Ant build now that Jexl 2.0 is the trunk version Initial stab at M2 build

Re: SCM code changes status

2009-02-16 Thread sebb
On 16/02/2009, Stefan Bodewig bode...@apache.org wrote: Hi all, apart from some string constants that I want to extract (need to look up Python's idiom for constants) I'm now ready to move ahead - see the differences between svn revisions 741390 and 744799. I'll watch the next helios

Re: [Gump Wiki] Update of www.buyyourall.com by buyyourall

2008-12-22 Thread sebb
On 22/12/2008, Sander Temme scte...@apache.org wrote: On Dec 22, 2008, at 7:53 AM, Apache Wiki wrote: The following page has been changed by buyyourall: Deleted, and (hopefully) banned. Of course all of this will be in the mail-archives... (S)he also spammed general and commons.

Re: metadata

2008-09-27 Thread sebb
On 27/09/2008, David Crossley [EMAIL PROTECTED] wrote: sebb wrote: You probably only need the project directory: https://svn.apache.org/repos/asf/gump/metadata/project/ The top-level contains the validate tool. First I've heard of it ... but it's no use to me as I mostly use

Re: metadata

2008-09-26 Thread sebb
Works OK for me. You probably only need the project directory: https://svn.apache.org/repos/asf/gump/metadata/project/ On 26/09/2008, Matt Benson [EMAIL PROTECTED] wrote: What is the correct method for updating Gump metadata? I find myself unable to check out

Re: notification mails for ivy-tests

2008-07-16 Thread sebb
On 16/07/2008, Stefan Bodewig [EMAIL PROTECTED] wrote: On Tue, 15 Jul 2008, Stefan Bodewig [EMAIL PROTECTED] wrote: And I recall that Gump nags re-appeared on the commons lists after I changed the sender address (to mine). Same happened for ivy-tests now as well. I changed the sender

Re: notification mails for ivy-tests

2008-07-14 Thread sebb
On 11/07/2008, Stefan Bodewig [EMAIL PROTECTED] wrote: On Thu, 10 Jul 2008, sebb [EMAIL PROTECTED] wrote: On 10/07/2008, Maarten Coene [EMAIL PROTECTED] wrote: Hi, I just noticed that the project ivy-tests is failing for some time now, however, we didn't receive any

Re: notification mails for ivy-tests

2008-07-10 Thread sebb
On 10/07/2008, Maarten Coene [EMAIL PROTECTED] wrote: Hi, I just noticed that the project ivy-tests is failing for some time now, however, we didn't receive any notification mail. Any idea why this is the case? I noticed the same problem with JMeter. Maybe build failure detection has

Re: Suppressing maven download statistics with -B flag?

2008-05-02 Thread sebb
2008/5/2 Stefan Bodewig [EMAIL PROTECTED]: On Fri, 2 May 2008, sebb [EMAIL PROTECTED] wrote: It looks like the -B parameter suppresses these - any chance it could be added to the M2 command-line? should be easy to do once svn is writable again, I was getting annoyed by them as well

Access to test output directories

2008-04-13 Thread sebb
Is it possible to access the test output directories on gump? For example, the Cactus build http://vmgump.apache.org/gump/public/jakarta-cactus/cactus/index.html has some failing tests, so it would be usefult to be able to see the test output is at:

Re: More info on addressing failure

2007-04-20 Thread sebb
Did yo see the following JIRA issue: No space left on device Key: INFRA-1216 URL: https://issues.apache.org/jira/browse/INFRA-1216 Project: Infrastructure Issue Type: Bug Security Level: public (Regular issues)

Re: XOM issues

2007-01-08 Thread sebb
On 08/01/07, Elliotte Harold [EMAIL PROTECTED] wrote: Hmm, seems I'm being nagged abut XOM again. While fixing it I noticed that it's pointing to http;//www.cafeconleche.org/XOM instead of http://www.xom.nu/. Is there a way I can fix it to point to the latter instead as the official web page?

Re: Problem with SUEXEC

2007-01-02 Thread sebb
On 02/01/07, Dhika Cikul [EMAIL PROTECTED] wrote: Dear, I have problem with apache installation at my machine, i compile apache with suexec support [...] anyone knows how to fix this problem??, i have tried with Apache2 and Apache1, and get same problem Start by sending the e-mail to

Re: Forrest Failures

2006-08-15 Thread sebb
On 15/08/06, Gav [EMAIL PROTECTED] wrote: -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Monday, 14 August 2006 11:51 AM To: general@gump.apache.org Subject: Re: Forrest Failures On Sat, 12 Aug 2006, Gav [EMAIL PROTECTED] wrote: Anyway

Re: Regarding gump failure of project test-ojb

2006-01-16 Thread sebb
On 15/01/06, Stefan Bodewig [EMAIL PROTECTED] wrote: On Sun, 15 Jan 2006, Thomas Dudziak [EMAIL PROTECTED] wrote: So I wanted to ask, could you perhaps run Ant with the -debug flag ? I'm afraid there is no easy way to do that. And perhaps you could send me the file velocity.log which

Re: svn commit: r349170 - /gump/metadata/project/jakarta-jmeter-21.xml

2005-11-29 Thread sebb
On 27/11/05, Bill Barker [EMAIL PROTECTED] wrote: - Original Message - From: [EMAIL PROTECTED] To: commits@gump.apache.org Sent: Saturday, November 26, 2005 6:21 PM Subject: svn commit: r349170 - /gump/metadata/project/jakarta-jmeter-21.xml Author: sebb Date: Sat Nov 26 18:21

/usr/local/gump and /x1/gump - why the difference?

2005-11-25 Thread sebb
I'm trying to trace why JMeter fails to find all its tests under Gump. It looks like it is a classpath naming problem. The Gump run takes place with user.dir=/x1/gump/public/workspace/jakarta-jmeter-21/bin and it compiles the tests into /x1/gump/public/workspace/jakarta-jmeter-21/build/test

[jira] Commented: (GUMP-134) Restore Kaffe and JDK1.5 (and Test) workspaces.

2005-09-25 Thread Sebb (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-134?page=comments#action_12330442 ] Sebb commented on GUMP-134: --- Any chance of this being addressed? We would like to use 1.5 to build JMeter Restore Kaffe and JDK1.5 (and Test) workspaces

Re: i'm a bit lost now...

2005-09-06 Thread sebb
I think the project needs to be added to profile/gump.xml as well ... S. On 06/09/05, robert burrell donkin [EMAIL PROTECTED] wrote: it's been a while since i've done much with gump (back in the CVS days) and i've now discovered that i don't understand where the metadata lives and how it works

[jira] Created: (GUMP-153) Gump Metadata: links no longer work

2005-09-03 Thread Sebb (JIRA)
Gump Metadata: links no longer work --- Key: GUMP-153 URL: http://issues.apache.org/jira/browse/GUMP-153 Project: Gump Type: Bug Environment: http://vmgump.apache.org/gump/public/index.html Reporter: Sebb Priority: Minor

Java 1.5 on VmGump

2005-08-31 Thread sebb
Any idea when Java 1.5 will be available on Vmgump? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [GUMP] Details on JaxMe's test failure

2005-08-26 Thread sebb
On 26/08/05, Jochen Wiedmann [EMAIL PROTECTED] wrote: On 8/26/05, Stefan Bodewig [EMAIL PROTECTED] wrote: Doesn't look as if it worked, aren't we checking out the correct code? If it's not obvious that the correct script is being used, you could add a Revision property to each of the XML

Re: Gump presentation

2005-08-17 Thread sebb
On 17/08/05, Thomas [EMAIL PROTECTED] wrote: Stefan Bodewig wrote: I don't have anything to add to what Leo said, go use JIRA. BUT ... On Wed, 10 Aug 2005, Leo Simons [EMAIL PROTECTED] wrote: I'm not sure whether we decided whether Gump SoC students get svn accounts yet or

Re: Gump notifications ... are they getting through?

2005-06-01 Thread sebb
On 6/1/05, Adam Jack [EMAIL PROTECTED] wrote: I am frustrated trying to debug vmgump, and e-mail notifications. I just don't know if they are getting through, or not. Heck, for the longest time I I've seen a fair few Gump e-mails on commons-dev over the past few days. Two examples today:

Re: Last Gump runs were using libgcj

2005-04-26 Thread sebb
How about creating a read-only non-executable empty /usr/bin/java file? The warning test would need to be enhanced of course, but it might prevent some problems from occurring. Just a thought. S. On 4/26/05, Stefan Bodewig [EMAIL PROTECTED] wrote: On Tue, 26 Apr 2005, Leo Simons [EMAIL

Re: Need testers for gump3 branch + windows

2005-04-06 Thread sebb
I had similar problems. However instead of seeing messages about $PATH, I saw the contents of $PATH, which rather messes up the messages! Hopefully this can be fixed? == I also had difficulty working out how to create the gump database - in the end I used: mysqladmin -u root -p create database

Re: [GUMP@brutus]: Project dumbster (in module dumbster) failed

2005-04-04 Thread sebb
On Apr 5, 2005 12:06 AM, Jason Kitchen [EMAIL PROTECTED] wrote: I keep receiving the attached nag from Gump. I am not able to determine the problem from the information given. I have verified that the project (Dumbster http://brutus.apache.org/gump/public/dumbster/) builds and tests fine when

Re: [Ant-contrib-developers] [EMAIL PROTECTED]: Project ant-contrib-test (in module ant-contrib) failed

2005-03-12 Thread sebb
See: http://brutus.apache.org/ - looks to be once a day for all but Kaffe S. On Sat, 12 Mar 2005 09:44:48 -0700, Dean Hiller [EMAIL PROTECTED] wrote: how often does this run? I think I fixed it, but I am not sure how long I have to wait to know that...a day, etc. thanks, dean

Re: cvs commit: gump/project jakarta-jmeter.xml

2005-02-21 Thread sebb
On Mon, 21 Feb 2005 08:33:29 +0100, Stefan Bodewig [EMAIL PROTECTED] wrote: On 20 Feb 2005, [EMAIL PROTECTED] wrote: Anakia also needs logkit.. Sebb, maybe we should assemble an Anakia project that has runtime dependencies on all the stuff needed to run it and have all projects

Re: Recent Gump Error and DefaultHandler

2004-12-15 Thread sebb
On Wed, 15 Dec 2004 17:24:53 +0100, Stefan Bodewig [EMAIL PROTECTED] wrote: On Wed, 15 Dec 2004, Ceki Gülc [EMAIL PROTECTED] wrote: [...] On a different but related matter, I would love if Gump's scope (or mission statement) could be extended to run tests on the many different platforms it

Re: stinking *no longer* email still flooding lists!

2004-12-09 Thread sebb
Gump sent a success message for Jmeter-dev earlier today: [...] Received: from Unknown (HELO [127.0.0.1]) (209.237.227.198) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Dec 2004 02:39:08 -0800 Date: Thu, 09 Dec 2004 02:35:39 PST From: Gump-build [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: stinking *no longer* email still flooding lists!

2004-12-09 Thread sebb
: Could I see the Gump footer (at bottom of the e-mail)? If I did correctly comment out success e-mails (and I would like to believe that even I can do that) then I need to determine why it might not be in some branch (likely LIVE). regards Adam - Original Message - From: sebb

Re: change of module names or repositories

2004-12-01 Thread sebb
On Wed, 01 Dec 2004 09:09:21 +0100, Stefan Bodewig [EMAIL PROTECTED] wrote: Hi all, if you change the name of a CVS module or some code base switches from CVS to SVN or any other change like this happens, we need to remove the existing working copy from brutus. In velocity's case we had:

Re: [vote] turning off nagging until we feel gump is solid enough for that

2004-11-30 Thread sebb
On Tue, 30 Nov 2004 11:39:07 -0800, Stefano Mazzocchi [EMAIL PROTECTED] wrote: I think gump's nagging is currently making more noise than signal and this is hurting our ability to come across as helpful instead of annoying. I propose to turn off nagging until we fix this, we are the only one

Running server tests under Gump

2004-11-19 Thread sebb
I'd like to extend the JMeter unit tests to include some tests of the samplers; however most of the samplers require a server to connect to. Just wondering what would be the best way to go about this. Here are some possibilities: * run a server on a local port as part of the test suite - but how

Re: [EMAIL PROTECTED]: Project cocoon-block-jms (in module cocoon) failed

2004-11-11 Thread sebb
On Tue, 9 Nov 2004 17:08:36 +, sebb [EMAIL PROTECTED] wrote: On Tue, 09 Nov 2004 10:33:26 -0500, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Stefan Bodewig wrote: On Mon, 08 Nov 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Geoff Howard wrote: I find it hard

Re: [EMAIL PROTECTED]: Project cocoon-block-jms (in module cocoon) failed

2004-11-09 Thread sebb
On Tue, 09 Nov 2004 10:33:26 -0500, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Stefan Bodewig wrote: On Mon, 08 Nov 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Geoff Howard wrote: I find it hard to believe the jms spec has changed, though I suppose this is possible.

Re: TEST-xxx files available?

2004-10-12 Thread sebb
Or you might be able to use something like JMeter uses in its build.xml: concat filelist dir=bin files=jmeter-test.log / /concat Some of the output of the test run is logged to this file, which is otherwise not available in a remote Gump. HTH On Tue, 12 Oct 2004 07:56:39 -0600,

Re: [GUMP@brutus]: gump/gump-test failed

2004-10-04 Thread sebb
On Mon, 04 Oct 04 01:05:50 PDT, Adam Jack [EMAIL PROTECTED] wrote: To whom it may engage... [...] Project gump-test has an issue affecting its community integration, and has been outstanding for 12L runs. 12 L ? What the L's this mean? S.

Re: cvs commit: gump/project jakarta-jmeter.xml

2004-09-20 Thread sebb
On 20 Sep 2004 09:18:33 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: bodewig 2004/09/20 02:18:33 Modified:project jakarta-jmeter.xml Log: remove broken project references Revision ChangesPath 1.106 +12 -10gump/project/jakarta-jmeter.xml Index:

Re: cvs commit: gump/project jakarta-jmeter.xml

2004-09-20 Thread sebb
2004, sebb [EMAIL PROTECTED] wrote: On 20 Sep 2004 09:18:33 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: remove broken project references -depend project=excalibur-compatibility / depend project=excalibur-logger / +!-- gone, no idea what to replace them

Re: cvs commit: gump/project jakarta-jmeter.xml

2004-09-20 Thread sebb
September 2004 18:48, sebb wrote: +!-- gone, no idea what to replace them with +depend project=excalibur-compatibility / depend project=excalibur-i18n / Perhaps there needs to be an archive version of such items in Gump. By the way, I think I saw something about

cvs commit: gump/project jakarta-jmeter.xml

2004-06-21 Thread sebb
sebb2004/06/21 14:35:00 Modified:project jakarta-jmeter.xml Log: Make xpp and xstream separate sub-projects Revision ChangesPath 1.102 +32 -16gump/project/jakarta-jmeter.xml Index: jakarta-jmeter.xml

cvs commit: gump/project jakarta-jmeter-20.xml

2004-06-18 Thread sebb
sebb2004/06/18 03:55:15 Modified:project jakarta-jmeter-20.xml Log: Fix e-mail sender name Revision ChangesPath 1.7 +7 -7 gump/project/jakarta-jmeter-20.xml Index: jakarta-jmeter-20.xml

cvs commit: gump/project jakarta-jmeter-20.xml

2004-05-24 Thread sebb
sebb2004/05/24 02:43:52 Modified:project jakarta-jmeter-20.xml Log: Missed the obvious fix - change the cvs module name! Revision ChangesPath 1.6 +7 -7 gump/project/jakarta-jmeter-20.xml Index: jakarta-jmeter-20.xml

cvs commit: gump/project jakarta-jmeter-20.xml

2004-05-22 Thread sebb
sebb2004/05/22 02:11:21 Modified:project jakarta-jmeter-20.xml Log: Cannot use different module name as it is the CVS module name as well Revision ChangesPath 1.4 +8 -8 gump/project/jakarta-jmeter-20.xml Index: jakarta-jmeter-20.xml

cvs commit: gump/project jakarta-jmeter-20.xml

2004-05-22 Thread sebb
sebb2004/05/22 02:30:50 Modified:project jakarta-jmeter-20.xml Log: Revision ChangesPath 1.5 +6 -6 gump/project/jakarta-jmeter-20.xml Index: jakarta-jmeter-20.xml === RCS file

cvs commit: gump/server brutus.xml

2004-05-21 Thread sebb
sebb2004/05/21 03:19:12 Modified:server brutus.xml Log: Brutus runs seem to have moved Revision ChangesPath 1.4 +1 -1 gump/server/brutus.xml Index: brutus.xml === RCS file: /home

  1   2   >