RE: [lang] Array concat?

2004-01-30 Thread Gary Gregory
Ah! Synchronicity! hh > -Original Message- > From: Stephen Colebourne [mailto:[EMAIL PROTECTED] > Sent: Friday, January 30, 2004 15:16 > To: Jakarta Commons Developers List > Subject: Re: [lang] Array concat? > > I believe that the collections like names will be best in the long run. >

RE: [lang] Array concat?

2004-01-30 Thread Gary Gregory
So: (0) join Current name and will be renamed to one of the following. (1) concat Henri and Janek like it. (2) merge Proposed by [EMAIL PROTECTED] I'm not fond of this one. I cannot help but think of a merge sort; to me "merge" does not imply order, as in: add one after the other. (3) add Recal

Re: [lang] Array concat?

2004-01-30 Thread Stephen Colebourne
I believe that the collections like names will be best in the long run. Thus: add(Object[], Object) add(Object[], int, Object) addAll(Object[], Object[]) < Stephen From: "Gary Gregory" <[EMAIL PROTECTED]> > I've committed to HEAD three new ArrayUtils methods and unit tests: >

Re: [lang] i18n package proposal

2004-01-30 Thread Stephen Colebourne
I am -1 to adding behaviour to do with localized messages into [lang]. It gets way too complex and religious and just doens't fit. Stephen From: "Henri Yandell" <[EMAIL PROTECTED]> > If it's all that is defined in the proposal, I think lang is fine. If it > all grows beyond that, I have my doubt

DO NOT REPLY [Bug 26470] - TreeBidiMap.put(Object, Object) throws ClassCastException

2004-01-30 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: [lang] i18n package proposal

2004-01-30 Thread Inger, Matthew
Correct me if i'm wrong, but doesn't Throwable have a "getLocalizedMessage()" method which defaults to calling "getMessage()"? Ideally, your exception construction would take in the resource key, and the getLocalizedMessage method would use that key to retrieve the resource. Personally, i think

Re: [lang] i18n package proposal

2004-01-30 Thread Henri Yandell
If it's all that is defined in the proposal, I think lang is fine. If it all grows beyond that, I have my doubts that it would be right in lang because it will most likely have become an i18n thing and not just a nice marker for throwables. Hen On Fri, 30 Jan 2004, J.Pietschmann wrote: > Henri

[net][vote] Release plan for commons-net.1.2.0

2004-01-30 Thread Steve Cohen
I am now proposing for a formal vote, releasing commons-net.1.2.0. The proposal is to release the current HEAD branch, as last amended by me over a week ago. I know there are other patches that have been submitted but no one seems to have the time to evaluate them. The current version of th

Re: [JIRA][Bugzilla][HttpClient] should I stay or should I go?

2004-01-30 Thread Serge Knystautas
Oleg, Sorry, I thought many of these points were addressed in the general discussion about commons and JIRA. I will respond specifically to each of your questions below... [EMAIL PROTECTED] wrote: * Do you actually encourage migration from Bugzilla to JIRA? Will it make the task of to administ

DO NOT REPLY [Bug 26470] - TreeBidiMap.put(Object, Object) throws ClassCastException

2004-01-30 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 26517] - Compilation of jsvc fails, missing ; in home.c

2004-01-30 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: [math] "Straw man" release plan

2004-01-30 Thread Mark R. Diggory
Brent, Welcome, we have been creating documentation on th developer process. its probably best you read through it and then talk with us more. http://jakarta.apache.org/commons/math/developers.html 1.) Specifically focus on the areas of working with ant, maven, cvs, creating patches and submit

Re: [math] "Straw man" release plan

2004-01-30 Thread Mark R. Diggory
Phil, I've added some issues I want to address in the release process, if you wish to take on the RM roles associated with 1, I think we would be honored. -thx, Mark Phil Steitz wrote: After reviewing I agree with Mark that we should be aiming fo

Re: [math] running math tests on minotaur hangs

2004-01-30 Thread Mark R. Diggory
I'll do alittle more individual testcase testing in Ant and Maven then get back to you on that. -Mark Phil Steitz wrote: --- "Mark R. Diggory" <[EMAIL PROTECTED]> wrote: Does anyone else encounter a hang when running the tests in maven on minotaur? % maven test [junit] Tests run: 5, Fail

RE: [fileupload] FileItem.getFieldName() does not follow specifie d en coding?

2004-01-30 Thread Robert Priest
Okay. I re-tract my current this question. It was the client not encoding "name" attribute of the input field. It was not the fileupload package at all. My apologies to the fileupload team. -Original Message- From: Robert Priest Sent: Thursday, January 29, 2004 4:16 PM To: 'Jakarta Comm

