Re: [VOTE] Release commons-parent 14

2010-03-10 Thread Phil Steitz
Niall Pemberton wrote: > Hi, > > I'd like to release version 14 of the commons-parent pom to fix the > problems in the last release. The changes are: > > 1. Downgrade maven-site-plugin to 2.0.1 (MSITE-464) > 2. Downgrade maven-javadoc-plugin to 2.5 (MJAVADOC-275) > 3. Downgrade maven-bundle-plugi

Re: [VOTE] Release commons-parent 14

2010-03-10 Thread Niall Pemberton
On Thu, Mar 11, 2010 at 12:40 AM, sebb wrote: > On 11/03/2010, Niall Pemberton wrote: >> Hi, >> >>  I'd like to release version 14 of the commons-parent pom to fix the >>  problems in the last release. The changes are: >> >>  1. Downgrade maven-site-plugin to 2.0.1 (MSITE-464) >>  2. Downgrade ma

Re: [ALL] Compile and Test under different JVM from Maven

2010-03-10 Thread Niall Pemberton
On Thu, Mar 11, 2010 at 1:13 AM, Jörg Schaible wrote: > Hi Sebb, > > sebb wrote: > >> On 09/03/2010, Jörg Schaible wrote: > > [snip] > >>> Another solution should be the animal sniffer: >>>  http://mojo.codehaus.org/animal-sniffer-maven-plugin/ >>> >>>  This should ensures that the generated byte

Re: [ALL] Compile and Test under different JVM from Maven

2010-03-10 Thread Jörg Schaible
Hi Sebb, sebb wrote: > On 09/03/2010, Jörg Schaible wrote: [snip] >> Another solution should be the animal sniffer: >> http://mojo.codehaus.org/animal-sniffer-maven-plugin/ >> >> This should ensures that the generated byte code is using only the API >> of a previously generated signature. T

Re: [all] commons-parent-13 problems

2010-03-10 Thread Niall Pemberton
On Thu, Mar 11, 2010 at 12:15 AM, sebb wrote: > On 11/03/2010, Niall Pemberton wrote: >> On Wed, Mar 10, 2010 at 11:34 PM, sebb wrote: >>  > On 10/03/2010, Niall Pemberton wrote: >>  >> On Tue, Mar 9, 2010 at 1:18 PM, Jörg Schaible >> wrote: >>  >>  > Hi Niall, >>  >>  > >>  >>  > Niall Pembe

Re: [VOTE] Release commons-parent 14

2010-03-10 Thread sebb
On 11/03/2010, Niall Pemberton wrote: > Hi, > > I'd like to release version 14 of the commons-parent pom to fix the > problems in the last release. The changes are: > > 1. Downgrade maven-site-plugin to 2.0.1 (MSITE-464) > 2. Downgrade maven-javadoc-plugin to 2.5 (MJAVADOC-275) > 3. Downgrade

Re: [all] commons-parent-13 problems

2010-03-10 Thread sebb
On 11/03/2010, Niall Pemberton wrote: > On Wed, Mar 10, 2010 at 11:34 PM, sebb wrote: > > On 10/03/2010, Niall Pemberton wrote: > >> On Tue, Mar 9, 2010 at 1:18 PM, Jörg Schaible > wrote: > >> > Hi Niall, > >> > > >> > Niall Pemberton wrote at Dienstag, 9. März 2010 02:42: > >> > >

[VOTE] Release commons-parent 14

2010-03-10 Thread Niall Pemberton
Hi, I'd like to release version 14 of the commons-parent pom to fix the problems in the last release. The changes are: 1. Downgrade maven-site-plugin to 2.0.1 (MSITE-464) 2. Downgrade maven-javadoc-plugin to 2.5 (MJAVADOC-275) 3. Downgrade maven-bundle-plugin to 1.4.3 (JDK 1.4 compat) 4. Downgrad

Re: [all] commons-parent-13 problems

2010-03-10 Thread Niall Pemberton
On Wed, Mar 10, 2010 at 11:34 PM, sebb wrote: > On 10/03/2010, Niall Pemberton wrote: >> On Tue, Mar 9, 2010 at 1:18 PM, Jörg Schaible wrote: >>  > Hi Niall, >>  > >>  > Niall Pemberton wrote at Dienstag, 9. März 2010 02:42: >>  > >>  >> Unfortunately the upgrade of the maven-site-plugin from 2.

Commons-fileupload temp files

