[RESULT] Release Compress 1.3 based on RC2

2011-10-31 Thread Stefan Bodewig
Hi all, the vote has passed with four +1s by Emmanuel, Jörg, Gary and myself. I will now proceed with the publish, wait for mirrors, update site, send announcement process. Thanks to all who checked the release Stefan -

Re: [VOTE] Release Compress 1.3 based on RC2

2011-10-31 Thread Stefan Bodewig
On 2011-10-31, Bear Giles wrote: > I found a few issues (1330) with Fortify. As anyone who's used it knows the > vast majority of those are of the "but that's what I intended" variety, but > there were 180 cases of unclosed resource streams and 354 cases of > potential denial of service. > In the

Re: [VFS] Could not find resource 'findbugs-exclude-filter.xml'

2011-10-31 Thread Gary Gregory
Thank you all for your help. When I run from the root, I get a successful build but the surefire report show 0 tests run. How is one suppose to run a "full build", tests, site and all? Gary On Mon, Oct 31, 2011 at 7:58 PM, sebb wrote: > On 31 October 2011 23:39, ralph.goers @dslextreme.com >

Re: [VFS] Could not find resource 'findbugs-exclude-filter.xml'

2011-10-31 Thread sebb
On 31 October 2011 23:39, ralph.goers @dslextreme.com wrote: > I ran it from the project root, not core. Likewise. > I've never tried to run mvn site from a subdirectory. It fails for me too when running from core. This may be a bug in the findbugs plugin - see http://maven.apache.org/plugin-

Re: [VFS] Could not find resource 'findbugs-exclude-filter.xml'

2011-10-31 Thread ralph.goers @dslextreme.com
I ran it from the project root, not core. I've never tried to run mvn site from a subdirectory. Ralph On Mon, Oct 31, 2011 at 2:11 PM, Gary Gregory wrote: > Thank you for checking. What dir did you run from? > > Gary > > On Oct 31, 2011, at 16:46, "ralph.goers @dslextreme.com" > wrote: > > > I

Re: [math] Distributions over sample spaces other than R

2011-10-31 Thread Ted Dunning
On Mon, Oct 31, 2011 at 2:56 PM, cwinter wrote: > > Phil Steitz wrote: > > > > Maybe it would be best to eliminate IntegerDistribution then and > > merge Distribution and ContinuousDistribution, so we have two roots > > - DiscreteDistribution and ContinuousDistribution. The only reason > > real

Re: [math] Distributions over sample spaces other than R

2011-10-31 Thread cwinter
Phil Steitz wrote: > > Maybe it would be best to eliminate IntegerDistribution then and > merge Distribution and ContinuousDistribution, so we have two roots > - DiscreteDistribution and ContinuousDistribution. The only reason > really to have DiscreteDistribution is if we want to support > dis

Re: [VOTE] Release Compress 1.3 based on RC2

2011-10-31 Thread Gary Gregory
Let's do it later. Release early, release often. Gary On Oct 31, 2011, at 17:00, Bear Giles wrote: > I found a few issues (1330) with Fortify. As anyone who's used it knows the > vast majority of those are of the "but that's what I intended" variety, but > there were 180 cases of unclosed resou

Re: [VFS] Could not find resource 'findbugs-exclude-filter.xml'

2011-10-31 Thread Gary Gregory
Thank you for checking. What dir did you run from? Gary On Oct 31, 2011, at 16:46, "ralph.goers @dslextreme.com" wrote: > I did an svn up and ran mvn site with Maven 3. I had no problems. > > Ralph > > On Mon, Oct 31, 2011 at 10:39 AM, Gary Gregory wrote: > >> When I run "mvn clean site" in the

Re: [VOTE] Release Compress 1.3 based on RC2

2011-10-31 Thread Bear Giles
Quick followup - I know there's also a school of thought that bad parameters should be passed to the InputStream and let it throw the exception since it's the method that actually cares about the values. Maybe a negative offset will have meaning at some point in the future. So you can argue that t

Re: [VFS] Could not find resource 'findbugs-exclude-filter.xml'

2011-10-31 Thread Gary Gregory
On Mon, Oct 31, 2011 at 4:19 PM, sebb wrote: > On 31 October 2011 17:39, Gary Gregory wrote: > > When I run "mvn clean site" in the VFS core directory, I get: > > > > > > Works OK for me using > > Apache Maven 2.2.1 (r801777; 2009-08-06 20:16:01+0100) > Java version: 1.6.0_29 > Java home: C:\jd

Re: [VOTE] Release Compress 1.3 based on RC2

2011-10-31 Thread Bear Giles
I found a few issues (1330) with Fortify. As anyone who's used it knows the vast majority of those are of the "but that's what I intended" variety, but there were 180 cases of unclosed resource streams and 354 cases of potential denial of service. In the first case we all write InputStream is =

Re: [VFS] Could not find resource 'findbugs-exclude-filter.xml'

2011-10-31 Thread ralph.goers @dslextreme.com
I did an svn up and ran mvn site with Maven 3. I had no problems. Ralph On Mon, Oct 31, 2011 at 10:39 AM, Gary Gregory wrote: > When I run "mvn clean site" in the VFS core directory, I get: > > [ERROR] Could not find resource 'findbugs-exclude-filter.xml'. -> [Help 1] > org.codehaus.plexus.resou

Re: [math] MATH-692 "sub"-issue?

2011-10-31 Thread Phil Steitz
On 10/31/11 12:21 AM, Sébastien Brisard wrote: > Hello all, > as agreed in MATH-692, I've looked into making > o.a.c.m.distribution.AbstractContinuousDistribution.inverseCumulativeDistribution() > more robust. > One of the main issues is the fact that the present implementation > does not return th

Re: [VFS] Could not find resource 'findbugs-exclude-filter.xml'

2011-10-31 Thread ralph.goers @dslextreme.com
I've never seen that error before. The file is located in https://svn.apache.org/repos/asf/commons/proper/vfs/trunk/ Ralph On Mon, Oct 31, 2011 at 10:39 AM, Gary Gregory wrote: > When I run "mvn clean site" in the VFS core directory, I get: > > [ERROR] Could not find resource 'findbugs-exclude-f

Re: [VFS] Could not find resource 'findbugs-exclude-filter.xml'

2011-10-31 Thread sebb
On 31 October 2011 17:39, Gary Gregory wrote: > When I run "mvn clean site" in the VFS core directory, I get: > Works OK for me using Apache Maven 2.2.1 (r801777; 2009-08-06 20:16:01+0100) Java version: 1.6.0_29 Java home: C:\jdk1.6.0_29\jre Default locale: en_GB, platform encoding: Cp1252 OS

[VFS] Could not find resource 'findbugs-exclude-filter.xml'

2011-10-31 Thread Gary Gregory
When I run "mvn clean site" in the VFS core directory, I get: [ERROR] Could not find resource 'findbugs-exclude-filter.xml'. -> [Help 1] org.codehaus.plexus.resource.loader.ResourceNotFoundException: Could not find resource 'findbugs-exclude-filter.xml'. at org.codehaus.plexus.resource.Def

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-10-31 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-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2011-10-31 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-exec-test has an issue affecting its community integration. This i

[math] MATH-692 "sub"-issue?

2011-10-31 Thread Sébastien Brisard
Hello all, as agreed in MATH-692, I've looked into making o.a.c.m.distribution.AbstractContinuousDistribution.inverseCumulativeDistribution() more robust. One of the main issues is the fact that the present implementation does not return the expected value when the cumulative distribution has a pla