Tomas Restrepo wrote
Finally, am I right in assuming that given NAnt's current behavior when
>loading the buildfiles, this would require that an element can only be
>refid'd _after_ the original element with such _id_ appears? IOW, in a
>sortta-programming-language-like way, elements can only be referenced after
>they have been defined?
>
>
>
I think so. Right now property expansion doesn't happen until just
before task execution so that would kinda mandate define before
reference semantics. The other issue is property expansion itself. If
you're using a referenced Fileset that has a number of ${property} 's -
do you use the value of ${property} as it was when the Fileset was
defined or what it is now - where its referenced. I'm thinking you'd
probably want to re-evaluate the properties.
Ian
>
>
-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers