The dynamic attribute of <property> task is defined as "Specifies whether references to other properties should not be expanded when the value of the property is set, but expanded when the property is actually used. By default, properties will be expanded when set."
OK, does that mean: * The value of the dynamic property is expanded once on the FIRST use of the property. * The value of the property is re-expanded on EACH use of the property. * If the value contains functions, the functions are re-evaluated when the property is (re-)expanded. It would be neat if the value of a dynamic property were completely re-evaluated each time the property were referenced because that would name a property reference into a simple argument-less function call. If that can be done, you ought to brag about it in the documentation. Merrill ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
