Re: [JCS] Migrating over from Jakarta?

2011-07-23 Thread Henri Yandell
On Sat, Jul 23, 2011 at 7:44 PM, Rahul Akolkar wrote: > On Sat, Jul 23, 2011 at 2:17 AM, Henri Yandell wrote: >> On Fri, Jul 22, 2011 at 10:10 AM, Thomas Vandahl wrote: >>> On 22.07.11 11:33, Henri Yandell wrote: Anyone adverse to me svn moving JCS over from Jakarta? It will mean someo

Re: [JCS] Migrating over from Jakarta?

2011-07-23 Thread Rahul Akolkar
On Sat, Jul 23, 2011 at 2:17 AM, Henri Yandell wrote: > On Fri, Jul 22, 2011 at 10:10 AM, Thomas Vandahl wrote: >> On 22.07.11 11:33, Henri Yandell wrote: >>> Anyone adverse to me svn moving JCS over from Jakarta? It will mean >>> someone needing to update the site (which they should do while mov

Re: CODEC-125

2011-07-23 Thread Gary Gregory
Hi Matthew, I am still having problems as you can see in the JIRA. I should be able to connect on Monday to do IM AIM: GaryGregoryUsa Google Chat: this email. Gary On Fri, Jul 22, 2011 at 9:25 AM, Matthew Pocock wrote: > Hi Gary, > I'm having no joy reproducing your test failures against my p

Re: [math] Pivoting in QR decomposition

2011-07-23 Thread Greg Sterijevski
I second +1. On Sat, Jul 23, 2011 at 4:06 PM, Phil Steitz wrote: > On 7/23/11 1:37 PM, Ted Dunning wrote: > > Also, if the QRDecomposition interface *is* extended with getP, it is the > > work of a moment to change it to an abstract class instead of an > interface > > and provide a default metho

Re: [math] Pivoting in QR decomposition

2011-07-23 Thread Phil Steitz
On 7/23/11 1:37 PM, Ted Dunning wrote: > Also, if the QRDecomposition interface *is* extended with getP, it is the > work of a moment to change it to an abstract class instead of an interface > and provide a default method for getP that throws > UnsupportedOperationException. Since there are very

Re: [math] Pivoting in QR decomposition

2011-07-23 Thread Ted Dunning
Also, if the QRDecomposition interface *is* extended with getP, it is the work of a moment to change it to an abstract class instead of an interface and provide a default method for getP that throws UnsupportedOperationException. Since there are very unlikely to be any user extensions of QRDecompo

Re: [math] Pivoting in QR decomposition

2011-07-23 Thread Chris Nix
We can do this with the current Householder reflection implementation, except instead of just obtaining reflections from columns in sequence across the input matrix, we select the column with the greatest L2-norm at each iteration. The resulting permutation matrix is thus built and can be returned

Re: http://commons.apache.org/ognl/download_ognl.cgi Exception

2011-07-23 Thread Maurizio Cucchiara
Hi Sebb, thanks for your rigorous explanation. I followed your guide lines and I moved to the top the disclaimer, I disabled the download section too. I think that we should consider to include the incubating logo, but AFAIK the incubation process is going to come to the end very soon. I'd like to

Re: [BCEL] Move code to Commons SVN ?

2011-07-23 Thread Henri Yandell
Noting that I've manually modified the Jakarta BCEL site to point to this on its Maven project-info cvs-usage page. Hen On Fri, Jul 22, 2011 at 2:26 AM, Henri Yandell wrote: > Done. > > http://svn.apache.org/repos/asf/commons/proper/bcel/ > > On Fri, Jul 22, 2011 at 1:55 AM, Torsten Curdt wrote

Re: [math] Pivoting in QR decomposition

2011-07-23 Thread Greg Sterijevski
Chris, you had an algorithm in mind? -Greg On Sat, Jul 23, 2011 at 11:29 AM, Phil Steitz wrote: > On 7/22/11 11:40 AM, Greg Sterijevski wrote: > > Sorry, > > > > public ConstrainedOLSMultipleRegression extends OLSMultipleRegression{} > > > > should read: > > > > public ConstrainedOLSMultipleRegr

Re: [math] Refactoring multiple regression classes

2011-07-23 Thread Greg Sterijevski
Does it make sense to define a class like RegressionGlobalFitStatistics? It would look like: public class RegressionGlobalFitStatistics{ ... private constructors public double getRsquared(){ return _rsq; } public double getAdjRsquared(){ return _adjrsq; }

Re: [math] Pivoting in QR decomposition

2011-07-23 Thread Greg Sterijevski
I agree about refactoring, was just experimenting to see what sorts of changes would need to be made in order to support restrictions. In the next week or so, I will introduce yet another regression algorithm, the so-called "sweep" algorithm. Once we have that, we will cover both normal equation ba

Re: [math] Pivoting in QR decomposition

2011-07-23 Thread Phil Steitz
On 7/22/11 11:40 AM, Greg Sterijevski wrote: > Sorry, > > public ConstrainedOLSMultipleRegression extends OLSMultipleRegression{} > > should read: > > public ConstrainedOLSMultipleRegression extends OLSMultipleRegression{ > @Override > public void newSampleData(double[] data, double

Re: [general] where to place custom PMD rules?

2011-07-23 Thread Phil Steitz
On 7/23/11 5:48 AM, Stefan Bodewig wrote: > Hi, > > in Compress we have quite a few classes that use constants that deal > with Unix permission flags, those are most naturally expressed as octals > so I'd like to modify the basic ruleset to exclude the > AvoidUsingOctalValues rule. > > I'm not fami

Re: [SITE] Wrong license URL on top-level site

2011-07-23 Thread Phil Steitz
On 7/23/11 8:13 AM, sebb wrote: > The current active top-level commons site has the wrong URL for the > license link - it points to > http://commons.apache.org/license.html > instead of > http://www.apache.org/licenses/ > > Not sure how that happened, as the site was generated after the link >

[SITE] sandbox dirs missing from top-level site

2011-07-23 Thread sebb
The list of sandbox components in [1] is missing some entries which appear on people.a.o: benchmark bsp gsoc js2j Apart from gsoc, should they not be included somewhere in the top-level pages ? The SVN tree for benchmark seems to be under dormant/, so perhaps that should be listed under [2] inst

[SITE] Wrong license URL on top-level site

2011-07-23 Thread sebb
The current active top-level commons site has the wrong URL for the license link - it points to http://commons.apache.org/license.html instead of http://www.apache.org/licenses/ Not sure how that happened, as the site was generated after the link was changed in site.xml, and the link is genera

Re: [compress] Closing Streams and System.in (COMPRESS-128)

2011-07-23 Thread Stefan Bodewig
On 2011-07-23, sebb wrote: > On 23 July 2011 12:45, Stefan Bodewig wrote: >> On 2011-07-23, Simone Tripodi wrote: >>> I personally like more the NoCloseStream approach, it would help >>> avoiding code redundancies (having the Sysout check pattern repeated >>> doesn't look nice IMHO) >> Yes, tha

Re: [BCEL] Move code to Commons SVN ?

2011-07-23 Thread Dave Brosius
hey.. wooops, no. :) On 07/23/2011 04:56 AM, sebb wrote: On 23 July 2011 04:45, Dave Brosius wrote: Thanks, also, is the commit hook that sends email notifications for BCEL set up? Yes, it is the standard commons one. Had some commits tonite, but didn't see emails. They go to comm...@c

Re: [compress] Closing Streams and System.in (COMPRESS-128)

2011-07-23 Thread sebb
On 23 July 2011 12:45, Stefan Bodewig wrote: > On 2011-07-23, Simone Tripodi wrote: > >> I personally like more the NoCloseStream approach, it would help >> avoiding code redundancies (having the Sysout check pattern repeated >> doesn't look nice IMHO) > > Yes, that would be my preference as well.

[general] where to place custom PMD rules?

2011-07-23 Thread Stefan Bodewig
Hi, in Compress we have quite a few classes that use constants that deal with Unix permission flags, those are most naturally expressed as octals so I'd like to modify the basic ruleset to exclude the AvoidUsingOctalValues rule. I'm not familiar with the PMD plugin but think the easiest way to do

Re: [compress] Proposed Roadmap

2011-07-23 Thread Stefan Bodewig
On 2011-07-23, Simone Tripodi wrote: > I think it would be nice having also s pure Java implementation of the > Snappy[1] compression (the Google's compression), Absolutely, it is just a matter of getting it coded 8-) > I found a Java implementation[2] but it's JNI wrapper :/ Well, that could b

Re: [compress] Closing Streams and System.in (COMPRESS-128)

2011-07-23 Thread Stefan Bodewig
On 2011-07-23, Simone Tripodi wrote: > I personally like more the NoCloseStream approach, it would help > avoiding code redundancies (having the Sysout check pattern repeated > doesn't look nice IMHO) Yes, that would be my preference as well. Stefan -

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

2011-07-23 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

Re: [BCEL] Move code to Commons SVN ?

2011-07-23 Thread sebb
On 23 July 2011 04:45, Dave Brosius wrote: > Thanks, > > also, is the commit hook that sends email notifications for BCEL set up? Yes, it is the standard commons one. > Had some commits tonite, but didn't see emails. They go to comm...@commons.apache.org Are you subscribed there? > dave > >

Re: [BCEL] Move code to Commons SVN ?

2011-07-23 Thread Mark Thomas
On 23/07/2011 04:45, Dave Brosius wrote: > Thanks, > > also, is the commit hook that sends email notifications for BCEL set up? > Had some commits tonite, but didn't see emails. Yep. Commits get delivered to comm...@commons.apache.org and I see commits from you to that list. Mark

Re: [BCEL] Move code to Commons SVN ?

2011-07-23 Thread Dave Brosius
Thanks, also, is the commit hook that sends email notifications for BCEL set up? Had some commits tonite, but didn't see emails. dave On 07/22/2011 07:35 AM, sebb wrote: https://svn.apache.org/repos/asf/commons/proper/bcel On 22 July 2011 12:21, Dave Brosius wrote: What's the svn url now