2010-03-10 Thread August Detlefsen
I think I have discovered a bug in commons-fileupload: If your browser crashes during the course of the upload, a turd (partial file) is left in the temp directory. It never gets deleted or copied to the final destination. Thus you could fill up their temp directory and DOS someone's file uploa

Re: [ALL] Compile and Test under different JVM from Maven

2010-03-10 Thread sebb
On 09/03/2010, Jörg Schaible wrote: > sebb wrote at Dienstag, 9. März 2010 02:10: > > > > I've done some investigations. > > > > Maven can happily compile code with Java 1.3 or 1.4 etc. even when > > Maven itself runs under Java 1.5+ [1] > > > > This can be done by adding the following to th

Re: [all] commons-parent-13 problems

2010-03-10 Thread sebb
On 10/03/2010, Niall Pemberton wrote: > On Tue, Mar 9, 2010 at 1:18 PM, Jörg Schaible wrote: > > Hi Niall, > > > > Niall Pemberton wrote at Dienstag, 9. März 2010 02:42: > > > >> Unfortunately the upgrade of the maven-site-plugin from 2.0.1 to 2.1 > >> has caused the site generation for Cha

Re: [MATH] Comment on MATH-352

2010-03-10 Thread Dimitri Pourbaix
Luc, So I would suggest to put a customizable threshold with a default value of MathUtils.SAFE_MIN and a setQRRankingThreshold(double threshold) method. This will preserve compatibility. With this setting, one could check all existing tests should pass. The solution proposed by the reporter does

Re: [MATH] Comment on MATH-352

2010-03-10 Thread Luc Maisonobe
Dimitri Pourbaix a écrit : > Hi, > > I looked at the suggestion related to MATH-352 regarding the robustness of > the determination of the rank of the Jacobian in Levenberg-Marquardt. It > does make sense indeed to replace ak2 == 0 with something more robust like > ak2<= treshold. However, if on

Re: [all] commons-parent-13 problems

2010-03-10 Thread Dennis Lundberg
On 2010-03-10 18:49, Gary Gregory wrote: >> -Original Message- >> From: Dennis Lundberg [mailto:denn...@apache.org] >> Sent: Wednesday, March 10, 2010 09:42 >> To: Commons Developers List >> Subject: Re: [all] commons-parent-13 problems >> >> On 2010-03-09 02:42, Niall Pemberton wrote: >>>

Re: [all] commons-parent-13 problems

2010-03-10 Thread Niall Pemberton
On Wed, Mar 10, 2010 at 5:49 PM, Gary Gregory wrote: >> -Original Message- >> From: Dennis Lundberg [mailto:denn...@apache.org] >> Sent: Wednesday, March 10, 2010 09:42 >> To: Commons Developers List >> Subject: Re: [all] commons-parent-13 problems >> >> On 2010-03-09 02:42, Niall Pemberto

RE: [all] commons-parent-13 problems

2010-03-10 Thread Gary Gregory
> -Original Message- > From: Dennis Lundberg [mailto:denn...@apache.org] > Sent: Wednesday, March 10, 2010 09:42 > To: Commons Developers List > Subject: Re: [all] commons-parent-13 problems > > On 2010-03-09 02:42, Niall Pemberton wrote: > > Unfortunately the upgrade of the maven-site-plu

Re: [all] commons-parent-13 problems

2010-03-10 Thread Dennis Lundberg
On 2010-03-09 02:42, Niall Pemberton wrote: > Unfortunately the upgrade of the maven-site-plugin from 2.0.1 to 2.1 > has caused the site generation for Chain, Configuration and DBCP to > now fail. I'm looking into this to see whether its something we can > fix in the components or whether we need t

[MATH] Comment on MATH-352

2010-03-10 Thread Dimitri Pourbaix
Hi, I looked at the suggestion related to MATH-352 regarding the robustness of the determination of the rank of the Jacobian in Levenberg-Marquardt. It does make sense indeed to replace ak2 == 0 with something more robust like ak2<= treshold. However, if one uses the epsilon machine for the thr

[g...@vmgump]: Project commons-io (in module apache-commons) failed

2010-03-10 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-io has an issue affecting its community integration. This issue af

FW: Compress 1.1 release?

2010-03-10 Thread Simon Tyler
Hi, Do we have a date yet for the compress 1.1 release? There are a few features in it that I need to use. Also, is there time to add a couple of minor feature enhancements? I could do with access to the following: 1. A public method to check if a ZipArchiveInputStream has a data descriptor (e.