>From: "James Geurts" <[EMAIL PROTECTED]>
>Sent: Tuesday, August 10, 2004 2:38 PM

> Is there a way to explicitly call a function?

There is yet another simple approach, which may be appropriate at times.
Simply
wrap the function in a target of its own, and call it using the <call> task,
e.g.

   <target name="CallMyFunction" >
       <script .....   </script>
   </target>
....
   <call name="CallMyFunction" />

It's probably a matter of taste and/or performance as to whether to use this
approach of the task approach.

Gary




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to