I've build the NAnt sourcegear task from http://www.schkerke.com/blog/articles/237.aspx. After running the vaultgetfile task, NAnt throws the following exception :
Code: Select all
System.Web.Services.Protocols.SoapException: 1021 :
at VaultClientNetLib.VaultConnection.Login(String strURLBase, String strUsern
ame, String strPassword)
at VaultClientOperationsLib.ClientInstance.Login(String urlbase, String usern
ame, String password)
at NAnt.Core.Tasks.VaultBase.Login()
at NAnt.Core.Tasks.VaultGetFile.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()
Do you have any idea how this error should be resolved ? The client tool functions properly, so does the /VaultService web site.
Thank you very much,
Bart