[codec] ibiblio maven

2004-01-25 Thread Tim Reilly
I noticed commons-codec 1.2 jar is not in http://www.ibiblio.org/maven I don't know if it's supposed to be? or if anyone has requested it be published there, but thought I'd ask? - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: [math] Moving apply() down DescriptiveStats hierarchy, simplifying structure

2004-01-25 Thread Mark R. Diggory
Phil Steitz wrote: Mark R. Diggory wrote: Looks good overall, but isn't instantiating a new instance of the statistic each time a little heavy handed? Or is there some benefit I'm missing? It's a tradeoff between creating all of the stat instances when DescriptiveStatistics is instantiated

cvs commit: jakarta-commons/math project.xml

2004-01-25 Thread psteitz
psteitz 2004/01/25 19:09:15 Modified:math project.xml Log: Added Piotr Kochanski to contributors. Revision ChangesPath 1.36 +4 -1 jakarta-commons/math/project.xml Index: project.xml ===

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/distribution NormalDistributionTest.java

2004-01-25 Thread psteitz
psteitz 2004/01/25 19:04:31 Modified:math/src/java/org/apache/commons/math/distribution DistributionFactory.java DistributionFactoryImpl.java Added: math/src/java/org/apache/commons/math/distribution NormalCD

Re: [math] Moving apply() down DescriptiveStats hierarchy, simplifying structure

2004-01-25 Thread Phil Steitz
Mark R. Diggory wrote: Looks good overall, but isn't instantiating a new instance of the statistic each time a little heavy handed? Or is there some benefit I'm missing? It's a tradeoff between creating all of the stat instances when DescriptiveStatistics is instantiated, when not all of them ma

Re: FeedParser in CVS with Atom Support (migrate to Jakarta Commons)

2004-01-25 Thread Tim O'Brien
Kevin, on second thought, if you are not planning on bring in an existing "community", and this is your IP. I see no reason why you cannot start this project in the sandbox. When you mentioned that you had a community, I had visions of 10 outside contributors all wanting access to the jakarta

Re: [math] Moving apply() down DescriptiveStats hierarchy, simplifying structure

2004-01-25 Thread Mark R. Diggory
Phil Steitz wrote: The tests and javadoc still need work. I also notice that the BeanList stuff has been moved to /test. Are we thinking about eliminating this? Not really intending to get rid of it, It was more just to maintain BeanListUnivariateImpl (now completely misnamed) as an example

Re: [math] Moving apply() down DescriptiveStats hierarchy, simplifying structure

