Christopher Lenz wrote:
Hi all,
in the light of a final release of 1.6 next week, I think the DynamicConfigurator issue with namespaces needs to be resolved. I can't believe I'm the only one who has a problem with the current implementation, which concatenates the namespace URI and the local name of the element to pass it into DynamicConfigurator#createDynamicElement. This is a change that breaks backwards compatibility because the semantics of the method is changed.
So I wonder: why not just pass the elements local name to the method? That would preserve the semantics from 1.5 (except if the build file writer has decided to use colon-separated prefixes in element names [1]).
Ok this is commited now.
The elements local name is passed to the method. The name will be converted to lower case before hand to
be compatible with ant 1.5.
Peter
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]