cvs commit: jakarta-commons/math/xdocs/userguide xdoc.xsl

2004-01-30 Thread mdiggory
mdiggory2004/01/30 11:58:37 Modified:math/xdocs xdoc.xsl math/xdocs/userguide xdoc.xsl Log: Ajusting xdoc templates css styles appropriately, these are just used for testing/preview in xml/xslt enabled browsers. Revision ChangesPath 1.2 +10 -2 ja

Re: [lang] i18n package proposal

2004-01-30 Thread J.Pietschmann
Henri Yandell wrote: LocalizedMessageSource? and change getResourceKey to getMessageKey ? Other names: LocalizedMessagable LocalizedThrowableMessagable etc. Sounds good, but the scope should be [lang], [ressource] or the yet-to-create [i18n] project. J.Pietschmann --

cvs commit: jakarta-commons/math build.xml

2004-01-30 Thread mdiggory
mdiggory2004/01/30 11:53:33 Modified:math build.xml Log: Fixing version number. Revision ChangesPath 1.10 +14 -16jakarta-commons/math/build.xml Index: build.xml === RCS file: /home/cvs/j

Re: [math] running math tests on minotaur hangs

2004-01-30 Thread Phil Steitz
--- "Mark R. Diggory" <[EMAIL PROTECTED]> wrote: > Does anyone else encounter a hang when running the tests in maven on > minotaur? > > % maven test > > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.125 > sec > [junit] Running org.apache.commons.math.random.RandomDataT

cvs commit: jakarta-commons/math project.xml

2004-01-30 Thread mdiggory
mdiggory2004/01/30 11:52:08 Modified:math project.xml Log: Fixing email addresses and changing version to 1.0 Revision ChangesPath 1.39 +27 -32jakarta-commons/math/project.xml Index: project.xml =

Re: [math] "Straw man" release plan

2004-01-30 Thread Brent Redeker
Hello everybody, My name is Brent Redeker, and I've had some interest in the Commons Math project since I heard of it about a month ago. I've been meaning to offer any help I can give to the project, and perhaps I can be of some assistance in preparing for a 1.0 release. If the project could u

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/protocol Protocol.java SSLProtocolSocketFactory.java ProtocolSocketFactory.java DefaultProtocolSocketFactory.java

2004-01-30 Thread mbecke
mbecke 2004/01/30 11:23:15 Modified:httpclient/src/test/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH TestNoHost.java httpclient/src/java/org/apache/commons/httpclient/protocol Tag: HTTPCLIENT_2_0_BRANCH Protocol.

Re: [lang] i18n package proposal

2004-01-30 Thread Henri Yandell
Bad name, implies it's a Throwable but it's not. Also you wouldn't want to make it extend that. LocalizedMessageSource? and change getResourceKey to getMessageKey ? Other names: LocalizedMessagable LocalizedThrowableMessagable etc. [not that I'm agreeing with the interface's need, just sugges

Re: [lang] i18n package proposal

2004-01-30 Thread Todd V. Jonker
[Sorry, premature message send.] Mark R. Diggory wrote: > I don't think logging should be used for anything more than debugging > purposes. J.Pietschmann said: > Me too. I used the code snippet as an example of a typical application > level exception handling. I don't think a library must ben

[math] running math tests on minotaur hangs

