Re: [math] ListUnivariates

2004-05-02 Thread Phil Steitz
Mark R. Diggory wrote: Possibly drop or change the "Univariate" as well? So, "BeanListStatistics", "ListStatistics" ? Phil -Mark Phil Steitz wrote: I just checked in a change to BeanListUnivariateImpl implementing addValue(double) using DynaBeans. I would like to drop the "Impl" from the end

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

2004-05-02 Thread psteitz
psteitz 2004/05/02 20:08:08 Modified:math/src/test/org/apache/commons/math/random RandomDataTest.java Log: Changed chi-square tests to pass long[] arrays of observed counts. Revision ChangesPath 1.16 +44 -54 jakarta-commons/math/src/test/o

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/inference ChiSquareTestTest.java TTestTest.java

2004-05-02 Thread psteitz
psteitz 2004/05/02 20:04:55 Added: math/src/test/org/apache/commons/math/stat/inference ChiSquareTestTest.java TTestTest.java Log: Initial commit of tests replacing TestStatisticTest. Revision ChangesPath 1.1 jakarta-commons/mat

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/inference TTest.java TTestImpl.java

2004-05-02 Thread psteitz
psteitz 2004/05/02 20:03:21 Added: math/src/java/org/apache/commons/math/stat/inference TTest.java TTestImpl.java Log: Initial commit of code split off from TestStatistic. Revision ChangesPath 1.1 jakarta-commons/math/src/java/o

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/inference ChiSquareTest.java ChiSquareTestImpl.java

2004-05-02 Thread psteitz
psteitz 2004/05/02 20:02:25 Added: math/src/java/org/apache/commons/math/stat/inference ChiSquareTest.java ChiSquareTestImpl.java Log: Initial commit of code split off from TestStatistic. Changed observed vectors to be long[] arrays and added support for in

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

2004-05-02 Thread psteitz
psteitz 2004/05/02 19:57:08 Removed: math/src/test/org/apache/commons/math/stat/inference TestStatisticTest.java Log: Removed file to be replaced by TTestTest, ChiSquareTestTest. - To unsubsc

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/inference TestStatistic.java

2004-05-02 Thread psteitz
psteitz 2004/05/02 19:54:56 Removed: math/src/java/org/apache/commons/math/stat/inference TestStatistic.java Log: Removed file to be replaced by TTest, ChiSquareTest. - To unsubscribe, e-mail

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/inference TestStatisticImpl.java

2004-05-02 Thread psteitz
psteitz 2004/05/02 19:54:09 Removed: math/src/java/org/apache/commons/math/stat/inference TestStatisticImpl.java Log: Removed file to be replaced by TTestImpl, ChiSquareTestImpl. - To unsubsc

cvs commit: jakarta-commons/io build.xml

2004-05-02 Thread bayard
bayard 2004/05/02 19:29:00 Modified:io build.xml Log: Built for 1.0 and not 1.0-rc2 Revision ChangesPath 1.17 +4 -4 jakarta-commons/io/build.xml Index: build.xml === RCS file: /home/

Re: [Validator] 1.1.3 Release

2004-05-02 Thread Ted Husted
On Tue, 27 Apr 2004 16:09:15 -0400, Ted Husted wrote: > If there are no objections, I'd like to roll a 1.1.3 release > Friday, April 30, sometime after 5PM EST (GMT-5). I finally got started on this tonight. There are four problem issues outstanding: http://tinyurl.com/2yjo7 IDSummary 23

DO NOT REPLY [Bug 23990] - EmailValidator - valid email address fails

2004-05-02 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

cvs commit: jakarta-commons/validator/src/javascript/org/apache/commons/validator/javascript package.html

2004-05-02 Thread husted
husted 2004/05/02 18:03:03 Modified:validator/src/javascript/org/apache/commons/validator/javascript package.html Log: Update Javadoc. No code changes. Revision ChangesPath 1.5 +2 -2 jakarta-commons/validator/src/javascript/org/apache/

DO NOT REPLY [Bug 23652] - Password validation revealed in javascript

2004-05-02 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

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator EmailValidator.java

