cvs commit: jakarta-commons-sandbox/vfs .cvsignore

2003-06-27 Thread adammurdoch
adammurdoch2003/06/27 23:18:40 Modified:vfs .cvsignore Log: Ignore build.properties. Revision ChangesPath 1.3 +1 -1 jakarta-commons-sandbox/vfs/.cvsignore Index: .cvsignore === RCS fi

cvs commit: jakarta-commons-sandbox/vfs/lib/jcifs/jars jcifs-0.7.8.jar

2003-06-27 Thread adammurdoch
adammurdoch2003/06/27 23:17:50 Modified:vfs project.xml vfs/xdocs download.xml Added: vfs/lib/jcifs/jars jcifs-0.7.8.jar Log: Upgraded to lastest versions of http-client, jcifs and jsch. Revision ChangesPath 1.24 +5 -5 jakarta-commons

cvs commit: jakarta-commons-sandbox/vfs/lib/jcifs/jars - New directory

2003-06-27 Thread adammurdoch
adammurdoch2003/06/27 23:15:38 jakarta-commons-sandbox/vfs/lib/jcifs/jars - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/vfs/lib/jcifs - New directory

2003-06-27 Thread adammurdoch
adammurdoch2003/06/27 23:15:26 jakarta-commons-sandbox/vfs/lib/jcifs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[VOTE] [RESULT] Add Noel J. Bergman as commons committer

2003-06-27 Thread David Graham
It looks like the vote was +5 to -0 so Noel is now a commons committer. I'm not sure what it takes to give him karma; can someone set it up? David --- David Graham <[EMAIL PROTECTED]> wrote: > Noel has expressed an interest in maintaining the relatively dead > commons-dbcp project. I propose

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

2003-06-27 Thread adrian
adrian 2003/06/27 18:38:43 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java Log: Changed HttpMethodBase to initialize its Log object with HttpMethodBase.class instead of HttpMethod.class. PR: Bug 21159 Submitted by: Laura

Re: DBCP status?

2003-06-27 Thread Anton Tagunov
Hello Serge! SK> Is anyone working on DBCP or planning another release anytime soon? SK> It's been almost a year, and the project seems pretty inactive. Lurker's 0.02$ Have looked a couple of weeks ago * jdbc2 part seemed out of operation to me (just can't go into a release) * all the rest prob

Re[2]: DBCP status?

2003-06-27 Thread Anton Tagunov
Hi, all! JMcN> I am the primary developer of the jdbc2pool and cpdsadapter packages. JMcN> I do not see any reason to merge the code into one package with the rest JMcN> of dbcp. They seem packaged appropriately to me. The main thing that JMcN> needs to be done here is to rename the "jdbc2" in t

Re: [math][functor] More Design Concerns

2003-06-27 Thread Phil Steitz
J.Pietschmann wrote: Mark R. Diggory wrote: Further comments: 1 Now there are two root finding frameworks in place. I think this should be unified. I agree. My preference would be to eliminate the original RootFinding.java and refactor the distribution inversion methods to use the new framewo

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

2003-06-27 Thread olegk
olegk 2003/06/27 14:17:37 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java Log: Javadocs corrections Contributed by Gary Gregory <[EMAIL PROTECTED]> & Oleg Kalnichevski Revision ChangesPath 1.157 +17 -18

cvs commit: jakarta-commons-sandbox/math/src/java/org/apache/commons/math/stat StoreUnivariateImpl.java

2003-06-27 Thread mdiggory
mdiggory2003/06/27 13:58:28 Modified:math/src/test/org/apache/commons/math/util ExpandableDoubleArrayTest.java FixedDoubleArrayTest.java DoubleArrayAbstractTest.java math/src/java/org/apache/commons/ma

DO NOT REPLY [Bug 21053] - URL codec contribution from HttpClient

2003-06-27 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/math/src/java/org/apache/commons/math/stat StatUtils.java

2003-06-27 Thread mdiggory
mdiggory2003/06/27 13:31:52 Modified:math/src/java/org/apache/commons/math/stat StatUtils.java Log: Eliminated extra pass to calc mean in std calculation. Revision ChangesPath 1.10 +38 -13 jakarta-commons-sandbox/math/src/java/org/apache/commons/math/stat/StatUti

karma request for commons

2003-06-27 Thread Martin Poeschl
i want to cleanup commons-dbcp as we need it for the next torque release .. so i need karma for the commons repo ... thanx! martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [math][functor] More Design Concerns

2003-06-27 Thread Mark R. Diggory
J.Pietschmann wrote: 5 Static functions for calculating higher moments for arrays are unwise, because the array is repeatedly scanned if several moments are to be computed. This should be encapsulated in an object which can hold already computed results across invocations of different calcu

DO NOT REPLY [Bug 21053] - URL codec contribution from HttpClient

2003-06-27 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

DO NOT REPLY [Bug 21053] - URL codec contribution from HttpClient

2003-06-27 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/configuration project.xml

2003-06-27 Thread mpoeschl
mpoeschl2003/06/27 13:07:29 Modified:configuration project.xml Log: the timestamp is added by maven .. it should not be part of the currentVersion Revision ChangesPath 1.30 +2 -2 jakarta-commons-sandbox/configuration/project.xml Index: project.xml ===

cvs commit: jakarta-commons-sandbox/configuration/src/test/org/apache/commons/configuration TestConfigurationFactory.java

2003-06-27 Thread mpoeschl
mpoeschl2003/06/27 13:06:08 Modified:configuration/src/test/org/apache/commons/configuration TestConfigurationFactory.java Log: remove log as it is not used Revision ChangesPath 1.6 +5 -21 jakarta-commons-sandbox/configuration/src/test/o

[math] Proposed outline for the User Guide

2003-06-27 Thread Phil Steitz
I have taken a stab at an outline for the User Guide. I have started writing the first three sections (overview, statistics and data generation). The structure more or less follows the package structure and the intent is to focus on how to do things rather than how the code is organized. The

cvs commit: jakarta-commons-sandbox/configuration/src/test/org/apache/commons/configuration NonStringTestHolder.java

2003-06-27 Thread mpoeschl
mpoeschl2003/06/27 13:03:45 Modified:configuration/src/test/org/apache/commons/configuration NonStringTestHolder.java Log: add license remove unused import Revision ChangesPath 1.2 +59 -7 jakarta-commons-sandbox/configuration/src/test/

Re: [math][functor] More Design Concerns

2003-06-27 Thread J.Pietschmann
Mark R. Diggory wrote: a.) Is consistent library design important? What's consistency? Mathematical functions, one of the most fundamental stuff in mathematics, are at least in syntax incompatible with Java OOP. Offering a syntax which is close to a model already used for several hundred years shou

Re: [math][functor] More Design Concerns

2003-06-27 Thread Al Chou
--- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > Al Chou wrote: > >>>Does staticness preclude extensibility? > ... > > I clearly have never studied for a Java certification. Thanks for the > > clarification, Phil. > > No difference to C++ or any other language with class methods > I ever met. I

[sql] [patch]

2003-06-27 Thread John M
Quite a while back I made extensive changes to the sql project to allow for schema-diffs and alter-sql generation so that we could bring an existing database up-to-date to match the current schema. The maven/ant task allows you to generate the whole create sql or do a diff against a current databa

[FILEUPLOAD] Progress reporting

2003-06-27 Thread Peter Courcoux
Martin, Congratulations and thanks for the hard work getting the 1.0 release out. As discussed some while ago, I have patches to fileupload which enable support for file upload progress reporting. These are attached below. I have changed the implementation since first proposing this on the list