2004-01-30 Thread Mark R. Diggory
Does anyone else encounter a hang when running the tests in maven on minotaur? % maven test [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.125 sec [junit] Running org.apache.commons.math.random.RandomDataTest RandomDataTest just hangs indefinitely, If I build on my worksta

Re: [lang] i18n package proposal

2004-01-30 Thread Todd V. Jonker
I don't think a library must bend over backwards to support the poor programming practices of its users. That kind of poor exception handling is a well-documented anti-pattern. In any case, it shouldn't be the exception's responsibility to locate resource bundles or message formats. How about so

testing email delivery problems

2004-01-30 Thread Steve Cohen
please ignore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [lang] i18n package proposal

2004-01-30 Thread Todd V. Jonker
This case sounds like a contract violation on the part of the caller, so throwing IllegalArgumentException is entirely reasonable. In fact that's exactly what I advise for all caller-side contract violations. On Thu, 29 Jan 2004 14:17:46 -0500, "Inger, Matthew" <[EMAIL PROTECTED]> said: > I had a

RE: [configuration] referencing properties across files bug/feature?

2004-01-30 Thread Eric Pugh
Did you read the section here: http://jakarta.apache.org/commons/configuration/examples.html? The latest version has been reworked to make overrides simpler to do. Here is the guts: Notice the versus ? Also, check out one of the nightly builds from here: htt

[configuration] referencing properties across files bug/feature?

2004-01-30 Thread Charles Crouch
Hello, I have a question regarding referencing properties across different property files. I've tried using both commons-configuration-20030706.202021.jar and commons-configuration-20040121.140929.jar. The setup I have is the following: config-override.properties baseURL=http://localhost:90

[JIRA][Bugzilla][HttpClient] should I stay or should I go?

2004-01-30 Thread olegk
I sent the message below to [EMAIL PROTECTED] and [EMAIL PROTECTED] a week ago following a rather animated discussion on this list about prospects of Jakarta Commons wholesale migration to JIRA. Apparently our infrastructure people have enough on their plates these days, so I can't blame them for b

Re: [release managers] Rsync with Apache's Maven repository

2004-01-30 Thread Mark R. Diggory
Ryan Hoegg wrote: In any case, in my mind one should not be deploying SNAPSHOTs to the "release" repository anyway, its only for releases. Further, it seems to me to be a dubious practice to cut a release with a SNAPSHOT dependency in project.xml. -- Ryan Hoegg ISIS Networks http://www.isisn

Re: [math] logo

2004-01-30 Thread Mark R. Diggory
Phil Steitz wrote: Mark R. Diggory wrote: Phil's planning to update the look and feel of the site, heres a new logo to fit on the white background. http://cvs.apache.org/viewcvs.cgi/jakarta-commons/math/xdocs/images/math.gif?rev=1.2&view=markup -Mark I committed the l&f changes. I like th

[CLI] Refactoring plans

2004-01-30 Thread Rob Oxspring
This is just a quick heads up to let you know what I've got planned in the next few days for the cli2 package (on the ROXSPRING branch) it's mostly refactoring and minor stuff before I get back to experimenting with option paths. 1) Refactor CommandLine. This class is getting pretty big and I'm

Re: [release managers] Rsync with Apache's Maven repository

2004-01-30 Thread Ryan Hoegg
Mark R. Diggory wrote: __matthewHawthorne wrote: Paul Libbrecht wrote: Well... no, that means you would depend on daily build for all of Apache projects which definitely not the intent. Is it really a problem to have >one< project-name-SNAPSHOT.jar ? (and no dated things)? I disagree. I

Re: [math] logo

2004-01-30 Thread Phil Steitz
Mark R. Diggory wrote: Phil's planning to update the look and feel of the site, heres a new logo to fit on the white background. http://cvs.apache.org/viewcvs.cgi/jakarta-commons/math/xdocs/images/math.gif?rev=1.2&view=markup -Mark I committed the l&f changes. I like the [math] thing in the l

[math] "Straw man" release plan

2004-01-30 Thread Phil Steitz
After reviewing I agree with Mark that we should be aiming for a 1.0 release of [math]. Here is a "straw man" plan, with lots of detail missing. 1. Complete the following code / doco tasks a. Finish the User Guide b. Finalize and execute RealMatrix

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

2004-01-30 Thread epugh
epugh 2004/01/30 06:53:11 Modified:configuration/xdocs changes.xml Log: Update changes Revision ChangesPath 1.7 +5 -4 jakarta-commons/configuration/xdocs/changes.xml Index: changes.xml ===

Re: [release managers] Rsync with Apache's Maven repository

2004-01-30 Thread Mark R. Diggory
__matthewHawthorne wrote: Paul Libbrecht wrote: On 30-Jan-04, at 06:20 Uhr, __matthewHawthorne wrote: Mark R. Diggory wrote: A.) Version Releases /www/www.apache.org/dist/java-repository b.) Daily Builds /www/cvs.apache.org/builds/java-repository c.) Archives /www/archives.apache.org/dist

cvs commit: jakarta-commons/configuration/src/java/org/apache/commons/configuration ConfigurationException.java HierarchicalDOM4JConfiguration.java PropertiesConfiguration.java DOM4JConfiguration.java BasePropertiesConfiguration.java ConfigurationFactory.java ClassPropertiesConfiguration.java

2004-01-30 Thread epugh
epugh 2004/01/30 06:46:37 Modified:configuration/src/test/org/apache/commons/configuration TestConfigurationFactory.java configuration/src/java/org/apache/commons/configuration HierarchicalDOM4JConfiguration.java

Re: [release managers] Rsync with Apache's Maven repository