2004-05-02 Thread husted
husted 2004/05/02 17:50:23 Modified:validator/src/share/org/apache/commons/validator EmailValidator.java Log: Update Javadoc. No code changes. Revision ChangesPath 1.14 +8 -4 jakarta-commons/validator/src/share/org/apache/commons/valida

DO NOT REPLY [Bug 24757] - GenericValidator.isEmail() fails for address "toto@web.d-"

2004-05-02 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

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

2004-05-02 Thread husted
husted 2004/05/02 17:29:40 Modified:docs/releases release.html Log: Change references from daedalus to minotaur Revision ChangesPath 1.35 +72 -72jakarta-commons/docs/releases/release.html Index: release.html ===

[collections] Version 3.1 - proposed contents

2004-05-02 Thread Stephen Colebourne
I am proposing that [collections] 3.1 is about ready. There is one more class, TreeList, that I would like to include if possible, and maybe some more classes made Serializable. Otherwise, everythings about done. The release notes contain the details, so would any interested parties please check t

[collections] Binary compatability for v3.1

2004-05-02 Thread Stephen Colebourne
Currently, as far as I can tell there are two binary incompatible changes on the CVS for v3.1 over v3.0. 1) ReferenceMap (map package) now extends AbstractReferenceMap and AbstractHasedMap whereas previously it extended AbstractMap. This was done to gain lots of new functionality. This is binary

Re: [collections] Size and scope issues

2004-05-02 Thread Stephen Colebourne
So what problem are we solving? Adding extra jar files alongside the complete built one creates classpath problems for users, an old version of the 'all' jar overriding a later version of the 'part' jar or vice versa. General chaos and confusion. People so have the ability to build their own jar f

cvs commit: jakarta-commons/httpclient release_notes.txt

2004-05-02 Thread olegk
olegk 2004/05/02 14:54:39 Modified:httpclient release_notes.txt Log: Release notes update Revision ChangesPath 1.19 +107 -2jakarta-commons/httpclient/release_notes.txt Index: release_notes.txt =

[pool] negative numActive

2004-05-02 Thread Lee Breisacher
I'm using GenericObjectPool and I'm seeing the "numActive" value go negative occasionally (and stay there). Looking at recent commons-dev emails, I saw a similar discussion and patch applied to DBCP's AbandonedObjectPool. It looks to me like the analysis and patch for AbandonedObjectPool could cor

Re: [digester] TO-DO for release 1.6

2004-05-02 Thread Craig R. McClanahan
Arnaud Heritier wrote: Craig? Sorry ... I've been totally buried with day-job responsibilities lately -- check out Sun Java Studio Creator if you want to know what I'm currently working on :-) -- will take care of this over the weekend. It's very interesting Craig. Do you think that J

RE: [VOTE] [IO] Commons IO 1.0 release

2004-05-02 Thread Henri Yandell
Released without the FilenameUtils and ClassLoaderInputStream classes. http://www.apache.org/~bayard/io/ Now including a clover report: http://www.apache.org/~bayard/io/clover/ FileFilters seem to have been modified at some point to have their 2nd accept method added [presumably because

Re: [collections] Size and scope issues

2004-05-02 Thread robert burrell donkin
On 24 Apr 2004, at 04:33, Craig R. McClanahan wrote: Dain Sundstrom wrote: On Apr 22, 2004, at 2:40 PM, Michael Heuer wrote: Perhaps some of the classes in [collections] could be presented as a JSR for inclusion in the JDK at some later date. That might cut the size of the jar some. :) All

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread robert burrell donkin
hi steve the website has been updated already so this is just FYI... the release documentation is now a little out of date. AIUI cvs.apache.org and www.apache.org are now the same machine (minotaur). you should now have no problems accessing minotaur using 'ssh -l scohen www.apache.org'.

Re: [all] BinaryCompatability tester

2004-05-02 Thread Stephen Colebourne
This catches source compatability, but not binary compatability. ie. the ability to run code compiled against an old jar file without recompilation against the new jar file. Perhaps its possible to compile the old unit tests against the old jar, and then run them against the new jar. That might pr

RE: [VOTE] [IO] Commons IO 1.0 release

2004-05-02 Thread Henri Yandell
It's largely good with a only a couple of simple classes not tested [just ran it]. Did discover that I screwed up the tag and included the files that aren't meant to go. This is something I keep doing. 'cvs tag' pays attention to the CVS/Entries file and not the files you actively have, so rm'ing

