Linda,

> I have the lastest downloads for nantcontrib and nant (11/15).  Nant
builds
> fine, but I am not able to compile nantcontrib.
>
> I get the following error in tlbImpTaskTest.cs
>
> The type or namespace name 'Buildtestbase' could not be found <are you
> missing a directive or an assembly reference.
>
> I am not sure where Buildtestbase is supposed to be, but don't see it in
any
> of the downloaded files.  I see an old question on the user group where
> another user had the same problem, but it appears as though the question
was
> never answered.  Does anyone know the answer to this?

Right now, there are several problems with NantContrib's compilation, due to
the move of the NAnt over to NUnit 2.0 for its tests. I've been working on
getting a real fix (one that actually fixes the problems occurring instead
of just hacking it together), but it is, unfortunately, not easy, given
limitations in the current NUnit 2.0 framework :(

However, this shouldn't prevent you from using NAntContrib.... the
compilation error you're getting is from building the test library for
NAntContrib, which only gets built after the nantcontrib assembly itself. At
this point, it is perfectly safe to just grab NAnt.Contrib.Tasks.dll out of
the build directory (along with a few of the dependant assemblies) and copy
them over to your nant directory to use them.

--
Tomas Restrepo
[EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to