cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear BigMatrixImplTest.java

2004-07-10 Thread psteitz
psteitz 2004/07/10 21:49:24 Modified:math/src/java/org/apache/commons/math/linear BigMatrix.java BigMatrixImpl.java math/src/test/org/apache/commons/math/linear BigMatrixImplTest.java Log: Added methods allowing exact val

[Jakarta Commons Wiki] Updated: Lang

2004-07-10 Thread commons-dev
Date: 2004-07-10T21:27:06 Editor: HenriYandell <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: Lang URL: http://wiki.apache.org/jakarta-commons/Lang Updated based on conversations on mail list. Change Log: ---

DO NOT REPLY [Bug 21333] - Add TimeoutController

2004-07-10 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://issues.apache.org/bugzilla/show_bu

RE: [math] where to cite references (was RE: cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment Kurtosis.java Skewness.java)

2004-07-10 Thread Henri Yandell
The solution I'm inclined to desire is to have two separate websites. The first is for users. It's the published site: http://www.osjava.org/norbert/ The second for developers. It's hooked from the nightly builds: http://builds.osjava.org/report_norbert.html They would link to each other (the

Re: cvs commit: jakarta-commons/jelly/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml AttributeTag.java

2004-07-10 Thread Brett Porter
No, but that makes sense. I can't think of any reason why you'd want it to be true? The content of the attribute element is already encoded to the same level you'd need in the attribute, and this change makes the behaviour consistent with XSLT's attribute tag. Cheers, Brett Dion Gillard wrote:

RE: [VOTE] [codec] Release 1.3-RC1

2004-07-10 Thread Gary Gregory
As suggested by Hen, a sanity check can be performed here before the release goes out: Read the Release Notes: http://cvs.apache.org/~ggregory/codec/1.3/docs/changes-report.html Download the files: http://www.apache.org/~ggregory/codec/1.3/pub Preview the site: http://www.apache.org/~ggregory/co

cvs commit: jakarta-commons/codec default.properties

2004-07-10 Thread ggregory
ggregory2004/07/10 16:07:50 Modified:codecdefault.properties Log: Set version to 1.3. Revision ChangesPath 1.14 +2 -2 jakarta-commons/codec/default.properties Index: default.properties ==

cvs commit: jakarta-commons/codec project.properties

2004-07-10 Thread ggregory
ggregory2004/07/10 16:07:27 Modified:codecproject.properties Log: maven.jdiff.new.tag = CODEC_1_3 Revision ChangesPath 1.19 +3 -4 jakarta-commons/codec/project.properties Index: project.properties ==

cvs commit: jakarta-commons/codec/xdocs changes.xml

2004-07-10 Thread ggregory
ggregory2004/07/10 16:07:10 Modified:codec/xdocs changes.xml Log: Set publish date for 1.3 Revision ChangesPath 1.5 +2 -2 jakarta-commons/codec/xdocs/changes.xml Index: changes.xml === RCS

RE: [VOTE] [RESULT] Commons Codec 1.3

2004-07-10 Thread Gary Gregory
The vote to release Commons Codec 1.3 has passed. +1 x 5 Binding Gary Gregory (a, b) Tim O'Brien (a, b) David Graham (a, b) Scott Sanders (a, b) Henri Yandell (a, b) +1 x 4 Binding?, not in project.xml/developers Stephen Colebourne (b, c) Oleg Kalnichevski (b, c) Davanum

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

2004-07-10 Thread psteitz
psteitz 2004/07/10 15:23:14 Modified:math/src/test/org/apache/commons/math MathExceptionTest.java Log: Added tests for printStackTrace(), serialization. Revision ChangesPath 1.8 +54 -1 jakarta-commons/math/src/test/org/apache/commons/math/MathExceptionTest.java

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math MathException.java

2004-07-10 Thread psteitz
psteitz 2004/07/10 15:21:36 Modified:math/src/java/org/apache/commons/math MathException.java Log: Eliminated [lang] dependency. Revision ChangesPath 1.18 +110 -24 jakarta-commons/math/src/java/org/apache/commons/math/MathException.java Index: MathException.j

