DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36383>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36383
Summary: properties file with include in subdir does not work as
expected
Product: Commons
Version: 1.1 Final
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P2
Component: Configuration
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: denis.koelewijn@atosorigin.com
I use a Configuration Factory to create a Composite Configuration which points
to properties files in subdirectories. If these properties files use the include
statement to include other files, these files are expected at the root directory
instead of the directory of the properties files.
eg:
config/config.xml (points to properties files below)
config/module1/module1.properties
config/module1/extra.properties
config/module2/module2.properties
If I want to include extra.properties in module1.properties, then I need to
write include=module1/extra.properties, which is ackward
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|