That is indeed the recommended procedure for referencing third party "extension" assemblies ...

Gert

----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 3:06 PM
Subject: RE: [Nant-users] NAnt does not execute NAntContrib tasks...



Try using <loadtasks> to reference the NAnt.Contrib.Tasks.dll? Here's how I pull in tasks from NAntContrib:


<target name="stats" depends="prep" description="Generate statistics for code files">
<loadtasks assembly="${nant-contrib}/NAnt.Contrib.Tasks.dll" />
<codestats outputFile="${build.dir}/stats.xml" verbose="true">
<fileset>
<include name="**.cs" />
</fileset>
</codestats>
</target>


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ballal,
Pradeep(STP)
Sent: Friday, August 20, 2004 8:12 AM
To: Felice Vittoria; [EMAIL PROTECTED]
Subject: RE: [Nant-users] NAnt does not execute NAntContrib tasks...


Hi Felice, Thanks for your mail.

After trying out all possible combinations, I downloaded the
latest nightly release of both NAnt and NAntContrib. I tried
using these versions. Still no luck!!!

Any help will be much appreciated.

Thank you!

Pradeep




-------------------------------------------------------
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



-------------------------------------------------------
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