Re: [sandbox] class scanning + karma requests

2011-07-23 Thread Simone Tripodi
Hallo Mark! just for he record, there is also the any() filter available that doesn't perform any check at all, it should fit better for your use case: ++ createClassPathFromJVM().withConfiguration( new

Re: [JCS] Migrating over from Jakarta?

2011-07-23 Thread Henri Yandell
On Fri, Jul 22, 2011 at 10:10 AM, Thomas Vandahl t...@apache.org 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 moving that over). I'd be willing to help, just

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 sebb
On 23 July 2011 04:45, Dave Brosius dbros...@baybroadband.net 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

[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: [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

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 be

[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

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

2011-07-23 Thread sebb
On 23 July 2011 12:45, Stefan Bodewig bode...@apache.org 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

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 Brosiusdbros...@baybroadband.net 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

[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

[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]

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 was

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 familiar

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: [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

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
Chris, you had an algorithm in mind? -Greg On Sat, Jul 23, 2011 at 11:29 AM, Phil Steitz phil.ste...@gmail.com wrote: On 7/22/11 11:40 AM, Greg Sterijevski wrote: Sorry, public ConstrainedOLSMultipleRegression extends OLSMultipleRegression{} should read: public

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 flame...@gmail.com wrote: Done. http://svn.apache.org/repos/asf/commons/proper/bcel/ On Fri, Jul 22, 2011 at 1:55 AM,

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: [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

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

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 Greg Sterijevski
I second +1. On Sat, Jul 23, 2011 at 4:06 PM, Phil Steitz phil.ste...@gmail.com 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

Re: [JCS] Migrating over from Jakarta?

2011-07-23 Thread Rahul Akolkar
On Sat, Jul 23, 2011 at 2:17 AM, Henri Yandell flame...@gmail.com wrote: On Fri, Jul 22, 2011 at 10:10 AM, Thomas Vandahl t...@apache.org 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

Re: [JCS] Migrating over from Jakarta?

2011-07-23 Thread Henri Yandell
On Sat, Jul 23, 2011 at 7:44 PM, Rahul Akolkar rahul.akol...@gmail.com wrote: On Sat, Jul 23, 2011 at 2:17 AM, Henri Yandell flame...@gmail.com wrote: On Fri, Jul 22, 2011 at 10:10 AM, Thomas Vandahl t...@apache.org wrote: On 22.07.11 11:33, Henri Yandell wrote: Anyone adverse to me svn moving