> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jody Williams > Sent: dinsdag 7 maart 2006 22:00 > To: Gert Driesen > Cc: [email protected] > Subject: RE: [NAnt-users] C# custom function > > Thank you for the clarifications. > > I did search xml files, the SDK doc, and all of the rest of the doc I > could find to try to find out where Function and FunctionSet were > supposed to be, and I kept finding things like FunctionAttribute and > FunctionSetAttribute which had the right description, but no > mention of > [Function or [FunctionSet. Is there an easy way to find the mapping > from e.g. Function to NAnt.Core.Attributes?
[Function] is just a C# shortcut for [FunctionAttribute]. > It would also be good to add your comment on the way .dlls are loaded, > or a link to it, somewhere in the fundamentals section of the doc. The > doc on custom tasks currently reads: It's now available here: http://nant.sourceforge.net/nightly/latest/help/fundamentals/tasks.html#task loader Gert ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ NAnt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
