On Tue, 2008-09-16 at 09:46 -0400, Ryan McKinley wrote: > I'm struggling a bit with having the things defined with @proprty@ in > the configs -- Unless I'm missing something, that seems to force you > to use ant to run the app (so you get the replacement).
I opened LABS-151 for it. I agree and as well with LABS-144. The core should not even depend on Spring since it should not be obligatory to use. Oleg's example of the SimpleRunTime proof this. If you find the time please go ahead. I may find time again this night. salu2 > > Any reason we can't just use: ${property} and add something like > this to the config? > > <bean id="placeholderConfig" > > class > = > "org > .springframework.beans.factory.config.PropertyPlaceholderConfigurer"> > <property name="locations"> > <list> > <value>classpath:application.properties</value> > </list> > </property> > <property > name > ="systemPropertiesModeName"><value>SYSTEM_PROPERTIES_MODE_OVERRIDE</ > value></property> > </bean> > > This way the properties could be set from the command line - > Ddroids.maxThread or from a external file. > > ryan -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]