On Fri, May 24, 2013 at 12:39:04PM +0000, Lorenz wrote: > I'm playing around with the new custom keyword expansion. > > I would like to create a keyword like: > > > SAL-EAGLE="/><attribute%_name="BRD-SVN-REV"%_value="%r"/><attribute%_name="dummy"%_value=" > > Problem is, that as soon as I incorporate a '=' character in my > definition, keyword expansion for that keyword stops working. > > I this a bug or a feature 8-) > > Could that be fixed/changed? For instance by defining %= similar to %_ > > > The goal is to expand > > <attribute name="SAL" value="SAL-EAGLE:$"> > > to > > <attribute name="SAL" value="SAL-EAGLE:"/><attribute > name="BRD-SVN-REV" value="1234"/><attribute name="dummy" value=" $"> > > I anyone is interested in why I want to do such obscure things, just > ask and I try to explain 8-) > > > > And last but not least: could that be incorporated into the 1.8 > release? > Pretty, pretty please.
Fixed in http://svn.apache.org/r1486072 and nominated for backport to the 1.8.x series. Not sure if this fix will make 1.8.0, but it should make 1.8.1. Thanks for your report!