2004-01-30 Thread Mark R. Diggory
Yes, order of these would be up to the developers. But, ordering of these does not necessarily dictate with file is used in the case of snapshot, I believe in such a case the snapshots are compared in the two repositories for underlying version backing them, the newest of the two versions is us

[jelly] Ant's parallel task works differently when invoked via Jelly

2004-01-30 Thread Jefferson K. French
When I invoke the following via Ant: Thread one sleeping for three seconds Thread one done sleeping Thread two sleeping for one second Thread two done sleeping All threads complete I get the output I expec

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

2004-01-30 Thread psteitz
psteitz 2004/01/30 06:19:26 Modified:math project.properties project.xml Log: Converted to commons standard l&f. Revision ChangesPath 1.13 +1 -0 jakarta-commons/math/project.properties Index: project.properties

Re: [release managers] Rsync with Apache's Maven repository

2004-01-30 Thread Joe Germuska
At 10:38 PM -0500 1/29/04, Mark R. Diggory wrote: Because only /www/www.apache.org/dist/java-repository is mirrored to ibiblio, only versioned releases get exposed through the default maven repository settings. Apache developers who wish to be testing against the "bleeding edge" only need to add

cvs commit: jakarta-commons/math/xdocs/stylesheets maven.css print.css tigris.css

2004-01-30 Thread psteitz
psteitz 2004/01/30 06:16:10 Modified:math/xdocs navigation.xml Added: math/xdocs/style maven.css print.css project.css tigris.css Removed: math/xdocs/stylesheets maven.css print.css tigris.css Log: Converted to commons standard l&f. Revision ChangesPath 1.9

Re: [release managers] Rsync with Apache's Maven repository

2004-01-30 Thread __matthewHawthorne
Paul Libbrecht wrote: On 30-Jan-04, at 06:20 Uhr, __matthewHawthorne wrote: Mark R. Diggory wrote: A.) Version Releases /www/www.apache.org/dist/java-repository b.) Daily Builds /www/cvs.apache.org/builds/java-repository c.) Archives /www/archives.apache.org/dist I think I like this idea. The

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

2004-01-30 Thread epugh
epugh 2004/01/30 06:05:01 Modified:configuration/xdocs changes.xml examples.xml overview.xml configuration/src/test/org/apache/commons/configuration TestPropertiesConfiguration.java configuration/conf test.properties

cvs commit: jakarta-commons/math/xdocs/style - New directory

2004-01-30 Thread psteitz
psteitz 2004/01/30 06:02:49 jakarta-commons/math/xdocs/style - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [lang] Array concat?

2004-01-30 Thread Henri Yandell
Y'know, he might be right about concat *grin shamefacedly* Sorry, Hen On 29 Jan 2004, Janek Bogucki wrote: > On Thu, 2004-01-29 at 12:05, Gary Gregory wrote: > > Ah, I do recall "join" now, much better. > > > > Thanks, > > Gary > > concat is the best choice because join implies the introductio

Re: [configuration] unescaping properties

2004-01-30 Thread Emmanuel Bourg
I would consider the exception changes i mentioned last week for 1.0 Back to unescaping, we should also escape characters on saving, it can be done with this change in BasePropertiesConfiguration: @@ -428,7 +429,7 @@ { write(key); write(" = "); -write(value != null ? value : "");

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2/validation NumberValidator.java

2004-01-30 Thread roxspring
roxspring2004/01/30 02:39:11 Modified:cli/src/java/org/apache/commons/cli2/validation Tag: RESEARCH_CLI_2_ROXSPRING NumberValidator.java Log: NumberFormat.getIntegerInstance() doesn't exist in Java 1.3 Revision ChangesPath No revi

[jira] Created: (JELLY-105) Nested element's setName() called with name of tag

2004-01-30 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=JELLY-105 Here is an overview of the issue: ---

Re: [release managers] Rsync with Apache's Maven repository

2004-01-30 Thread Paul Libbrecht
On 30-Jan-04, at 06:20 Uhr, __matthewHawthorne wrote: Mark R. Diggory wrote: A.) Version Releases /www/www.apache.org/dist/java-repository b.) Daily Builds /www/cvs.apache.org/builds/java-repository c.) Archives /www/archives.apache.org/dist I think I like this idea. The abundance of snapshot

RE: [lang] Array concat?

2004-01-30 Thread Tim Reilly
I've been trying to resist commenting (since I've not contributed anything here) but I agree with Janek; an Array's join method has a different meaning in other languages (ECMAScript, VBScript, and others). IMHO following the expectations users have who know the other languages helps the usability