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=35621>.
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=35621





------- Additional Comments From [EMAIL PROTECTED]  2005-07-07 21:12 -------
Mark,

thanks for your analysis. You are right that the includesAllowed flag is not yet
set when the load() method is called by the constructor.

However PropertiesConfiguration overloads the setBasePath() method to set
includesAllowed to true if a base path is available. This works if the
properties are loaded from an absolute or relative path, but unfortunately not
when loaded from the classpath as in your test application. This is the reason
why our unit test for include properties works, though the file is loaded in the
constructor (TestPropertiesConfiguration.setUp()).

So the real problem seems to be once more the handling of the source file name
and path. I tend to believe that we need a completely new solution (Locators!)
to get rid off all of these problems.

Thank you for spotting this.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to