RE: [NAnt-users] retrieving current project in custom functions
return value; } } ]]> </code> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Helmut Dipper Sent: Friday, January 20, 2006 8:19 AM To: nant-user
[NAnt-users] retrieving current project in custom functions
Hello, sometimes it may be necessary to use the current project in custom functions defined via script-task, e.g. for the method GetPropertyValue from class Nant.Core.ExpressionEvaluator. How can the current project be retrieved? Using ScriptMain is no solution for nested builds. Or how can proper