[All] Jenkins nonsense (?)

2017-08-17 Thread Gilles
Hello. Does someone know why Jenkins reports a build as "Failed" while the last line of the console output is: ---CUT--- Finished: SUCCESS ---CUT--- See e.g. https://builds.apache.org/view/A-D/view/Commons/job/Commons_RNG__Java8/50/console Note that for the same code Jenkins reports

Re: [CSV] CSVMutableRecord

2017-08-17 Thread Simon Spero
On Aug 15, 2017 8:01 PM, "Gilles" wrote: Saying that making record mutable is "breaking" is a bit unfair when we do > NOT document the mutability of the class in the first place. > I'm stating a fact: class is currently immutable, change would make it mutable; it

Re: [All][Math] New component: "Commons Geometry"?

2017-08-17 Thread Gilles
Hi Benedikt. On Thu, 17 Aug 2017 15:48:45 +0200, Benedikt Ritter wrote: Hello Gilles, Am 15.08.2017 um 16:26 schrieb Gilles : Hello. [Time for a new episode in our "Ripping CM" series.] How about creating "Commons Geometry"? The rationale is comprised of the

Re: [All] Jenkins nonsense (?)

2017-08-17 Thread Brent Worden
The last success in the build log indicates the last execution of Maven was successful and not that the entire Jenkins build was successful. Sprinkled throughout the build log are messages of the form 'Skipping reporter since build result is FAILURE.' The first such message appeared shortly

Re: [All][Math] New component: "Commons Geometry"?

2017-08-17 Thread Rob Tompkins
+1 with the thought of Benedikt's point about trying to lift one project at a time. > On Aug 17, 2017, at 11:15 AM, Jörg Schaible > wrote: > > +1 > > Looks good to me. > > Gilles wrote: > >> Hello. >> >> [Time for a new episode in our "Ripping CM" series.]

Re: [All][Math] New component: "Commons Geometry"?

2017-08-17 Thread Benedikt Ritter
Hello Gilles, > Am 15.08.2017 um 16:26 schrieb Gilles : > > Hello. > > [Time for a new episode in our "Ripping CM" series.] > > How about creating "Commons Geometry"? > > The rationale is comprised of the usual suspects: > * Smaller and more focused component,

Re: [All][Math] New component: "Commons Geometry"?

2017-08-17 Thread Gary Gregory
On Thu, Aug 17, 2017 at 7:48 AM, Benedikt Ritter wrote: > Hello Gilles, > > > Am 15.08.2017 um 16:26 schrieb Gilles : > > > > Hello. > > > > [Time for a new episode in our "Ripping CM" series.] > > > > How about creating "Commons Geometry"? > > >

Re: [All][Math] New component: "Commons Geometry"?

2017-08-17 Thread Jörg Schaible
+1 Looks good to me. Gilles wrote: > Hello. > > [Time for a new episode in our "Ripping CM" series.] > > How about creating "Commons Geometry"? > > The rationale is comprised of the usual suspects: > * Smaller and more focused component, hence: > - Consistent development and

[ANNOUNCE] Apache Commons JCS 2.2 Released

2017-08-17 Thread Thomas Vandahl
The Apache Commons Team is pleased to announce the availability of: Apache Commons JCS 2.2 Apache Commons JCS is a distributed, versatile caching system. The release notes can be reviewed at: http://www.apache.org/dist/commons/jcs/RELEASE-NOTES.txt Distribution packages can be downloaded from:

Re: [All] Jenkins nonsense (?)

2017-08-17 Thread Gilles
On Thu, 17 Aug 2017 08:56:51 -0500, Brent Worden wrote: The last success in the build log indicates the last execution of Maven was successful and not that the entire Jenkins build was successful. Sprinkled throughout the build log are messages of the form 'Skipping reporter since build result

Re: [CSV] CSVMutableRecord

2017-08-17 Thread Gary Gregory
Not yet ;-) On Aug 17, 2017 11:34, "nitin mahendru" wrote: > Hi All, > > Any consensus on this ? > > -Nitin > > > > > On Tue, Aug 15, 2017 at 4:43 PM Gary Gregory > wrote: > > > On Tue, Aug 15, 2017 at 5:32 PM, Gilles