Re: [nightly build] Moving to Continuum...

2007-08-21 Thread Brett Porter
FYI - the old machine is scheduled to be taken down in 24 hours, so in the interim some projects may be without nightlies from tomorrow. I hope this doesn't cause too much inconvenience. Cheers, Brett On 19/08/07, Phil Steitz <[EMAIL PROTECTED]> wrote: > The vmbuild box that the nightlies run on

Re: [DRAFT] Apache Commons Board Report, August 2007

2007-08-21 Thread Torsten Curdt
Anything else? ...otherwise I'll send it through tomorrow. cheers -- Torsten -- Apache Commons Board Report, August 2007 Summary === o Move to TLP has been performed o Agreed on committer voting rules (voting in private, public invite) o Discussed non-java components (pragmatic ap

Re: [continuum] BUILD ERROR: Commons-Email

2007-08-21 Thread Ben Speakmon
Yep, found that too. After changing that, it built fine. I also changed the default java profile to 1.4. Sorry about the failed build notification. I meant to get it working before spamming the list. :) On 8/21/07, Phil Steitz <[EMAIL PROTECTED]> wrote: > > The problem here is the scm connection

Re: [continuum] BUILD ERROR: Commons-Email

2007-08-21 Thread Phil Steitz
The problem here is the scm connection element needs to use http, not https. We should change that uniformly. On 8/21/07, [EMAIL PROTECTED] wrote: > Online report : > http://vmbuild1.apache.org/continuum/buildResult.action?buildId=1926&projectId=136 > > Build statistics: > State: Error > Prev

[continuum] BUILD ERROR: Commons-Email

2007-08-21 Thread [EMAIL PROTECTED]
Online report : http://vmbuild1.apache.org/continuum/buildResult.action?buildId=1927&projectId=136 Build statistics: State: Error Previous State: Error Started at: Tue 21 Aug 2007 11:31:43 -0700 Finished at: Tue 21 Aug 2007 11:31:45 -0700 Total time: 1s Build Trigger: Forced Build Number:

[continuum] BUILD ERROR: Commons-Email

2007-08-21 Thread [EMAIL PROTECTED]
Online report : http://vmbuild1.apache.org/continuum/buildResult.action?buildId=1926&projectId=136 Build statistics: State: Error Previous Build: No previous build. Started at: Tue 21 Aug 2007 11:30:15 -0700 Finished at: Tue 21 Aug 2007 11:30:17 -0700 Total time: 1s Build Trigger: Forced

Re: svn commit: r568192 - in /commons/proper/digester/trunk/src: java/org/apache/commons/digester/SetPropertyRule.java test/org/apache/commons/digester/SetPropertyRuleTestCase.java

2007-08-21 Thread Henri Yandell
Hope no one minds my having committed this. I don't commit to Digester very often, but as that one was on a list of interesting issues I'm working through, I figured I'd go ahead and see if anyone was upset :) Hen On 8/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: bayard > Date: T

Suggestion for Clone Builder in commons-lang to assist with Cloneable and clone()

2007-08-21 Thread Vihung Marathe
Given that it is considered 'good practice' for entity objects to be Cloneable and to have a 'proper' clone() method, can I suggest that there be a CloneBuilder builder along the lines of HashCodeBuilder et al. I would expect to use it in my implementation of clone() methods as follows public O