[configuration] PropertiesConfiguration include functionality broken

2005-10-27 Thread Lewis, Cory \(Genworth\)
Hi. I believe I've found a bug in commons-configuration 1.1. Basically, PropertiesConfiguration will not actually include files in an include directive until the original properties file has been reloaded. An example: [prefs.properties] include=other.properties foo=pref test1

RE: [configuration] PropertiesConfiguration include functionality broken

2005-10-28 Thread Lewis, Cory \(Genworth\)
Lewis, Cory (Genworth) schrieb: Hi. I believe I've found a bug in commons-configuration 1.1. Basically, PropertiesConfiguration will not actually include files in an include directive until the original properties file has been reloaded. An example: [prefs.properties] include