Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Stefan Bodewig
On 2014-12-15, Kristian Rosenvold wrote: > There is also the issue of determining if the MANIFEST.MF file really > needs to be the first file in the jar, which puts an interesting > constraint on the parallelism. I've found this for Ant which caused us to implement that logic (in 2001): https://

Re: [text] Update .gitignore, using [lang]'s as basis

2014-12-15 Thread Bruno P. Kinoshita
Very good idea Sebb! Done in 1a236bada5163388a3051083fba454b19edc1fb8, thanks!! Bruno From: sebb To: Commons Developers List ; Bruno P. Kinoshita Sent: Monday, December 15, 2014 8:27 AM Subject: Re: [text] Update .gitignore, using [lang]'s as basis I suggest you add a comment to

Re: [2/4] [math] Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math

2014-12-15 Thread Phil Steitz
Sorry for the noise here and I trust this commit did not actually do anything to master. Phil On 12/15/14 4:49 PM, pste...@apache.org wrote: > Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math > > > Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo > C

Re: [math] adding a profil for Ekstasi test optimizer

2014-12-15 Thread Phil Steitz
On 12/15/14 2:50 PM, Luc Maisonobe wrote: > Hi all, > > A fex weeks ago, Milos Gligoric proposed to add his Ekstazi project to > improve tests runs during development time (see > ). The rationale is that > after a first (long) and complete test run, som

[math] adding a profil for Ekstasi test optimizer

2014-12-15 Thread Luc Maisonobe
Hi all, A fex weeks ago, Milos Gligoric proposed to add his Ekstazi project to improve tests runs during development time (see ). The rationale is that after a first (long) and complete test run, some fingerprints are stored and only a subset of test i

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

2014-12-15 Thread Oliver Heger
Am 14.12.2014 um 22:45 schrieb Benedikt Ritter: > Hey Oliver, > > 2014-12-14 22:25 GMT+01:00 Oliver Heger : >> >> My own +1. >> >> Seems to be no good time for a vote... >> > > It's holiday time, so... :o) > > I will have some time on Tuesday evening to review this RC. One thing > already caug

Re: Separate mailing list for CMS buildbot commits?

2014-12-15 Thread sebb
This has now been implemented. Buildbot commit mails should now end up in notifications@commons.a.o rather than commits@c.a.o If there are any problems, the original JIRA was INFRA-8866 Hopefully commits@ will now be a bit easier to review. On 4 December 2014 at 13:28, Emmanuel Bourg wrote

Missing commit mails have been regenerated by Infra

2014-12-15 Thread sebb
Infra recently regenerated all the SVN commit mails that may have been lost during the SVN outage about 10 days ago. There are some duplicates, but all the previously missing ones are now accounted for. - To unsubscribe, e-mail:

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread sebb
On 15 December 2014 at 17:47, Kristian Rosenvold wrote: > 2014-12-15 17:39 GMT+01:00 Stefan Bodewig : >> On 2014-12-15, Kristian Rosenvold wrote: >> >>> There is also the issue of determining if the MANIFEST.MF file really >>> needs to be the first file in the jar, which puts an interesting >>> co

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Kristian Rosenvold
2014-12-15 17:39 GMT+01:00 Stefan Bodewig : > On 2014-12-15, Kristian Rosenvold wrote: > >> There is also the issue of determining if the MANIFEST.MF file really >> needs to be the first file in the jar, which puts an interesting >> constraint on the parallelism. I have been unable to understand if

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Stefan Bodewig
On 2014-12-15, Kristian Rosenvold wrote: > There is also the issue of determining if the MANIFEST.MF file really > needs to be the first file in the jar, which puts an interesting > constraint on the parallelism. I have been unable to understand if the > jar spec actually requires this or if it's

Re: [math] javadoc warnings

2014-12-15 Thread Gilles
On Mon, 15 Dec 2014 08:40:27 -0700, Phil Steitz wrote: Cleaning up javadoc for the Bessel stuff I am readying for commit, I noticed these: [WARNING] /Users/psteitz/math-git/commons-math/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicInterpolator.java:42: warning - Tag @lin

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

2014-12-15 Thread Benedikt Ritter
Dear fellow committers, The Apache Commons Team is pleased to announce that write access to the Apache Commons Subversion and Git repositories has been granted to all ASF committers. Apache Commons is an Apache project focused on all aspects of reusable Java components. As such, the components ma

[math] javadoc warnings

