This remind me what ANT does with the Property task.
http://ant.apache.org/manual/CoreTasks/property.html
You can import a java property file at runtime. Great for per-developer
properties such as login/pw for DB... 

> What do you thing about a way to setup variable substitution from
> something else that system variables ? Something like :
> <log4j:configuration>
>     <!-- imports properties from a property file -->
>     <variables properties="file://my.properties"/>
>     <!-- imports properties from a property file using default system
> variable substritution -->
>     <variables properties="file://${home.properties}/my.properties"/>
> ...
> Nico.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to