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=34362>. 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=34362 ------- Additional Comments From [EMAIL PROTECTED] 2005-04-08 16:07 ------- I think youve touched upon the main issue. We create configurations but do not retain the location.. thus forcing us to re-discover the location when saving. A simple strategy that might work is no matter how the filename / path is fead to the code, we resolve its URL and store the URL as part of the configuration. Save() methods will no longer resolve the path, instead they will just read the currently stored URL. Using a URL is best as it will enable in jar references. As for there being no consense... I think thats when a project leader(s) just have to make a choice and go with it. This is a reasonably serious bug. I was looking to use this library in a project... but without this feature working properly its a total show stopper for me. I'd be happy to implement the changes to use URL. (Id even rewrite the unit tests and use a new line for { format... ) -- 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]
