Vault 5.0.2 and ANT

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

Moderator: SourceGear

Post Reply
kenundrum
Posts: 6
Joined: Tue Mar 15, 2011 1:12 pm

Vault 5.0.2 and ANT

Post by kenundrum » Tue Mar 15, 2011 1:16 pm

I have a script that I use to allow for Vault and CruiseControl (NOT the .NET versions) to talk with one another, however for the life of me I can NOT seem to get it to work. I think based upon the info I have it is timing out because no one is 'logged in'. I use the

Code: Select all

vaultsetloginoptions
tag to have the correct username, password, URL, and repository that I am interested in, however the ANT documentation states that
This command does not trigger a login.
So how do I login then to get to the point where I can actually do something? Any help is much appreciated. Should examples be required they can be provided.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Vault 5.0.2 and ANT

Post by lbauer » Wed Mar 16, 2011 3:25 pm

Here's some sample code that might be helpful:
http://support.sourcegear.com/viewtopic.php?f=5&t=14967

There were written for nAnt, but should work the same for ANT.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply