Re: [LANG] Drop Ant build?

2015-10-16 Thread Gary Gregory
+1 Gary On Fri, Oct 16, 2015 at 8:41 AM, Benedikt Ritter wrote: > Hi, > > Maven has been our leading build system for a long time now. Maintaining > the Ant build causes trouble. For example I often forget to synchronize > changes I make to the dependencies in pom.xml with

Re: [LANG] Drop Ant build?

2015-10-16 Thread Sergio Fernández
Me neither. On Fri, Oct 16, 2015 at 6:26 PM, Matt Benson wrote: > I don't see any point in keeping the Ant build, TBH. > > Matt > > On Fri, Oct 16, 2015 at 10:41 AM, Benedikt Ritter > wrote: > > Hi, > > > > Maven has been our leading build system for a

Re: [LANG] Drop Ant build?

2015-10-16 Thread Bruno P. Kinoshita
+1 if not being used/maintained anymore. I thought it was being used to create Debian packages. Bruno From: Benedikt Ritter To: Commons Developers List Sent: Saturday, 17 October 2015 4:41 AM Subject: [LANG] Drop Ant build? Hi, Maven

[LANG] Drop Ant build?

2015-10-16 Thread Benedikt Ritter
Hi, Maven has been our leading build system for a long time now. Maintaining the Ant build causes trouble. For example I often forget to synchronize changes I make to the dependencies in pom.xml with the ant build. Are there any objections against removing the Ant build from the project? BR,

[LANG] Drop special surefire configuration?

2015-10-16 Thread Benedikt Ritter
Hi, we have some special configuration for the surefire plugin [1]. I don't really any value in this configuration. It just complicates the build. Can we drop it? Regards, Benedikt [1] https://paste.apache.org/k8s4 -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/

Re: [LANG] Drop Ant build?

2015-10-16 Thread sebb
On 16 October 2015 at 21:32, Bruno P. Kinoshita wrote: > +1 if not being used/maintained anymore. > > I thought it was being used to create Debian packages. If this turns out to be the case, then please add a note to the Ant build file to explain this requirement. >

Re: [LANG] Drop special surefire configuration?

2015-10-16 Thread sebb
On 16 October 2015 at 16:35, Benedikt Ritter wrote: > Hi, > > we have some special configuration for the surefire plugin [1]. I don't > really any value in this configuration. It just complicates the build. Can > we drop it? As I recall, the random order was added because

Re: [LANG] Drop special surefire configuration?

2015-10-16 Thread Jörg Schaible
sebb wrote: > On 16 October 2015 at 16:35, Benedikt Ritter wrote: >> Hi, >> >> we have some special configuration for the surefire plugin [1]. I don't >> really any value in this configuration. It just complicates the build. >> Can we drop it? > > As I recall, the random

Re: [LANG] Drop Ant build?

2015-10-16 Thread Jörg Schaible
+1, definitely Benedikt Ritter wrote: > Hi, > > Maven has been our leading build system for a long time now. Maintaining > the Ant build causes trouble. For example I often forget to synchronize > changes I make to the dependencies in pom.xml with the ant build. > > Are there any objections

MATH-837 New method AggregateSummaryStatistics

2015-10-16 Thread Tewfik Zeghmi
Hi, I’m not able to aggregate StatisticalSummaryValues. The ticket has a patch that solves this, but without an update. How do we get Thomas’s patch merged? It would be very useful. https://issues.apache.org/jira/browse/MATH-837 Thank you, Tewfik

Re: [LANG] Drop Ant build?

2015-10-16 Thread Matt Benson
I don't see any point in keeping the Ant build, TBH. Matt On Fri, Oct 16, 2015 at 10:41 AM, Benedikt Ritter wrote: > Hi, > > Maven has been our leading build system for a long time now. Maintaining > the Ant build causes trouble. For example I often forget to synchronize >