| This method reads all *.properties file from the location specified by
MetaBoss.Home system property. After reading it proceeds to resolve possible
macros inside property values and after that it updates System properties with it
If MetaBoss.Home property is not defined - warning message is logged
If no properties file has not been found - warning message is logged
Note that files are loaded in no particular order, so duplicate key names would
override each other and the surviving value is unpredictable.
Also note that this method does not use commons logging in order to give
application achance to load properties prior to initialising the logging
|