I have downloaded the latest valut server and nant task support for vault. When using the task "vaultundocheckout", I get an "Invalid element <vaultundocheckout>. Unknown task or datatype." error.
NOTE: I am able to use all other vault task types (like vaultcheckout, vaultcheckin, vaultlabel). Is there any reason why vaultundocheckout cannot be found in the NAnt.VaultTasks.dll assembly?
One other thing that is bothering me. Any reason why vaultgetbylabel REQUIRES a destination? Why can't it just use the current work directory for the user?
THANKS in advance for any help.
vaultundocheckout NANT task not working
Moderator: SourceGear
From looking at the source code
It seems the release version is missing the [TaskName] attribute for undocheckout. Can someone please verify and possbily upload a new version.
Thanks for the update. One more thing....
Thanks jclausius for the update.
Any chance you would know the answer to my other question?
Why does GetByLabel REQUIRE a destination? Why can't it just use the current work directory for the user? Just like normal Gets?
Thanks,
Frank
Any chance you would know the answer to my other question?
Why does GetByLabel REQUIRE a destination? Why can't it just use the current work directory for the user? Just like normal Gets?
Thanks,
Frank
I don't know.
Vault NAnt tasks is an open source project authored by other Vault customers. The code is available at vaultdemo.sourcegear.com.
I'm not sure this is an option, but you could get the code and make changes locally if you wish. All you need is a Vault 3.5.x client (authorization is vaulttester", "demo").
Vault NAnt tasks is an open source project authored by other Vault customers. The code is available at vaultdemo.sourcegear.com.
I'm not sure this is an option, but you could get the code and make changes locally if you wish. All you need is a Vault 3.5.x client (authorization is vaulttester", "demo").
Jeff Clausius
SourceGear
SourceGear