Here's a special case for which I can't seem to the configuration merge tags
right.

Base:
<a> <b x="1" y="2"/></a>

Layer:
<a> <b x="2" excalibur-configuration:merge="true"
excalibur-configuration:key-attribute="x"/></a>

I want the result to be:
<a> <b x="2" y="2"/></a>

But I get a start-up telling me that it can't find attribute "y" in the
layer file.
org.apache.avalon.framework.configuration.ConfigurationException: No
attribute named "y" is associated with the configuration element "b" at
file:/D:/phoenix-4.0.4/conf/my-sar/a.xml:3:116

I don't want the attribute named "y" in my layer file.  Is that possible?
If so, what is wrong with my tags?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to