|
this would require a change to the .mdo files, which isn't going to happen until post-2.0-final, especially since it's not a bug. We'll revisit syntax for 2.1, and apply lessons learned from 2.0 then. I haven't looked closely, but I think that this should be fixed while we still have the opportunity to do it. Otherwise we need to perpetually support it... The activation property is not the same as any old configuration parameter. For one thing, we're not (currently) supporting combinatorial logic for multiple properties, which means that using a flat MAP style is leaving the door open to problems of multiple property specification. Perhaps I'd better rename the activation property to <systemProperty>, where the separation is more clear. In all other cases, properties are a map, or a DOM. In this case, I want the semantics to clearly support one property specification. John, with your above comment then is this issue pretty much closed? This is also an issue for plugins that use properties. The plugin documentation states: Properties This category covers any map which implements java.util.Properties. These parameters are configured by including XML tags in the form <key>value</key> in the parameter configuration. However, properties are actually configured using the <property><name/><value/></property> format. |
|||||||||||||||||||||||||||||||||||||||||||||||||
no more changes for beta-1