Re: [convert] Project restart ?

2006-08-01 Thread Andres Almiray
String.valueOf() TimeZonetoStringConverter - from TimeZone to String using getId() --- Ing. Andres Almiray Jaramillo http://jroller.com/page/aalmiray -- What goes up, must come down. Ask any system administrator. There are 10 types of people in the world: Those

Re: [convert] Project restart ?

2006-08-01 Thread Andres Almiray
to int yields an Exception, perhaps a lenient configurable version will do ?) --- Ing. Andres Almiray Jaramillo http://jroller.com/page/aalmiray -- What goes up, must come down. Ask any system administrator. There are 10 types of people in the world: Those who

Re: [convert] Project restart ?

2006-08-01 Thread Andres Almiray
. Andres Almiray Jaramillo http://jroller.com/page/aalmiray -- What goes up, must come down. Ask any system administrator. There are 10 types of people in the world: Those who understand binary, and those who don't. To understand recursion, we must first understand recursion

Re: [convert] Project restart ?

2006-07-31 Thread Andres Almiray
: (and then I promptly picked up a stomach bug and my weekend was a waste of time). On 7/28/06, Henri Yandell [EMAIL PROTECTED] wrote: I'll send some thoughts at the w/e - I've been afk for most of the week at oscon. Hen On 7/28/06, Andres Almiray [EMAIL PROTECTED] wrote: Hi

[convert] Project restart ?

2006-07-28 Thread Andres Almiray
a restart on the commons-convert project. Please let me know what you think about it. --- Ing. Andres Almiray Jaramillo http://jroller.com/page/aalmiray -- What goes up, must come down. Ask any system administrator. There are 10 types of people

[jira] Created: (LANG-274) Support for multidimensional array conversion

2006-07-25 Thread Andres Almiray (JIRA)
Support for multidimensional array conversion - Key: LANG-274 URL: http://issues.apache.org/jira/browse/LANG-274 Project: Commons Lang Issue Type: New Feature Reporter: Andres Almiray

[jira] Commented: (LANG-274) Support for multidimensional array conversion

2006-07-25 Thread Andres Almiray (JIRA)
[ http://issues.apache.org/jira/browse/LANG-274?page=comments#action_12423455 ] Andres Almiray commented on LANG-274: - Henry, There is a facade, ConvertUtils, that works very similar to its counterpart on beanutils. All the converters

[jira] Commented: (LANG-274) Support for multidimensional array conversion

2006-07-25 Thread Andres Almiray (JIRA)
[ http://issues.apache.org/jira/browse/LANG-274?page=comments#action_12423476 ] Andres Almiray commented on LANG-274: - Yes, the patch would be rather large. I'll try pitching the idea on the commons-dev list as you suggest. Support

[convert] Project status, new feature request

2006-07-25 Thread Andres Almiray
and wrappers to primitives. The String option allows for any bean that represents itself as the literal value of a primitive to be converted to a primitive. * converters for multidimensional arrays. --- Ing. Andres Almiray Jaramillo http://jroller.com/page

[jira] Updated: (LANG-267) Support char array converters on ArrayUtils

2006-07-04 Thread Andres Almiray (JIRA)
[ http://issues.apache.org/jira/browse/LANG-267?page=all ] Andres Almiray updated LANG-267: Attachment: commons-lang_ArrayUtils.patch Here is the code in patch format Support char array converters on ArrayUtils

[jira] Updated: (LANG-267) Support char array converters on ArrayUtils

2006-07-04 Thread Andres Almiray (JIRA)
[ http://issues.apache.org/jira/browse/LANG-267?page=all ] Andres Almiray updated LANG-267: Attachment: commons-lang_ArrayUtils-with-test.patch Yes, of course. I'm terribly sorry for forgetting the test, I left it behind =) Support char array

[jira] Created: (LANG-267) Support char array converters on ArrayUtils

2006-07-03 Thread Andres Almiray (JIRA)
Support char array converters on ArrayUtils --- Key: LANG-267 URL: http://issues.apache.org/jira/browse/LANG-267 Project: Commons Lang Type: New Feature Versions: 2.2 Reporter: Andres Almiray Priority: Minor

[jira] Updated: (LANG-267) Support char array converters on ArrayUtils

2006-07-03 Thread Andres Almiray (JIRA)
[ http://issues.apache.org/jira/browse/LANG-267?page=all ] Andres Almiray updated LANG-267: Attachment: ArrayUtils.txt Implementation based on similar methods Support char array converters on ArrayUtils