2014-12-15 Thread Phil Steitz
Cleaning up javadoc for the Bessel stuff I am readying for commit, I noticed these: [WARNING] /Users/psteitz/math-git/commons-math/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicInterpolator.java:42: warning - Tag @link: missing '#': "isValidPoint(double,double)" [WARNING] /U

Re: [Math] MATH-1180

2014-12-15 Thread Gilles
On Mon, 15 Dec 2014 11:43:22 +0100, Gilles wrote: On Sun, 14 Dec 2014 19:15:08 -0700, Phil Steitz wrote: On 12/14/14 5:10 PM, Gilles wrote: Hi. Any objection to my adding this: https://issues.apache.org/jira/browse/MATH-1180 ? If you have use for something like that in [math], I am fine wit

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Kristian Rosenvold
As far as I understand there will be no thread pools coming into commons-compress, this has to be done by the caller. The caller will basically in some shape or another keep at ThreadLocal< ZipArchiveOutputStream> that will receive entries for each thread. When everyone is finished they will be mer

RE: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Gary Gregory
Sounds cool. Do you plan on allowing  an executor service to be passed in to some APIs? Gary  Original message From: Kristian Rosenvold Date:12/15/2014 02:49 (GMT-05:00) To: Commons Developers List Cc: Subject: [compress] Changes to allow multithreaded creation of zip f

Re: [Math] MATH-1180

2014-12-15 Thread Gilles
On Sun, 14 Dec 2014 19:15:08 -0700, Phil Steitz wrote: On 12/14/14 5:10 PM, Gilles wrote: Hi. Any objection to my adding this: https://issues.apache.org/jira/browse/MATH-1180 ? If you have use for something like that in [math], I am fine with it, but it should be called something else. It'

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Emmanuel Bourg
Le 15/12/2014 11:36, Stefan Bodewig a écrit : > [as an aside, maybe we should think about moving Compress to git] +1 Emmanuel - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h.

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Stefan Bodewig
On 2014-12-15, Kristian Rosenvold wrote: > I just thought I'd let you know I'm working on changes to allow > multiple threads to output to different ZipArchiveOutputStream > instances (backed by commons-io DeferredFileOutputStream or similar) > and then stitch the results back together as a singl

Re: [text] Update .gitignore, using [lang]'s as basis

2014-12-15 Thread sebb
I suggest you add a comment to .gitignore to document this decision. On 14 December 2014 at 20:20, Bruno P. Kinoshita wrote: > Good point Benedikt! Changes reverted! Thank you! > https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commitdiff;h=37c78040 > > > > From: Benedikt Ritter

Re: commons-parent maven pom highly broken?

2014-12-15 Thread sebb
On 13 December 2014 at 18:22, Mark Struberg wrote: > Just file an JIRA if something doesn't work and you are done. Not sure what you are referring to there, but if it was my comments about ASF pom bugs, I did file bugs, but as I recall, nothing happened for over a year. > >> Releasing is tedious

Re: [Math] MATH-1180

2014-12-15 Thread Luc Maisonobe
Le 15/12/2014 03:15, Phil Steitz a écrit : > On 12/14/14 5:10 PM, Gilles wrote: >> Hi. >> >> Any objection to my adding this: >> https://issues.apache.org/jira/browse/MATH-1180 >> ? I'm fine with any such methods. best regards, Luc > > If you have use for something like that in [math], I am fi

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

2014-12-15 Thread Duncan Jones
On 15 December 2014 at 08:25, Benedikt Ritter wrote: > 2014-12-15 4:02 GMT+01:00 Gary Gregory : >> >> Nice feedback all around. Here is a version that includes some of these >> thoughts: >> -- >> >> Dear fellow committers, >> >> The Apache Commons Team is pleased to announce that write access to t

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

2014-12-15 Thread Benedikt Ritter
2014-12-15 4:02 GMT+01:00 Gary Gregory : > > Nice feedback all around. Here is a version that includes some of these > thoughts: > -- > > Dear fellow committers, > > The Apache Commons Team is pleased to announce that write access to the > Apache Commons Subversion and Git repositories has been gra

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Benedikt Ritter
Hello Kristian, 2014-12-15 8:49 GMT+01:00 Kristian Rosenvold : > > I just thought I'd let you know I'm working on changes to allow > multiple threads to output to different ZipArchiveOutputStream > instances (backed by commons-io DeferredFileOutputStream or similar) > and then stitch the results