Re: [all] BinaryCompatability tester

2004-05-02 Thread Henri Yandell
On Sun, 2 May 2004, matthew.hawthorne wrote: > Stephen Colebourne wrote: > > Does anyone know of a tool to test whether a new version of a jar file is > > binary compatible with the old version? > > > Could you do a checkout of the unit tests for the last release, and run > them against the new j

Re: [all] BinaryCompatability tester

2004-05-02 Thread matthew.hawthorne
Stephen Colebourne wrote: Does anyone know of a tool to test whether a new version of a jar file is binary compatible with the old version? Could you do a checkout of the unit tests for the last release, and run them against the new jar? -

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Mario Ivankovits
Steve Cohen wrote: But, does anyone understand what is wrong with my setup of Eclipse that would cause the "ö" character to be mangled every time a file is saved with one in it? I bet this has something to do with the characterset used. Maybe Martin uses ISO-8859-1 (or ISO-8859-15). If you o

Re: [all] BinaryCompatability tester

2004-05-02 Thread Henri Yandell
Or even changing parameters? public String toString(String) to public String toString(Object) I imagine anything that is classed as an API change would be a problem for binary compatibility. Hen On Sun, 2 May 2004, Stephen Colebourne wrote: > jdiff is not a bad option and maybe possible - I'd

RE: [digester] TO-DO for release 1.6

2004-05-02 Thread Arnaud Heritier
> >Craig? > > > > > > Sorry ... I've been totally buried with day-job responsibilities lately > -- check out Sun Java Studio Creator if you want to know what I'm > currently working on :-) -- will take care of this over the weekend. It's very interesting Craig. Do you think that JSC will support

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Steve Cohen
On Sunday 02 May 2004 1:30 pm, Steve Cohen wrote: ...> At any rate, it all looks well now! > Aargh! Except for the mangling of poor Martin Pöschl's name. I fixed that so now truly all looks well. But, does anyone understand what is wrong with my setup of Eclipse that would cause the "ö" charac

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/cache - New directory

2004-05-02 Thread imario
imario 2004/05/02 12:00:06 jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/cache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Steve Cohen
Thank you Martin! That did the trick! I think the documentation should be updated as you indicate, but should also give explicit instuctions on building the site after changing the xml files. It would appear that build.sh or build.bat should be run since these scripts do a little more than ju

Re: [all] BinaryCompatability tester

2004-05-02 Thread Stephen Colebourne
jdiff is not a bad option and maybe possible - I'd hoped someone might have written one already ;-). One thing to watch out for on binary compatability is changing method return types, which breaks binary compatability. Stephen > The only thing I can think of is the jdiff tool. As long as things

RE: [VOTE] [IO] Commons IO 1.0 release

