RE: [configuration] Apache Commons Configuration Version 2

2015-05-06 Thread DiFrango, Ronald (CONT)
at 20:07, Oliver Heger oliver.he...@oliver-heger.de wrote: Hi Ron, Am 06.05.2015 um 03:38 schrieb DiFrango, Ronald (CONT): Oliver, I guess I could build it from source and store it in our local Nexus until a release version is built. this is of course possible. I do not expect major

RE: [configuration] Apache Commons Configuration Version 2

2015-05-05 Thread DiFrango, Ronald (CONT)
Oliver, I guess I could build it from source and store it in our local Nexus until a release version is built. Ron DiFrango -Original Message- From: DiFrango, Ronald (CONT) [mailto:ronald.difra...@capitalone.com] Sent: Tuesday, May 05, 2015 4:23 PM To: Commons Users List Subject: RE

[configuration] Apache Commons Configuration Version 2

2015-05-05 Thread DiFrango, Ronald (CONT)
All, Is Apache commons configuration in maven central or some other repo? I'm using Gradle and pointing to an internal Nexus repo that is a proxy for Maven central and I can't resolve it as follows: compile group: 'org.apache.commons', name: 'commons-configuration2', version: '2.0-alpha2'

RE: [configuration] Apache Commons Configuration Version 2

2015-05-05 Thread DiFrango, Ronald (CONT)
, Ron -Original Message- From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] Sent: Tuesday, May 05, 2015 4:20 PM To: Commons Users List Subject: Re: [configuration] Apache Commons Configuration Version 2 Hi Ron, Am 05.05.2015 um 22:09 schrieb DiFrango, Ronald (CONT): All

Commons Config: Variable Interpolation

2014-07-11 Thread DiFrango, Ronald (CONT)
I'm attempting to perform Variable Interpolation as outlined here: http://commons.apache.org/proper/commons-configuration/userguide/howto_basicfeatures.html#Variable_Interpolation I'm using an XML file as the starter so I added the following blurb to the beginning of the file: header

RE: Commons Config: Variable Interpolation

2014-07-11 Thread DiFrango, Ronald (CONT)
, Ronald (CONT) [mailto:ronald.difra...@capitalone.com] Sent: Friday, July 11, 2014 10:49 AM To: user@commons.apache.org Subject: Commons Config: Variable Interpolation I'm attempting to perform Variable Interpolation as outlined here: http://commons.apache.org/proper/commons-configuration

Conditional Configuration Keys

2014-02-13 Thread DiFrango, Ronald (CONT)
All, I searched around and could find an answer, I have a set of properties where I want to conditionally select them based upon environment variables. For example, I have the following set: schemas.default=DB schemas.perf=PERF schemas.qa=QA schemas.int=INT And I would like to do something

RE: Conditional Configuration Keys

2014-02-13 Thread DiFrango, Ronald (CONT)
Message- From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] Sent: Thursday, February 13, 2014 3:14 PM To: Commons Users List Subject: Re: Conditional Configuration Keys Hi Ron, Am 13.02.2014 20:53, schrieb DiFrango, Ronald (CONT): All, I searched around and could find an answer, I have