On 12/13/00 12:36 AM, "Stefan Bodewig" <[EMAIL PROTECTED]> wrote:
> there have been numerous people on ant-user bitten by the fact that
> Ant currently doesn't expand ${} in any attribute of <project> and
> <target>.
>
> Does anybody object against expanding them in these attributes as
> well? I.e. Ant would expand ${} in all attributes, making it more
> consistent.
Actually, if defined as things that get resolved until needed (task
execution time), then they don't make since in projets or targets. As well,
in order to have a sane parse, you'd have to make sure all properties were
loaded before construction projects/targets began. This either means that
all properties are defined before targets -- or a multi pass of the build
file gets made.
So, currently I'd object.
--
James Duncan Davidson [EMAIL PROTECTED]
!try; do()