RE: [NAnt-users] C# custom function

2006-03-08 Thread Gert Driesen
> -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

RE: [NAnt-users] C# custom function

2006-03-07 Thread Jody Williams
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

RE: [NAnt-users] C# custom function

2006-03-07 Thread Gert Driesen
> -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. &

RE: [NAnt-users] C# custom function

2006-03-07 Thread Jody Williams
, 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

Re: [NAnt-users] C# custom function

2006-03-07 Thread Gert Driesen
ionString = "Integrated Security=SSPI;" +<BR>    "database=" + mgmtDb + ";server=" + server;<BR>    return (ce.Assemblies[assemblyName] != null);<BR>    }<BR>    ]]><BR>    </code><BR>  

[NAnt-users] C# custom function

2006-03-06 Thread Jody Williams
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