Here is a snip of my build file, specifically my "nunit" task:
And when I run this is what I get:
BUILD FAILED
C:\projects\PortalSolutions\wspw.framework.build(151,4): Error running unit
test.
Error loading test class:
com.intel.wspw.framework.test.AllTests,c:/projects/Porta
: Bernard Vander Beken [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 11:08
> To: Colin Young; [EMAIL PROTECTED]
> Subject: RE: [Nant-users] Unknown task resgen
>
>
> Colin,
>
> This error means that NAnt cannot find the task resgen.
>
> Reason: ResGen
Upon reading the current online docs, it appears that resgen is not
supported. The changelog lists the resgentask as being moved to the
contrib project. Is there a new syntax to call it? In the meantime, I've
got the task running with the exec task.
Colin
> -Original Message-
> From: [EM
Colin,
This error means that NAnt cannot find the task resgen.
Reason: ResGen has been moved to the NAntContrib project and is no
longer included with NAnt.
You will need to get it from http://sf.net/projects/nantcontrib/ CVS.
Regards,
Bernard
> -Original Message-
> From: Colin Young