Re: [ANNOUNCEMENT] Apache Commons grants write access to all ASF committers

2014-12-17 Thread Adrian Crum
The challenge will be to keep Jira up-to-date. I would like to wrap up some Jira issues too, but ASF committers do not have edit permissions in Commons Jira. Adrian Crum Sandglass Software www.sandglass-software.com On 12/18/2014 2:42 AM, Carl Hall wrote: Very cool! I've been digging through

Re: [ANNOUNCEMENT] Apache Commons grants write access to all ASF committers

2014-12-17 Thread Carl Hall
Very cool! I've been digging through the JIRA tickets for dbutils. I would like to help clear those out and add some new things to the library. I'll be sure to send details to the list as things come up. On Mon, Dec 15, 2014 at 8:05 AM, Benedikt Ritter wrote: > > Dear fellow committers, > > The

Re: [ANNOUNCEMENT] Apache Commons grants write access to all ASF committers

2014-12-17 Thread Carl Hall
Very cool! I've been digging through the JIRA tickets for dbutils. I would like to help clear those out and add some new things to the library. I'll be sure to send details to the list as things come up. On Mon, Dec 15, 2014 at 8:05 AM, Benedikt Ritter wrote: > > Dear fellow committers, > > The

Re: [vfs] checkstyle cleanup planned

2014-12-17 Thread Bernd Eckenfels
Am Mon, 8 Dec 2014 21:52:45 +0100 schrieb Bernd Eckenfels : > I plan to commit changes to a lot of resources to remove some of the > checkstyle and other bugcheck reports in preparation of 2.1. I have commited this, there are some checkstyle warnings left. Some Javadoc (I plan to address next). S

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

2014-12-17 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=38963&projectId=129 Build statistics: State: Failed Previous State: Ok Started at: Wed 17 Dec 2014 22:21:08 + Finished at: Wed 17 Dec 2014 22:21:34 + Total time: 25s Build Trigger: Schedule

Fwd: [ANNOUNCEMENT] Apache Commons grants write access to all ASF committers

2014-12-17 Thread Reto Gmür
Hi, This sounds like a great occasion to publish a revised version of the core RDF libraries in clerezza as Commons RDF. This has been the topic of several discussions already. The Clerezza RDF libraries are strictly based on the RDF concepts and does not introduce auxiliary concepts (like BNode

Re: [math] Added Cheng sampling procedure for beta distribution.

2014-12-17 Thread Phil Steitz
On 12/17/14 4:26 AM, Emmanuel Bourg wrote: > Le 17/12/2014 08:02, Thomas Neidhart a écrit : > >> when you type the following command you will see all remote branches: >> >> git branch -r >> >> to switch your local environment to this branch do the following >> >> git fetch # update all info

Re: [math] final call before cutting the release candidate

2014-12-17 Thread Gilles
On Tue, 16 Dec 2014 16:52:06 -0700, Phil Steitz wrote: On 12/16/14 2:10 PM, Luc Maisonobe wrote: Hi all, Can we consider MATH-1173 is solved, Not sure. Gilles asked for review. Has anyone had a careful look? "Fix version" set to 4.0. If in the meantime a bug is uncovered, we'll just have t

Re: [math] Added Cheng sampling procedure for beta distribution.

2014-12-17 Thread Emmanuel Bourg
Le 17/12/2014 08:02, Thomas Neidhart a écrit : > when you type the following command you will see all remote branches: > > git branch -r > > to switch your local environment to this branch do the following > > git fetch # update all information > git checkout -b MATH-1153 origin/MATH-

Re: Announce: Commons Inject

2014-12-17 Thread Jochen Wiedmann
Well spotted. I had added Guice as a Maven dependency so as to validate certain things while implementing. It's now removed. This should eliminate your concerns. Also, please note that the remaining dependencies are all provided, with the exception of javax.inject-1.jar and javax.inject-tck-1.jar,

Re: [math] Added Cheng sampling procedure for beta distribution.

2014-12-17 Thread Luc Maisonobe
Le 17/12/2014 11:32, sebb a écrit : > It would be helpful to add such info to the Commons Git docs Sure. Can someone add me to the contributors group on the Commons Wiki? My wiki user name is LucMaisonobe. thanks in advance, Luc > > On 17 December 2014 at 07:02, Thomas Neidhart > wrote: >> O

Re: Announce: Commons Inject

2014-12-17 Thread Benedikt Ritter
2014-11-19 8:44 GMT+01:00 Mark Struberg : > > Jochen, I might have done something wrong so please help me. > > I've checked out your svn link and built it. > > Then I did a > > $> mvn clean -DincludeScope=runtime dependency:copy-dependencies > -rw-r--r--+ 1 struberg staff4467 19. Nov 08:41 aopa

Re: [1/4] [math] Added Bessel functions of the first kind, based on NetLib implementation.

2014-12-17 Thread Luc Maisonobe
Hi Sebb, Le 17/12/2014 02:21, sebb a écrit : > On 17 December 2014 at 00:01, Phil Steitz wrote: >> On 12/16/14 1:51 PM, sebb wrote: >>> On 16 December 2014 at 08:58, luc wrote: Hi Phil, Le 2014-12-16 00:49, pste...@apache.org a écrit : > Repository: commons-math > Updated

Re: svn commit: r1645679 - /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/TestBean.java

2014-12-17 Thread Benedikt Ritter
2014-12-16 21:43 GMT+01:00 sebb : > > On 16 December 2014 at 08:49, Benedikt Ritter wrote: > > 2014-12-15 16:54 GMT+01:00 : > >> > >> Author: sebb > >> Date: Mon Dec 15 15:54:38 2014 > >> New Revision: 1645679 > >> > >> URL: http://svn.apache.org/r1645679 > >> Log: > >> Unused > >> > >> Modified:

Re: [VOTE] Release Configuration 2.0-alpha2 based on RC1

2014-12-17 Thread Benedikt Ritter
2014-12-17 2:02 GMT+01:00 Gary Gregory : > > Tue, Dec 16, 2014 at 3:44 PM, Oliver Heger > wrote: > > > > > > > > Am 16.12.2014 um 17:33 schrieb Gary Gregory: > > > The JIRA report is not generated with 'mvn clean site' because: > > > > > > [INFO] Generating "JIRA Report" report --- > > >

Re: [math] Added Cheng sampling procedure for beta distribution.

2014-12-17 Thread sebb
It would be helpful to add such info to the Commons Git docs On 17 December 2014 at 07:02, Thomas Neidhart wrote: > On 12/17/2014 05:10 AM, Phil Steitz wrote: >> I am lost here. Sorry I am still git-newbie. I see no subsequent >> commit message showing this change has been backed out, but it lo