Title: Incorporating NAntContrib into NAnt
I do this:
• Add an environment variable called NANT_CONTRIB_PATH folder (not to the bin folder under it.)
• Add this to your build file
      <loadtasks assembly="${path::combine(environment::get-variable('NANT_CONTRIB_PATH'), 'bin\NAnt.Contrib.Tasks.dll')}" />
 
This works very well for me.
-- Gishu
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Crawford, Christina
Sent: 16 March 2006 01:39
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Incorporating NAntContrib into NAnt

What is the best way to incorporate the NAntContrib tasks and functions into the
Current Nant product?  I want to be able to use NAntContrib functions and tasks
In my Nant build file and don't see any references to the Nantcontrib dll's anywhere
Within Nant.

Christina Crawford

Reply via email to