I do not think it needs to say local. <attribute/> does not say local.
Remember, <define/> creates a string that is global.
But every execution of <define/> associates the name with the new string
for the scope of the <macrodef/> just like an attribute name
associate the name of the attribute with its value for the scope of the
<macrodef/>
So,I prefer plain <define/> because it is simple.
Jose Alberto
> -----Original Message-----
> From: Alexey N. Solofnenko [mailto:A.Solofnenko@mdl.com]
> Sent: 12 January 2005 18:30
> To: Ant Developers List
> Subject: Re: local properties
>
>
> It does not say "local" anywhere. Should it be <define-local>?
>
> - Alexey.
>
> Peter Reilly wrote:
>
> > I can do that.
> > Is "define" a good name ?
> >
> >
> > Peter
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|