RE: [all] exceptions and localization

2007-01-29 Thread luc . maisonobe
Selon Jörg Schaible [EMAIL PROTECTED]: you cannot build a common library with meaningful exception messages (or log entries) that really makes sense for a user in the context of an application that builds on it. This is often true, in this case the exception is caught by some middle layer

[jira] Created: (LAUNCHER-5) Commons Launcher Excessive CPU Consumption

2007-01-29 Thread Rick Moynihan (JIRA)
Commons Launcher Excessive CPU Consumption Key: LAUNCHER-5 URL: https://issues.apache.org/jira/browse/LAUNCHER-5 Project: Commons Launcher Issue Type: Bug Affects Versions: Nightly Builds,

[jira] Created: (LAUNCHER-6) Launcher support for multiple config files.

2007-01-29 Thread Rick Moynihan (JIRA)
Launcher support for multiple config files. --- Key: LAUNCHER-6 URL: https://issues.apache.org/jira/browse/LAUNCHER-6 Project: Commons Launcher Issue Type: Improvement Affects Versions: Nightly

[jira] Updated: (LAUNCHER-6) Launcher support for multiple config files.

2007-01-29 Thread Rick Moynihan (JIRA)
[ https://issues.apache.org/jira/browse/LAUNCHER-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Moynihan updated LAUNCHER-6: - Attachment: launcher-tasks.patch Patch to enable the ImportTask and the EchoTask. This allows

Re: [net] Latest 2.0 RC Ready

2007-01-29 Thread sebb
On 28/01/07, Rory Winston [EMAIL PROTECTED] wrote: (Resending as I left out commons-user) Hi all I have cut a new RC, with some changes and fixes, many of which were distribution-related and suggested by Niall earlier (thanks Niall). RC (minus MD5s etc for now) is here:

Re: [all] exceptions and localization

2007-01-29 Thread sebb
On 29/01/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Selon Jörg Schaible [EMAIL PROTECTED]: [...] My bottom line: If you build an application, you have to do localization (of exception and logging) at the application layer, because only there you can give the user a context, that is

[jira] Created: (VALIDATOR-221) DateValidator considers 02/29 with format MM/dd invalid

2007-01-29 Thread Carsten Drossel (JIRA)
DateValidator considers 02/29 with format MM/dd invalid --- Key: VALIDATOR-221 URL: https://issues.apache.org/jira/browse/VALIDATOR-221 Project: Commons Validator Issue Type: Bug

[jira] Created: (SANDBOX-185) setWatchDog method in DefaultExecutor has no affect

2007-01-29 Thread Bindul Bhowmik (JIRA)
setWatchDog method in DefaultExecutor has no affect --- Key: SANDBOX-185 URL: https://issues.apache.org/jira/browse/SANDBOX-185 Project: Commons Sandbox Issue Type: Bug Components:

[jira] Updated: (SANDBOX-185) setWatchDog method in DefaultExecutor has no affect

2007-01-29 Thread Bindul Bhowmik (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bindul Bhowmik updated SANDBOX-185: --- Attachment: default-executor.patch Patch for the setter fix setWatchDog method in

[jira] Updated: (SANDBOX-185) [exec] setWatchDog method in DefaultExecutor has no affect

2007-01-29 Thread Bindul Bhowmik (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bindul Bhowmik updated SANDBOX-185: --- Summary: [exec] setWatchDog method in DefaultExecutor has no affect (was: setWatchDog

Re: [net] Latest 2.0 RC Ready

2007-01-29 Thread Niklas Gustavsson
Rory Winston wrote: (Resending as I left out commons-user) Hi all I have cut a new RC, with some changes and fixes, many of which were distribution-related and suggested by Niall earlier (thanks Niall). RC (minus MD5s etc for now) is here:

Re: [all] exceptions and localization

2007-01-29 Thread Stephen Colebourne
Jörg Schaible wrote: My bottom line: If you build an application, you have to do localization (of exception and logging) at the application layer, because only there you can give the user a context, that is really useful. This implies catching exceptions from libraries and wrapping them

[jira] Commented: (VALIDATOR-221) DateValidator considers 02/29 with format MM/dd invalid

2007-01-29 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468434 ] Niall Pemberton commented on VALIDATOR-221: --- This is a valid point but DateValidator is built on the

[jira] Commented: (COLLECTIONS-239) In LinkIterator hasPrevious() is not working properly for the first entry

2007-01-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468439 ] Henri Yandell commented on COLLECTIONS-239: --- Looking at trunk, the actual code is:

[jira] Updated: (COLLECTIONS-234) Please provide nightly builds of collections_jdk5_branch

2007-01-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-234: -- Fix Version/s: Generics Please provide nightly builds of collections_jdk5_branch

[jira] Updated: (COLLECTIONS-232) Some tests contain assertEquals arguments in the incorrect order

2007-01-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-232: -- Fix Version/s: 3.3 Some tests contain assertEquals arguments in the incorrect

Re: [all] exceptions and localization

2007-01-29 Thread Luc Maisonobe
Concluding the thread. Adding localization to exception is considered a wrong move by most people. Adding an API to allow localization to be performed at application level is a good way but implies probably both a large number of classes and a large number of new methods (for example Mantissa

Re: [all] exceptions and localization

2007-01-29 Thread Craig McClanahan
On 1/28/07, Stephen Colebourne [EMAIL PROTECTED] wrote: Phil Steitz wrote: I am interested in what others have to say about this as a general practice for commons. For [math] specifically, I think it is important that we can fit seamlessly into localized applications, and we are

[jira] Commented: (VALIDATOR-221) DateValidator considers 02/29 with format MM/dd invalid

2007-01-29 Thread Carsten Drossel (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468523 ] Carsten Drossel commented on VALIDATOR-221: --- I have a work-around (but I'm not very proud of it). When