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

2004-10-11 Thread Michael Heuer
Sorry to be replying to a cvs commit message, but I think perhaps this is taking this idea of immutability too far -- a matrix data structure isn't very useful if you can't even modify the entries. Wouldn't the pattern used in the Collections interfaces for modifiers be more reasonable here? int

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

2004-10-11 Thread psteitz
psteitz 2004/10/11 23:27:44 Added: math/src/java/org/apache/commons/math/linear MatrixUtils.java math/src/test/org/apache/commons/math/linear MatrixUtilsTest.java Log: Initial commit of MatrixUtils, including RealMatrix

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

2004-10-11 Thread psteitz
psteitz 2004/10/11 23:19:50 Modified:math/xdocs/userguide linear.xml math/src/java/org/apache/commons/math/linear RealMatrix.java RealMatrixImpl.java math/src/test/org/apache/commons/math/linear RealMatrixImplT

Re: [math] RealMatrixImpl changes was: RE: cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-11 Thread Phil Steitz
Mark R. Diggory wrote: Yes, your right, We should rather use just getEntry(x,y) and getRowDimension/getColumnDimension shouldn't we. Yes, below looks good and definitely an improvement over the current code. If there are cases where access to the full matrix of the external operand is really

cvs commit: jakarta-commons/fileupload/src/java/org/apache/commons/fileupload DefaultFileItem.java

2004-10-11 Thread martinc
martinc 2004/10/11 21:17:27 Modified:fileupload/src/java/org/apache/commons/fileupload DefaultFileItem.java Log: Bug #27477 - Use FileCleaner from Commons IO to clean up temp files, rather than File.deleteOnExit(), which can cause serious proble

RE: [ANN] Apache Jakarta Commons Collections 1.0 released

