Re: First post, ExtendedProperties question

2008-05-14 Thread csanders
Ahh, and Velocity uses getProperty() . Thanks for all your help on this Emmanuel, and your posts to the Velocity mailing list :). You're a gentleman and a scholar! Charlie Emmanuel Bourg wrote: csanders a écrit : Yep, here is the code: CompositeConfiguration config

Re: First post, ExtendedProperties question

2008-05-14 Thread csanders
dedProperties(config); TEMPLATE_HOME is the env var, and the getProperty() does expand it, but the file.resource.loader.path just returns ${TEMPLATE_HOME} . Thanks, Charlie Emmanuel Bourg wrote: csanders a écrit : I'm having a little trouble getting the interpolation to work, I have a prop

Re: First post, ExtendedProperties question

2008-05-14 Thread csanders
this ? Thanks, Charlie Emmanuel Bourg wrote: csanders a écrit : We have a project that uses Velocity, which uses ExtendedProperties, which we want to extend to interpolate environmental variables and system properties. Does anyone have any objection / suggestion for this ? Is we write the pat

Re: [collections] ExtendedProperties javadoc

2008-05-14 Thread csanders
Heh I saw that too. Great! Thanks Emmanuel, exactly what I needed! Charlei Emmanuel Bourg wrote: The javadoc of ExtendedProperties states: "Please consider using the PropertiesConfiguration class in Commons-Configuration as soon as it is released." As far as I know, Commons Configuration h

Re: First post, ExtendedProperties question

2008-05-13 Thread csanders
user list. One example of searchable archives (there are others too): http://velocity.markmail.org/ -Rahul On 5/13/08, csanders <[EMAIL PROTECTED]> wrote: Hi! Sorry if this has been discussed already, I could not find a 'search' button on the list archives. We hav

First post, ExtendedProperties question

2008-05-13 Thread csanders
Hi! Sorry if this has been discussed already, I could not find a 'search' button on the list archives. We have a project that uses Velocity, which uses ExtendedProperties, which we want to extend to interpolate environmental variables and system properties. Does anyone have any objection /