On Wed, 18 Jun 2003 07:10 am, Alexey Solofnenko wrote:
> There seems a bug in <scriptdef> - it does not expand properties:
>
> <scriptdef name="test" language="jython">
> <attribute name="name"/>
> #script
> print ">>>>>> name='"+str(attributes.get('name'))+"'"
> </scriptdef>
> <property name="test" value="--test--"/>
> <test name="${test}"/>
>
> prints
>
> >>>>>> name='${test}'
>
> Do I need to do it manually?
>
No, it's a bug - I'll look into it.
Thanks
Conor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]