> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Jody Williams
> Sent: dinsdag 7 maart 2006 22:00
> To: Gert Driesen
> Cc: nant-users@lists.sourceforge.net
> Subject: RE: [NAnt-users] C# custom function
>
> Th
TED]
Sent: Tuesday, March 07, 2006 12:32 PM
To: Jody Williams
Cc: nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] C# custom function
> -Original Message-
> From: Jody Williams [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 7 maart 2006 19:33
> To: Gert Dr
> -Original Message-
> From: Jody Williams [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 7 maart 2006 19:33
> To: Gert Driesen
> Cc: nant-users@lists.sourceforge.net
> Subject: RE: [NAnt-users] C# custom function
>
> The link to the Boolean custom function helped.
&
, March 07, 2006
12:33 AM
To: Jody Williams;
nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] C#
custom function
Hi Jody,
I'm not sure where you found that information, but Function
and FunctionSet have not been replaced.
For an example, you can always
ionString = "Integrated Security=SSPI;"
+<BR>
"database=" + mgmtDb + ";server=" +
server;<BR>
return (ce.Assemblies[assemblyName] !=
null);<BR>
}<BR> ]]><BR>
</code><BR>
I’ve just started using NAnt, and the documentation I’ve
found on writing custom functions seems to be out of date. It looks like FunctionSet
and Function have been replaced. I thought I found the correct replacements,
but when I try to copy my .dll to the nant directory and call the functi