Nant tasks problem

If you are having a problem using Fortress, post a message here.

Moderator: SourceGear

Post Reply
ajj3085
Posts: 228
Joined: Thu Feb 16, 2006 11:39 am

Nant tasks problem

Post by ajj3085 » Thu Aug 09, 2007 1:31 pm

Hi,

I'm tryiing to use the new 1.0.4 nant tasks, but I get an error that vaultdeletelabel and vaultsetloginoptions.

I think it might be because the version of the assembly is 0.0.0.0.

The exact error from nant is:
C:\Program Files\CruiseControl.NET\server\Master.build(59,6):
Invalid element <vaultdeletelabel>. Unknown task or datatype.

Invalid element <vaultsetloginoptions>. Unknown task or datatype.

Any ideas?

shannon

Post by shannon » Thu Aug 09, 2007 2:14 pm

Did you load the tasks from the dll?

Like this:
<loadtasks path="c:/path/to/nant/tasks/dll" verbose="true" />

Post Reply