nant.VaultTasks.dll

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

Moderator: SourceGear

Post Reply
btd
Posts: 324
Joined: Fri May 13, 2005 1:50 pm

nant.VaultTasks.dll

Post by btd » Mon Mar 12, 2007 1:03 pm

Is there a nant.VaultTasks.dll for Microsoft.Visual Studio.net 2.0 framework that I can use.

In the past we have used the dll for 1.1 framework. But now I'm getting an error in my Nant script at this line:
<vaultgetfile url="${sourcecode.vault.url}" username="${sourcecode.vault.username}" password="${sourcecode.vault.password}"

The error is Invalid element <vaultgetfile>. Unknown taks or datatype.

Thanks

BTD

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Tue Mar 13, 2007 9:26 am

You can get that open source project originally written by some end users and make any changes you wish to your copy. Just use a Vault 3.5.x client to connect to vaultpub.sourcegear.com. Login as guest with the password of guest. It's under Build_Tool_Integration.

Also here is a link to the documentation on Vault NAnt Tasks.

Post Reply