2004-01-25 Thread Mark R. Diggory
Looks good overall, but isn't instantiating a new instance of the statistic each time a little heavy handed? Or is there some benefit I'm missing? /** * @see org.apache.commons.math.stat.DescriptiveStatistics#getMin() */ public double getMin() { return apply(new Min());

cvs commit: jakarta-commons/docs collections.html

2004-01-25 Thread scolebourne
scolebourne2004/01/25 16:46:08 Modified:docs collections.html Log: Commons Collections 3.0 website Revision ChangesPath 1.87 +2 -60 jakarta-commons/docs/collections.html Index: collections.html ==

cvs commit: jakarta-commons/xdocs collections.xml

2004-01-25 Thread scolebourne
scolebourne2004/01/25 16:44:33 Modified:xdocscollections.xml Log: Commons Collections 3.0 website Revision ChangesPath 1.6 +2 -44 jakarta-commons/xdocs/collections.xml Index: collections.xml

DO NOT REPLY [Bug 26272] - [id] UUIDClock, UUIDSystemClock review

2004-01-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons-sandbox/id/src/test/org/apache/commons/id/uuid UUIDSystemClockTest.java UUIDClockTest.java

2004-01-25 Thread psteitz
psteitz 2004/01/25 14:25:20 Modified:id/src/java/org/apache/commons/id/uuid UUIDClock.java Added: id/src/java/org/apache/commons/id/uuid UUIDSystemClock.java id/src/test/org/apache/commons/id/uuid UUIDSystemClockTest.java Removed: id/s

Re: FeedParser in CVS with Atom Support (migrate to Jakarta Commons)

2004-01-25 Thread Kevin A. Burton
Tim O'Brien wrote: Kevin A. Burton wrote: Awesome... ok. So does this mean I can go forward with the sandbox? I would like to move code into the sandbox, change the package and source organization inline with Apache policy, and then attract other developers from the Atom/RSS community. :-)

Re: [math] Moving apply() down DescriptiveStats hierarchy, simplifying structure

2004-01-25 Thread Phil Steitz
I have committed the new / modified code. We now have DescriptiveStatistics and SummaryStatistics as abstract factories for aggregates depending on / not depending on storage, resp. AbstractDescriptiveStatistics still exists, since it makes sense to separate evaluation from storage management (

DO NOT REPLY [Bug 26297] - [collections] BitSetUtils class, toIndexArray and fromIndexArray

2004-01-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp AbandonedTrace.java

2004-01-25 Thread dirkv
dirkv 2004/01/25 12:00:21 Modified:dbcp/src/java/org/apache/commons/dbcp AbandonedTrace.java Log: print message on stderr together with the stacktrace Revision ChangesPath 1.10 +4 -4 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/AbandonedTrace.java

cvs commit: jakarta-commons/dbcp/xdocs configuration.xml

2004-01-25 Thread dirkv
dirkv 2004/01/25 11:57:46 Modified:dbcp/xdocs configuration.xml Log: First step towards dynamic reconfiguration of BasicDataSource Revision ChangesPath 1.3 +17 -0 jakarta-commons/dbcp/xdocs/configuration.xml Index: configuration.xml

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java

2004-01-25 Thread dirkv
dirkv 2004/01/25 11:57:38 Modified:dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java Log: First step towards dynamic reconfiguration of BasicDataSource Revision ChangesPath 1.32 +131 -56 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/BasicDataSou

Re: FeedParser in CVS with Atom Support (migrate to Jakarta Commons)

2004-01-25 Thread robert burrell donkin
On 25 Jan 2004, at 19:35, Tim O'Brien wrote: Kevin A. Burton wrote: Awesome... ok. So does this mean I can go forward with the sandbox? I would like to move code into the sandbox, change the package and source organization inline with Apache policy, and then attract other developers from the

cvs commit: jakarta-commons/dbcp/src/test/org/apache/commons/dbcp TestBasicDataSourceFactory.java

2004-01-25 Thread dirkv
dirkv 2004/01/25 11:51:55 Added: dbcp/src/test/org/apache/commons/dbcp TestBasicDataSourceFactory.java Log: TestSuite for BasicDataSourceFactory Revision ChangesPath 1.1 jakarta-commons/dbcp/src/test/org/apache/commons/dbcp/Te

DO NOT REPLY [Bug 26422] - Add BasicDataSourceFactory.createDataSource(Properties properties)

2004-01-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp BasicDataSourceFactory.java

2004-01-25 Thread dirkv
dirkv 2004/01/25 11:49:28 Modified:dbcp/src/java/org/apache/commons/dbcp BasicDataSourceFactory.java Log: BasicDataSourceFactory.createDataSource(properties) - Create and configure a BasicDataSource instance based on the given properties. Revision Ch

cvs commit: jakarta-commons/collections project.xml build.xml

2004-01-25 Thread scolebourne
scolebourne2004/01/25 11:48:24 Modified:collections project.xml build.xml Log: Update to version 3.1-dev Revision ChangesPath 1.30 +1 -2 jakarta-commons/collections/project.xml Index: project.xml ===

DO NOT REPLY [Bug 26422] New: - Add BasicDataSourceFactory.createDataSource(Properties properties)

2004-01-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: FeedParser in CVS with Atom Support (migrate to Jakarta Commons)

2004-01-25 Thread Tim O'Brien
Kevin A. Burton wrote: Awesome... ok. So does this mean I can go forward with the sandbox? I would like to move code into the sandbox, change the package and source organization inline with Apache policy, and then attract other developers from the Atom/RSS community. :-) Well, there's a hit

cvs commit: jakarta-commons incl_nav.xml

2004-01-25 Thread scolebourne
scolebourne2004/01/25 11:30:58 Modified:.incl_nav.xml Log: Switch to maven build Revision ChangesPath 1.13 +1 -1 jakarta-commons/incl_nav.xml Index: incl_nav.xml === RCS file: /home

cvs commit: jakarta-commons/docs/releases release.html mirror.html index.html prepare.html

2004-01-25 Thread scolebourne
scolebourne2004/01/25 11:13:07 Modified:docs logging.html license.html volunteering.html lang.html dbcp.html modeler.html charter.html directory.html discovery.html components.html pool.html collections.html bean

cvs commit: jakarta-commons/xdocs/stylesheets/menus components.xml

2004-01-25 Thread scolebourne
scolebourne2004/01/25 11:12:18 Modified:xdocscomponents.xml xdocs/stylesheets/menus components.xml Log: Update for Collections 3.0 release Revision ChangesPath 1.114 +1 -1 jakarta-commons/xdocs/components.xml Index: components.xml ==

Bug report for Commons [2004/01/25]

2004-01-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [collections] RC2 available - ...............

2004-01-25 Thread robert burrell donkin
hi stephen the signatures seem to be ok to me. you might consider using .md5 rather than .MD5 extensions for your checksums (since there appears to be some mime magic that fixes .md5's to be plain text but keeps .MD5 marked as compressed). it's bit of a pity that so many of the commons signing

RE: cvs commit: How to block just these cvs commit mails

2004-01-25 Thread ASHWIN Suresh
& -Original Message- & From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] & The COMMONS-DEV list is designed to be the place where the & developers of the & various commons projects hang out. As such, they are & presumed to be interested & in the commit messages. If you're onl

Re: FeedParser in CVS with Atom Support (migrate to Jakarta Commons)

2004-01-25 Thread robert burrell donkin
On 25 Jan 2004, at 03:58, Kevin A. Burton wrote: BTW.. [EMAIL PROTECTED] passwd reset on my "burton" account and haven't heard back. I assume I need to get sandbox CVS commit whuffie as well. all you need to get sandbox karma is clearly request karma to this list (cc'ing the pmc). an email ti

Re: cvs commit: How to block just these cvs commit mails

2004-01-25 Thread robert burrell donkin
i think that if you're running a mail server then one possibility would be to switch the server to james (http://james.apache.org) and create a custom mailet. - robert On 25 Jan 2004, at 00:57, Craig R. McClanahan wrote: Quoting ASHWIN Suresh <[EMAIL PROTECTED]>: True, but it would be great i