2004-10-11 Thread Gary Gregory
Henning, You might want to resend with a new title ;-) Gary > -Original Message- > From: Henning Schmiedehausen [mailto:[EMAIL PROTECTED] > Sent: Monday, October 11, 2004 18:29 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: Jakarta Commons Developers List > Subject: [ANN] Apache Jakart

[ANN] Apache Jakarta Commons Collections 1.0 released

2004-10-11 Thread Henning Schmiedehausen
The Jakarta Commons Team is pleased to announce the release of Configuration 1.0. Jakarta Configuration is a flexible layer to access configuration information from properties files, XML files, JNDI, JDBC and other data sources. This is the first release after too many snapshots. It is recommended

cvs commit: jakarta-commons/configuration project.properties project.xml

2004-10-11 Thread henning
henning 2004/10/11 17:33:58 Modified:configuration Tag: CONFIGURATION_1_0_BRANCH project.properties project.xml Log: Fix up accidentially checked in distribution site and group. Revision ChangesPath No revision No

cvs commit: jakarta-commons/configuration project.properties project.xml

2004-10-11 Thread henning
henning 2004/10/11 17:33:06 Modified:configuration project.properties project.xml Log: Fix up accidentially checked in distribution site and group. Revision ChangesPath 1.17 +1 -0 jakarta-commons/configuration/project.properties Index: project.properties

cvs commit: jakarta-commons/configuration project.xml

2004-10-11 Thread henning
henning 2004/10/11 17:05:06 Modified:configuration project.xml Log: Main branch will be 1.1 next. Revision ChangesPath 1.35 +2 -2 jakarta-commons/configuration/project.xml Index: project.xml

cvs commit: jakarta-commons/configuration project.xml

2004-10-11 Thread henning
henning 2004/10/11 17:03:16 Modified:configuration project.xml Log: Move on to 1.0.1-dev Revision ChangesPath 1.34 +2 -2 jakarta-commons/configuration/project.xml Index: project.xml === RCS

Re: [math] RealMatrixImpl changes was: RE: cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-11 Thread Mark R. Diggory
Yes, your right, We should rather use just getEntry(x,y) and getRowDimension/getColumnDimension shouldn't we. Phil Steitz wrote: I understand what you are trying to do here and support the basic idea, but I don't know if this will work in general. What happens when we want to add a sparse matrix

Re: New componenent: i18n

2004-10-11 Thread Jörg Schaible
Brett Porter wrote: > What do you think is missing, i18n or xmlio? Brain? Gosh, noticed myself some minutes ago ... - Jörg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/httpclient project.xml

2004-10-11 Thread olegk
olegk 2004/10/11 15:37:26 Modified:httpclient Tag: HTTPCLIENT_2_0_BRANCH project.xml Log: Issue tracking update Revision ChangesPath No revision No revision 1.35.2.16 +1 -1 jakarta-commons/httpclient/project.xml Index: p

cvs commit: jakarta-commons/httpclient project.xml

2004-10-11 Thread olegk
olegk 2004/10/11 15:32:46 Modified:httpclient/xdocs news.xml httpclient project.xml Log: Issue tracking update Revision ChangesPath 1.31 +44 -1 jakarta-commons/httpclient/xdocs/news.xml Index: news.xml =

cvs commit: jakarta-commons/httpclient release_notes.txt

2004-10-11 Thread olegk
olegk 2004/10/11 15:31:53 Modified:httpclient release_notes.txt Log: PR #31471 Revision ChangesPath 1.38 +5 -2 jakarta-commons/httpclient/release_notes.txt Index: release_notes.txt === RC

RE: New componenent: i18n

2004-10-11 Thread Jörg Schaible
OK, problem between th ears ... Jörg Schaible wrote: >> >> http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/xmlio/ XMLIO > RCS file: /home/cvspublic/jakarta-commons-sandbox/i18n/project.xml,v I18N Back to the missing style sheet: The commons-site.jsl reference tigris.css and mave

RE: [lang] ArrayUtils.lastIndex

2004-10-11 Thread Gary Gregory
Hello, I'll confess to being a member of the OO and refactoring Churches ;-) I fail to see the comparison between a code formatting example (where to put curly braces) and the pros and cons of the refactoring being discussed ('Extract Constant' in Eclipse or 'Replace Magic Number with Symbolic Co

Re: New componenent: i18n

2004-10-11 Thread Brett Porter
Because the link is to xmlio, but the CVS log you are doing is on i18n. It works for me with pserver, and this: http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/i18n/project.xml exists. If you are seeing project.xml in the xmlio tree, your CVS directories may be screwed and have Reposi

RE: New componenent: i18n

2004-10-11 Thread Jörg Schaible
Jörg Schaible wrote: > Brett Porter wrote on Monday, October 11, 2004 2:34 PM: > >> Works for me: >> >> $ cvs log project.xml >> >> RCS file: /home/cvs/jakarta-commons-sandbox/i18n/project.xml,v >> Working file: project.xml head: 1.8 >> branch: >> locks: strict >> access list: >> symbolic names

Re: New componenent: i18n

2004-10-11 Thread Brett Porter
That's a different project to what we are talking about, I thought. i18n shows them up on CVSweb. Is it possible xmlio never had a Maven descriptor? http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/xmlio/ ... OK, I used for some reason /home/cvspublic/... as CVSROOT in the office and obv

DO NOT REPLY [Bug 31547] - [vfs] [PATCH] Commons VFS Todo List Item - External File Monitor

2004-10-11 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-sandbox/vfs/src/java/org/apache/commons/vfs/provider/webdav WebdavClientFactory.java

2004-10-11 Thread imario
imario 2004/10/11 12:31:29 Modified:vfs/src/java/org/apache/commons/vfs/provider/webdav WebdavClientFactory.java Log: workaround to handle webdav server where webdav resources do not start at the root url - e.g. if you configure only a context as webdav reso

cvs commit: jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/test ProviderWriteTests.java

2004-10-11 Thread imario
imario 2004/10/11 12:27:53 Modified:vfs/src/java/org/apache/commons/vfs/provider AbstractFileObject.java AbstractFileSystem.java DelegateFileObject.java vfs/src/java/org/apache/commons/vfs FileListener.java vf

RE: [math] RealMatrixImpl changes was: RE: cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-11 Thread Phil Steitz
I understand what you are trying to do here and support the basic idea, but I don't know if this will work in general. What happens when we want to add a sparse matrix to a RealMatrixImpl? J made the point that we can't always require getDataRef to be supported. Given this, for the RealMatrix

Re: [math] RealMatrixImpl changes was: RE: cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-11 Thread Mark R. Diggory
Phil, Heres a patch that shows the changes which would solve this copying issue in the current RealMatrixImpl. Index: RealMatrixImpl.java === RCS file: /home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/linear/RealMatri

Re: [math] RealMatrixImpl changes was: RE: cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-11 Thread Mark R. Diggory
Phil Steitz wrote: Mark, I now see (more fully) what you mean about the extra copy operations and agree that there is a little more to do than what I responded below. Using getElement and getDataRef for the current instance should suffice, however, in most cases. I need to understand better wh

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

2004-10-11 Thread imario
imario 2004/10/11 11:34:22 jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/events - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[math] RealMatrixImpl changes was: RE: cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-11 Thread Phil Steitz
Mark, I now see (more fully) what you mean about the extra copy operations and agree that there is a little more to do than what I responded below. Using getElement and getDataRef for the current instance should suffice, however, in most cases. I need to understand better what you are propos

DO NOT REPLY [Bug 31547] - [vfs] [PATCH] Commons VFS Todo List Item - External File Monitor

2004-10-11 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: cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-11 Thread Phil Steitz
Mark R. Diggory wrote: Hey Phil, Thanks for working on the RealMatrixImpl, it really gets things rolling. I was working on some things offline to support it further. One point of concern I have is that I thought we were going to make RealMatrixImpl "immutable" and allow the submatrix accessors r

DO NOT REPLY [Bug 31636] - FTPClient.storeFile() should allow to specify CopyStreamListener

2004-10-11 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: cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-11 Thread Mark R. Diggory
Hey Phil, Thanks for working on the RealMatrixImpl, it really gets things rolling. I was working on some things offline to support it further. One point of concern I have is that I thought we were going to make RealMatrixImpl "immutable" and allow the submatrix accessors return implementations

DO NOT REPLY [Bug 31644] - JavaScript email validation doesn't accept 4 letter TLDs (.info,.name)

2004-10-11 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

DO NOT REPLY [Bug 31614] - [PATCH] Make jsvc delete pid file on daemon exit

2004-10-11 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

DO NOT REPLY [Bug 31613] - [PATCH] Update Mac support in jsvc

2004-10-11 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

DO NOT REPLY [Bug 31644] - JavaScript email validation doesn't accept 4 letter TLDs (.info,.name)

2004-10-11 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

DO NOT REPLY [Bug 31644] New: - JavaScript email validation doesn't accept 4 letter TLDs (.info,.name)

2004-10-11 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

[GUMP@brutus]: Project commons-fileupload (in module jakarta-commons) success

2004-10-11 Thread John McNally
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-fileupload *no longer* has an issue. The current state of this project i

RE: New componenent: i18n

2004-10-11 Thread Jörg Schaible
Brett Porter wrote on Monday, October 11, 2004 2:34 PM: > Works for me: > > $ cvs log project.xml > > RCS file: /home/cvs/jakarta-commons-sandbox/i18n/project.xml,v > Working file: project.xml head: 1.8 > branch: > locks: strict > access list: > symbolic names: > keyword substitution: kv > total

Re: AW: AW: AW: AW: New componenent: i18n

2004-10-11 Thread Brett Porter
Works for me: $ cvs log project.xml RCS file: /home/cvs/jakarta-commons-sandbox/i18n/project.xml,v Working file: project.xml head: 1.8 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 8; selected revisions: 8 description:

RE: AW: AW: AW: AW: New componenent: i18n

2004-10-11 Thread Daniel Florey
This is very strange... I don't have cvs access today but I'll check it ASAP when I'm back home. Mysterious... Daniel "Jakarta Commons Developers List" <[EMAIL PROTECTED]> schrieb am 11.10.04 09:40:35: > > Hi Daniel, > > Daniel Florey wrote on Sunday, October 10, 2004 4:06 PM: > > > Hmm, as I

Re: XML Im-/Ex-porter into Commons Sandbox

2004-10-11 Thread Daniel Florey
"Jakarta Commons Developers List" <[EMAIL PROTECTED]> schrieb am 11.10.04 09:50:48: > > If you're looking for something simple, you may want to check out > http://xstream.codehaus.org/ as well. I just checked it out and it looks very sweet! Very clean approach (looks simpler to me as betwixt bec

cvs commit: jakarta-commons/httpclient/xdocs news.xml

2004-10-11 Thread adrian
adrian 2004/10/11 05:06:42 Modified:httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH news.xml Log: Added latest news item from Oleg Kalnichevski. Revision ChangesPath No revision No revision 1.20.2.15 +32 -1 jakarta-commons/httpclie

[GUMP@brutus]: Project commons-resources (in module jakarta-commons-sandbox) failed

2004-10-11 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-resources has an issue affecting its community integration. This issue af

[RESULT][VOTE] Release commons-configuration-1.0

2004-10-11 Thread Henning Schmiedehausen
By the following votes with no vetos the Commons community has voted to release the 1.0 version of Jakarta Commons Configuration on Monday, Oct 11th 2004. Henning Schmiedehausen [EMAIL PROTECTED] +1 Yoav Shapira [EMAIL PROTECTED] +1 Eric Pugh [EMAIL PROTECTED] +1 Emmanuel Bourg [EMAIL PROTECTED]

[GUMP@brutus]: Project commons-jelly-tags-quartz (in module jelly-tags) success

2004-10-11 Thread Morgan Delagrange
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-quartz *no longer* has an issue. The current state of this pr

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

2004-10-11 Thread henning
henning 2004/10/11 03:07:30 Modified:configuration/xdocs changes.xml Log: Move on to 1.0.1-dev Revision ChangesPath 1.54 +5 -2 jakarta-commons/configuration/xdocs/changes.xml Index: changes.xml =

cvs commit: jakarta-commons/configuration project.xml

2004-10-11 Thread henning
henning 2004/10/11 02:53:51 Modified:configuration project.xml Log: Missing junit Dependency. Call it 1.0 Revision ChangesPath 1.33 +16 -4 jakarta-commons/configuration/project.xml Index: project.xml

cvs commit: jakarta-commons/configuration build.xml

2004-10-11 Thread henning
henning 2004/10/11 02:53:33 Modified:configuration build.xml Log: Make ant based build pass all Unit test for 1.0 Revision ChangesPath 1.11 +48 -19jakarta-commons/configuration/build.xml Index: build.xml

[GUMP@brutus]: Project commons-fileupload (in module jakarta-commons) success

2004-10-11 Thread John McNally
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-fileupload *no longer* has an issue. The current state of this project i

DO NOT REPLY [Bug 31636] New: - FTPClient.storeFile() should allow to specify CopyStreamListener

2004-10-11 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/configuration/src/test/org/apache/commons/configuration TestNullJNDIEnvironmentValues.java

2004-10-11 Thread henning
henning 2004/10/11 02:27:20 Modified:configuration/src/java/org/apache/commons/configuration HierarchicalConfiguration.java configuration/src/test/org/apache/commons/configuration TestNullJNDIEnvironmentValues.java Log: R

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

2004-10-11 Thread henning
henning 2004/10/11 02:26:38 Modified:configuration/src/test/org/apache/commons/configuration TestXMLConfiguration.java Log: Remove leading slashes from second test. Else it will not pass. Revision ChangesPath 1.14 +4 -4 jakarta-commons/c

cvs commit: jakarta-commons/configuration/conf testdb.script

2004-10-11 Thread henning
henning 2004/10/11 02:17:09 Modified:configuration/src/test/org/apache/commons/configuration TestDatabaseConfiguration.java configuration/conf testdb.script Added: configuration/src/test/org/apache/commons/configuration/test

cvs commit: jakarta-commons/configuration/src/test/org/apache/commons/configuration/test - New directory

2004-10-11 Thread henning
henning 2004/10/11 02:15:57 jakarta-commons/configuration/src/test/org/apache/commons/configuration/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XML Im-/Ex-porter into Commons Sandbox

2004-10-11 Thread Dion Gillard
If you're looking for something simple, you may want to check out http://xstream.codehaus.org/ as well. On Mon, 11 Oct 2004 08:35:01 +0200, Oliver Zeigermann <[EMAIL PROTECTED]> wrote: > Hi Simon, > > I really appreciate your input, thanks again :) > > On Mon, 11 Oct 2004 19:15:11 +1300, Simon

RE: AW: AW: AW: AW: New componenent: i18n

2004-10-11 Thread Jörg Schaible
Hi Daniel, Daniel Florey wrote on Sunday, October 10, 2004 4:06 PM: > Hmm, as I've checked out jakarta-commons so that this .jsl is > present (and is found by Maven) I'm not sure if this is > wrong. I'll investigate the whole thing later and will > hopefully find a way to finally get the site up

Re: [xmlio] comparison with Digester

2004-10-11 Thread Oliver Zeigermann
On Mon, 11 Oct 2004 19:42:37 +1300, Simon Kitching <[EMAIL PROTECTED]> wrote: > On Mon, 2004-10-11 at 19:12, Oliver Zeigermann wrote: > > Hi Simon, > > > > I see you have put some energy on feedback! Thanks for that :) > > Aargh! Our emails are crossing each other somewhere out in cyberspace > :-)