RE: [Configuration] Problems with properties containing integers in the name

2004-02-12 Thread Eric Pugh
: [Configuration] Problems with properties containing integers in the name I've tried to use the configuration component but ran into the following problems. I wanted to export a configuration (stored in a .properties file) to an xml. The problem is that i had some properties like

RE: [Configuration] Problems with properties containing integers in the name

2004-02-12 Thread Eric Pugh
, February 11, 2004 2:35 PM To: Jakarta Commons Users List Subject: RE: [Configuration] Problems with properties containing integers in the name I got another problem also. I want to have a string representation of the configuration without using a temporary file (as the Configuration

RE: [Configuration] Problems with properties containing integers in the name

2004-02-12 Thread Eric Pugh
[mailto:[EMAIL PROTECTED] Envoyé : jeudi 12 février 2004 13:13 À : 'Jakarta Commons Users List' Objet : RE: [Configuration] Problems with properties containing integers in the name Check out this method: http://jakarta.apache.org/commons/configuration/apidocs/org/ap ache/commons/c

[Configuration] Problems with properties containing integers in the name

2004-02-11 Thread Guillaume Nodet
I've tried to use the configuration component but ran into the following problems. I wanted to export a configuration (stored in a .properties file) to an xml. The problem is that i had some properties like this: xxx.yyy.1=zzz1 xxx.yyy.2=zzz2 ... Two problems arose: * the

RE: [Configuration] Problems with properties containing integers in the name

2004-02-11 Thread Guillaume Nodet
... Regards, Guillaume -Message d'origine- De : Guillaume Nodet [mailto:[EMAIL PROTECTED] Envoyé : mercredi 11 février 2004 14:28 À : [EMAIL PROTECTED] Objet : [Configuration] Problems with properties containing integers in the name I've tried to use the configuration component but ran