Re: svn commit: r1556010 - /commons/proper/lang/trunk/src/changes/release-notes.vm

2014-02-12 Thread sebb
On 6 January 2014 20:07, wrote: > Author: britter > Date: Mon Jan 6 20:07:26 2014 > New Revision: 1556010 > > URL: http://svn.apache.org/r1556010 > Log: > Relese notes must contain AL header Not sure that's correct. > Modified: > commons/proper/lang/trunk/src/changes/release-notes.vm > > M

Re: [VOTE] Release Apache Commons Weaver 1.0 based on RC1

2014-02-12 Thread sebb
BTW, I'm getting some odd errors on trunk. For example, just tried "mvn clean" and it fails with = [ERROR] BUILD FAILURE [INFO] [INFO] A required plugin was not found: Plugin could not be found -

VOTE cancelled WAS [VOTE] Release Apache Commons Weaver 1.0 based on RC1

2014-02-12 Thread Matt Benson
In addition to the problems (other than the website, which, after all, can be improved independently of releases) identified by Oliver, I have discovered a problem that had crept into the test security policy used by the example and ant/test modules to show that the privilizer is doing its job. I a

Re: [VOTE] Release Apache Commons Weaver 1.0 based on RC1

2014-02-12 Thread sebb
On 12 February 2014 23:22, Matt Benson wrote: > The AL header is in > https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/src/changes/release-notes.vm, > from which the release notes were generated. The header lines in the vm file are comments that are not supposed to be copied t

Re: [VOTE] Release Apache Commons Weaver 1.0 based on RC1

2014-02-12 Thread Matt Benson
The AL header is in https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/src/changes/release-notes.vm, from which the release notes were generated. Interestingly, m2eclipse defaults to the behavior that redundant groupId/version are warning-worthy. Browsing http://svn.apache.org/rep

Re: [VOTE] Release Apache Commons Weaver 1.0 based on RC1

2014-02-12 Thread sebb
On 12 February 2014 02:20, Matt Benson wrote: > I would like to make the inaugural release of the [weaver] component. > > Apache Commons Weaver 1.0 RC1 is available for review at: > https://dist.apache.org/repos/dist/dev/commons/weaver/ (r4368). > > Maven artifacts are at: > https://repository

Re: [weaver] site discussion

2014-02-12 Thread Oliver Heger
Hi Matt, Am 12.02.2014 22:17, schrieb Matt Benson: > Back in the fall the observation was made that the [weaver] site did not > well explain the purpose of the component. I attempted to address the > issue, but apparently without success. The index page has, just a few items > in: What can these

[weaver] site discussion

2014-02-12 Thread Matt Benson
Back in the fall the observation was made that the [weaver] site did not well explain the purpose of the component. I attempted to address the issue, but apparently without success. The index page has, just a few items in: What can these do for me? with a link to quite a detailed discussion of the

Re: buildbot failure in ASF Buildbot on commons-site-staging

2014-02-12 Thread Benedikt Ritter
Looks like a firewall issue. I'll contact infra. 2014-02-12 21:46 GMT+01:00 : > The Buildbot has detected a new failure on builder commons-site-staging > while building ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/commons-site-staging/builds/168 > > Buildbot UR

Re: [VOTE] Release Apache Commons Weaver 1.0 based on RC1

2014-02-12 Thread Oliver Heger
Build works fine with JDK 1.7 on Windows 8.1. Artifacts and site look good. I noticed some problems: - The names of the distributions files contain a -dist suffix, and they also deflate in a directory named -dist. This is not typical for other commons components. - The binary distribution does not

Re: [beanutils2] Future plans, how to contribute?

2014-02-12 Thread Paul Benedict
One thing I would prefer in a BeanUtils 2 is the removal of static utility classes. I like beans; they allow me to subclass and customize. I can't do that with static access. On Wed, Feb 12, 2014 at 2:43 PM, Benedikt Ritter wrote: > Hell André > > > 2014-02-11 20:01 GMT+01:00 André Diermann : >

Re: [beanutils2] Future plans, how to contribute?

2014-02-12 Thread Benedikt Ritter
Hell André 2014-02-11 20:01 GMT+01:00 André Diermann : > Hi Benedikt, > > many thanks for your kind introduction. :-) I also think jumping into the > code will do most, that's where I start for now. What I have seen so far > looks quite promising, especially the test coverage, hence it's maybe h

[continuum] BUILD FAILURE: Apache Commons VFS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-02-12 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28094&projectId=129 Build statistics: State: Failed Previous State: Ok Started at: Wed 12 Feb 2014 16:24:08 + Finished at: Wed 12 Feb 2014 16:29:18 + Total time: 5m 10s Build Trigger: Schedule

Re: [RESULT][VOTE][LAZY] Publish Commons Parent 33 based on RC1

2014-02-12 Thread Benedikt Ritter
Hi Gary, I'm short on time this week. I hope to have some time on saturday to publish some of the sites. Benedikt Send from my mobile device > Am 12.02.2014 um 16:34 schrieb Gary Gregory : > > FYI: I just published [codec] > > Gary > > > On Tue, Feb 11, 2014 at 11:01 AM, Benedikt Ritter wr

[GitHub] commons-lang pull request: add NoClassNameToStringStyle implementa...

2014-02-12 Thread innokenty-shuvalov
GitHub user innokenty-shuvalov opened a pull request: https://github.com/apache/commons-lang/pull/17 add NoClassNameToStringStyle implementation of ToStringStyle Using the example from ```ToStringBuilder```, the output would look like this: ``` [name=John Doe,age=33,smoker=f

Re: [math] Annotations

2014-02-12 Thread Adrian Crum
On 2/11/2014 4:53 PM, sebb wrote: On 11 February 2014 22:40, Thomas Neidhart wrote: On 02/10/2014 10:16 AM, Thomas Neidhart wrote: Hi, this is an issue I was thinking about for some time now, and it is quite some recurrent theme that we face in Commons. Considering our release practice, it i

Re: [RESULT][VOTE][LAZY] Publish Commons Parent 33 based on RC1

2014-02-12 Thread Gary Gregory
FYI: I just published [codec] Gary On Tue, Feb 11, 2014 at 11:01 AM, Benedikt Ritter wrote: > Hi, > > this vote passes, since no -1 votes have been casted. I'll publish > commons-parent 33 to maven central. > > After that, all component sites have to be republished, so that they pick > up the n

Re: [math] Annotations

2014-02-12 Thread Thomas Neidhart
Hi sebb, maybe we should start doing this in a smaller component and then others might pick up afterwards. I guess Codec is a good candidate? Thomas On Wed, Feb 12, 2014 at 1:53 AM, sebb wrote: > On 11 February 2014 22:40, Thomas Neidhart > wrote: > > On 02/10/2014 10:16 AM, Thomas Neidhart