Re: [math][all] Mentoring for Google's Summer of Code program

2005-06-04 Thread Ryan Li
Following Al's suggestion (thanks Al!), I've made the following changes: Core: - polynomial rational function interpolation - univariate minimization - univariate integration - performance tuning for matrix computation and more decomposition methods: mainly adapt code from other sources

Re: [collections] Re: Port commons-collections to jdk1.5

2005-06-04 Thread jon gold
chris -- are you still running this? there's no activity on the sourceforge forums from the project page, so i'm not sure if this is the correct place to discuss collections15. i'm getting it built and up to speed, and would like to start working on it some, but need a little help in figuring

svn commit: r179993 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ src/java/org/apache/commons/configuration/reloading/ src/test/org/apache/commons/configuration/reloading/ xdocs/

2005-06-04 Thread oheger
Author: oheger Date: Sat Jun 4 07:21:39 2005 New Revision: 179993 URL: http://svn.apache.org/viewcvs?rev=179993view=rev Log: Some fixes for FileChangedReloadingStrategy related to issue 34289 Modified:

DO NOT REPLY [Bug 34289] - [configuration] FileChangedReloadingStrategy fails to properly detect file change

2005-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34289. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35210] - [configuration] FileConfiguration - Save problem when embedded spaces are in the path

2005-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35210. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r179999 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ConfigurationUtils.java src/test/org/apache/commons/configuration/TestFileConfiguration.java xdocs/changes.xml

2005-06-04 Thread oheger
Author: oheger Date: Sat Jun 4 08:54:12 2005 New Revision: 17 URL: http://svn.apache.org/viewcvs?rev=17view=rev Log: Fix for issue 35210: perform an additional URL decoding when transforming a URL to a File object in ConfigurationUtils Modified:

DO NOT REPLY [Bug 35210] - [configuration] FileConfiguration - Save problem when embedded spaces are in the path

2005-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35210. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35119] - [configuration] PropertiesConfiguration doesn't handle trailing backslashes properly

2005-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35119. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [math][all] Mentoring for Google's Summer of Code program

2005-06-04 Thread Phil Steitz
Ryan, This is looking good. Welcome to Jakarta Commons! I think the core things below will be a good start and I am sure we can accomodate the other things as well (possibly moving out of j-c when we get there). I would personally pull the special functions optimization up into core and

Re: [math][all] Mentoring for Google's Summer of Code program

2005-06-04 Thread Phil Steitz
On 6/3/05, robert burrell donkin [EMAIL PROTECTED] wrote: On Thu, 2005-06-02 at 22:58 -0700, Al Chou wrote: Questions of scope of Commons-Math aside gasp, what is the scope of the summer project? The scope of Ryan's proposal seems mighty ambitious, even if you remove the parts that

Re: [math][all] Mentoring for Google's Summer of Code program

2005-06-04 Thread Phil Steitz
On 6/3/05, Bill Barker [EMAIL PROTECTED] wrote: I'm actually very interested in this project. I'm unlikely to have enough spare time to be a proper mentor, but I could volunteer to review the code submissions. Technically, I also have karma to commit code, but I haven't been active in [math]

DO NOT REPLY [Bug 34661] - [logging][PATCH] Improvements to LogFactoryImpl

2005-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34661. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[lang] CloneUtils

2005-06-04 Thread Kevin Gessner
Hello all, In the interest of jumping feet first into commons-lang, I'm hoping to start work on CloneUtils (from the tasks list). Before I start any serious design/coding, I'd like to ask for any suggestions as to features of the class (assuming, of course, that no one has anything completed

DO NOT REPLY [Bug 35119] - [configuration] PropertiesConfiguration doesn't handle trailing backslashes properly

2005-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35119. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [lang] CloneUtils

2005-06-04 Thread Shaun Kalley
Hi, Kevin and everyone, I've got code for cloning serializable objects that I'd be happy to contribute to the project. Let me know if you'd like it as a starting point. Thanks, Shaun Kalley Kevin Gessner wrote: Hello all, In the interest of jumping feet first into commons-lang, I'm

RE: [lang] CloneUtils

2005-06-04 Thread James Carman
SerializationUtils already has a clone() method. Is your code different from that? -Original Message- From: Shaun Kalley [mailto:[EMAIL PROTECTED] Sent: Saturday, June 04, 2005 4:31 PM To: Jakarta Commons Developers List Subject: Re: [lang] CloneUtils Hi, Kevin and everyone, I've got

Re: [lang] CloneUtils

2005-06-04 Thread Shaun Kalley
Pretty much the same, except contained in a single method rather than split among several. Shaun James Carman wrote: SerializationUtils already has a clone() method. Is your code different from that? -Original Message- From: Shaun Kalley [mailto:[EMAIL PROTECTED] Sent: Saturday,

Re: [lang] CloneUtils

2005-06-04 Thread Shaun Kalley
The only substantial difference in my code is a shortcut to return null if the object is null. (Sorry to send two replies!) Shaun James Carman wrote: SerializationUtils already has a clone() method. Is your code different from that? -Original Message- From: Shaun Kalley

DO NOT REPLY [Bug 35183] - [fileupload] Content-Type with quoted boundary doesn't work

2005-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35183. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34661] - [logging][PATCH] Improvements to LogFactoryImpl

2005-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34661. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35181] - [net] FTP timestamp: year recognition

2005-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35181. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r180065 - in /jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/distribution/ src/java/org/apache/commons/math/stat/inference/ src/test/org/apache/commons/math/stat/inference/ xdocs/ xdocs/userguide/

2005-06-04 Thread psteitz
Author: psteitz Date: Sat Jun 4 20:58:14 2005 New Revision: 180065 URL: http://svn.apache.org/viewcvs?rev=180065view=rev Log: Added factory for TTest, ChiSquareTest and TestUtils class with static methods to create instances and execute tests. PR #32663 Added:

DO NOT REPLY [Bug 32663] - [math] Why are the methods of TTest not static?

2005-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32663. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[Jakarta-commons Wiki] Update of math/1.1ReleasePlan by PhilSteitz

2005-06-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by PhilSteitz: http://wiki.apache.org/jakarta-commons/math/1%2e1ReleasePlan The comment on the change is: Mark 32663 done

svn commit: r180066 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/DistributionFactory.java

2005-06-04 Thread psteitz
Author: psteitz Date: Sat Jun 4 21:16:01 2005 New Revision: 180066 URL: http://svn.apache.org/viewcvs?rev=180066view=rev Log: Revert inadvertent change from last commit. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/DistributionFactory.java