interpolate include file names
------------------------------
Key: CONFIGURATION-387
URL: https://issues.apache.org/jira/browse/CONFIGURATION-387
Project: Commons Configuration
Issue Type: Improvement
Reporter: ron
Priority: Minor
currently file names are not interpolated.
thus
inlude=${os.name}.${os.arch}.libs.conf
throws an exception.
adding fileName = interpolate(fileName);
to PropertiesConfiguration.loadIncludeFile()
resolves the issue.
- Ron
http://yajsw.sourceforge.net
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.