Re: [digester] new rule SetNestedPropertiesRule

2003-11-18 Thread robert burrell donkin
hi simon just to let you know that i would have committed your patch but there's a broken lock in cvs :( - robert On 17 Nov 2003, at 09:34, Simon Kitching wrote: On Tue, 2003-11-18 at 11:32, Simon Kitching wrote: Hi, Attached is a rule which behaves like a cross between SetPropertiesRule

Re: [digester] new rule SetNestedPropertiesRule

2003-11-18 Thread Simon Kitching
On Wed, 2003-11-19 at 12:30, robert burrell donkin wrote: hi simon just to let you know that i would have committed your patch but there's a broken lock in cvs :( Thanks Robert. Since the new rule is considered acceptable, here's a patch that adds the tests to build.xml. Hope that CVS

[digester] new rule SetNestedPropertiesRule

2003-11-17 Thread Simon Kitching
Hi, Attached is a rule which behaves like a cross between SetPropertiesRule and BeanPropertySetterRule-with-trailing-wildcard-match. point x7/x y8/y /point digester.addRule(point, new SetNestedPropertiesRule()); Note that the rule doesn't need to use ExtendedBaseRules with trailing

Re: [digester] new rule SetNestedPropertiesRule

2003-11-17 Thread Simon Kitching
On Tue, 2003-11-18 at 11:32, Simon Kitching wrote: Hi, Attached is a rule which behaves like a cross between SetPropertiesRule and BeanPropertySetterRule-with-trailing-wildcard-match. I should mention that this rule comes in very useful when using the Plugins module. That module does not