2004-05-02 Thread Gary Gregory
Hello, I notice in the sample site that there is no Clover code coverage report. This seems essential to me, if the coverage is poor, releasing seems premature. Thank you, Gary > -Original Message- > From: Henri Yandell [mailto:[EMAIL PROTECTED] > Sent: Saturday, May 01, 2004 19:23 > To

RE: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Martin Cooper
> -Original Message- > From: Steve Cohen [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 02, 2004 10:16 AM > To: Jakarta Commons Developers List > Subject: Re: jakarta news page not updating re commons-net 1.2 release > > > I DID check in the changes, yesterday for > jakarta-site2/docs/site

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Steve Cohen
I DID check in the changes, yesterday for jakarta-site2/docs/site/news/news-2004-1stHalf.html revision 1.27 and jakarta-site2/xdocs/site/news/news-2004-1stHalf.xml revision 1.22 But my changes to jakarta-site2/xdocs/site/news/index.xml somehow failed to be checked in I have checked them in now.

Re: [all] BinaryCompatability tester

2004-05-02 Thread Henri Yandell
The only thing I can think of is the jdiff tool. As long as things are only added, I would assume binary compatibility is kept? So if jdiff were to create an xml report before the html [it might be able to do this], you could write something to create a different html report that merely cares abo

cvs commit: jakarta-commons/httpclient release_notes.txt

2004-05-02 Thread mbecke
mbecke 2004/05/02 08:19:15 Modified:httpclient/src/test/org/apache/commons/httpclient TestURI.java httpclient/src/java/org/apache/commons/httpclient HttpURL.java httpclient release_notes.txt Log: HttpUrl n

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpURL.java

2004-05-02 Thread mbecke
mbecke 2004/05/02 08:15:34 Modified:httpclient/src/test/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH TestURI.java httpclient Tag: HTTPCLIENT_2_0_BRANCH release_notes.txt httpclient/src/java/org/apache/commons/httpclient T

Bug report for Commons [2004/05/02]

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

Re: jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Ted Husted
I checked out site2 and the page looks the same as the one that is posted now. If you've made changes to site2, you need to check those changes back into the site2 repository. (Or send me a patch and I'll apply it later today.) -Ted. On Sun, 02 May 2004 06:40:18 -0500, Steve Cohen wrote: > I p

[all] BinaryCompatability tester

2004-05-02 Thread Stephen Colebourne
Does anyone know of a tool to test whether a new version of a jar file is binary compatible with the old version? Stephen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jakarta news page not updating re commons-net 1.2 release

2004-05-02 Thread Steve Cohen
I pushed through the release of commons-net 1.2 yesterday. I completed all the steps mentioned in http://jakarta.apache.org/commons/releases/release.html, in particular, step 13: Follow standard procedures to update the J

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestHttpStatus.java

2004-05-02 Thread olegk
olegk 2004/05/02 04:21:13 Modified:httpclient/src/java/org/apache/commons/httpclient HttpStatus.java httpclient/src/test/org/apache/commons/httpclient TestHttpStatus.java Log: PR #28626 (ArrayIndexOutOfBoundsException i

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestHttpStatus.java

2004-05-02 Thread olegk
olegk 2004/05/02 04:19:58 Modified:httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH HttpStatus.java httpclient/src/test/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH TestHttpStatus.jav

Re: [VOTE] [IO] Commons IO 1.0 release

2004-05-02 Thread Stephen Colebourne
+1, congrats! Stephen - Original Message - From: "Henri Yandell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 02, 2004 3:23 AM Subject: [VOTE] [IO] Commons IO 1.0 release > > http://www.apache.org/~bayard/io/ contains my current status in the > release of Commons IO 1.

cvs commit: jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid VersionFourGenerator.java

2004-05-02 Thread treilly
treilly 2004/05/02 01:51:54 Modified:id/src/java/org/apache/commons/id/uuid VersionFourGenerator.java Log: Removing NoSuchAlgorithException, NoSuchProviderException from nextIdentifier(boolean secure) Revision ChangesPath 1.5 +1 -3 jak

cvs commit: jakarta-commons-sandbox/id/src/java/org/apache/commons/id DefaultIdentifierGeneratorFactory.java

2004-05-02 Thread treilly
treilly 2004/05/02 01:09:18 Modified:id/src/java/org/apache/commons/id DefaultIdentifierGeneratorFactory.java Log: Change to use VersionFourGenerator now public constructor, was singleton Revision ChangesPath 1.5 +1 -1 jakarta-commons-s

cvs commit: jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid VersionFourGenerator.java

2004-05-02 Thread treilly
treilly 2004/05/02 01:07:23 Modified:id/src/java/org/apache/commons/id/uuid VersionFourGenerator.java Log: Adds flag for secure PRNG Removes singleton constructor Revision ChangesPath 1.4 +102 -38 jakarta-commons-sandbox/id/src/java/org/

[GUMP@lsd]: jakarta-commons/commons-betwixt failed

2004-05-02 Thread James Strachan
(TDK) The current state is 'Failed', for reason 'Build Failed' Full details are available at: http://lsd.student.utwente.nl/gump/jakarta-commons/commons-betwixt/index.html That said, some snippets follow: Gump provided these annotations: - Info - Sole jar [commons-

[GUMP@lsd]: jelly-tags/commons-jelly-tags-define failed

2004-05-02 Thread Morgan Delagrange
. The current state is 'Failed', for reason 'Build Failed' Full details are available at: http://lsd.student.utwente.nl/gump/jelly-tags/commons-jelly-tags-define/index.html That said, some snippets follow: Gump provided these annotations: - Info - Sole jar [commons-jelly-