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=41702>. 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=41702 ------- Additional Comments From [EMAIL PROTECTED] 2007-04-23 05:20 ------- the configuration has been changed: now only one <template id=""/> element is allowed in publication.xconf, so the multi-inheritance stuff is "officially" dead. but under the hood, the code is still there. i tried to rip it out, but i ran into no end of problems. iirc currently we have an array of strings (with either zero or one elements). i tried to change it into a single string and tried either "" or null for "no template", but there were be NPEs all over the place, because some pieces of code test for Templates[0] != ""/null, others check Templates.length... i postponed the fix because i needed to get other stuff done. since it is hidden from the user, we can just as well remove it by 1.4.1... wdyt? -- 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]