DO NOT REPLY [Bug 29068] - [math] Improve performance, flexibility of discovery impl

2004-07-10 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://issues.apache.org/bugzilla/show_bu

RE: [VOTE] [codec] Release 1.3-RC1

2004-07-10 Thread Gary Gregory
Hen wrote: > > Looking at Soundex, it's always nice for the deprecations to say when > > they'll go away (2.0?). Rarely think of it myself, but I like it when I > > see people do it, makes life much easier as a user. > Gary replied: > Seems reasonable, will do. If we want to have the mod to thes

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate StorelessUnivariateStatisticAbstractTest.java

2004-07-10 Thread psteitz
psteitz 2004/07/10 10:14:15 Modified:math/src/test/org/apache/commons/math/stat/univariate StorelessUnivariateStatisticAbstractTest.java Log: Added test for getN() and evaluate/getResult consistency test for small samples. Revision ChangesPath 1.16

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate DescriptiveStatisticsTest.java

2004-07-10 Thread psteitz
psteitz 2004/07/10 10:13:00 Modified:math/src/test/org/apache/commons/math/stat/univariate DescriptiveStatisticsTest.java Log: Removed tests for factory methods that have been removed. Revision ChangesPath 1.7 +1 -24 jakarta-commons/math

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate/moment SkewnessTest.java

2004-07-10 Thread psteitz
psteitz 2004/07/10 10:10:42 Modified:math/src/test/org/apache/commons/math/stat/univariate/moment SkewnessTest.java Log: Added test to make sure NaN is returned when it should be. Revision ChangesPath 1.12 +16 -1 jakarta-commons/math/src/

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/summary Product.java Sum.java SumOfLogs.java SumOfSquares.java

2004-07-10 Thread psteitz
psteitz 2004/07/10 10:09:08 Modified:math/src/java/org/apache/commons/math/stat/univariate StorelessUnivariateStatistic.java math/src/java/org/apache/commons/math/stat/univariate/moment FirstMoment.java Kurtosis.java Mean.jav

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment Skewness.java

2004-07-10 Thread psteitz
psteitz 2004/07/10 10:02:43 Modified:math/src/java/org/apache/commons/math/stat/univariate/moment Skewness.java Log: Changed getN() to return long. Changed evalutate() to return NaN if sample size is less than 3 (consistent w/ getResult()). Revision Cha

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat CertifiedDataTest.java

2004-07-10 Thread psteitz
psteitz 2004/07/10 09:07:07 Modified:math/src/test/org/apache/commons/math/stat CertifiedDataTest.java Log: Eliminated dependency on [logging]. Revision ChangesPath 1.18 +49 -63 jakarta-commons/math/src/test/org/apache/commons/math/stat/Ce

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate DescriptiveStatistics.java SummaryStatistics.java

2004-07-10 Thread psteitz
psteitz 2004/07/10 09:04:47 Modified:math/src/java/org/apache/commons/math/stat/univariate DescriptiveStatistics.java SummaryStatistics.java Log: Caught NoClassDefFound Error when DiscoverClass is not present, eliminating runtime dependency on [discovery], [

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/analysis UnivariateRealSolverFactory.java

2004-07-10 Thread psteitz
psteitz 2004/07/10 08:59:14 Modified:math/src/java/org/apache/commons/math/distribution DistributionFactory.java math/src/java/org/apache/commons/math/analysis UnivariateRealSolverFactory.java Log: Catch NoClassDefFound E

RE: [configuration] Removal of DOM4JConfiguration

2004-07-10 Thread Eric Pugh
Sounds great! > -Original Message- > From: Emmanuel Bourg [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 12:05 PM > To: Jakarta Commons Developers List > Subject: [configuration] Removal of DOM4JConfiguration > > > I prepared a patch to remove the dom4j configurations as discu