VaultLabel 4.1.0

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
chris.bradley
Posts: 30
Joined: Tue Aug 15, 2006 6:17 pm

VaultLabel 4.1.0

Post by chris.bradley » Mon Mar 10, 2008 4:14 pm

So on 3.5.1 of Vault we use to use this nant snipit to label our project after every successful build on our build server...

<vaultlabel
repository="Evolution"
path="${RepositoryFolderPath}"
labelstring="${version}"
username="SomeUser"
password="SomePassword"
url="OurVaultServer" />

But it appears that with Vault 4.1.0, the vaultlabel has changed dramatically. Can anyone point me in a direction as to how I should re-write our nant script?

Thanks,
Chris

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

Post by Beth » Tue Mar 11, 2008 9:22 am

Over in our Development Tips area is where some 4.0.1 examples are: NAnt Examples

Check those out first. If you have more questions after seeing those, then you can let me know here, or post in the Development Tips Questions area.

chris.bradley
Posts: 30
Joined: Tue Aug 15, 2006 6:17 pm

Post by chris.bradley » Wed Mar 12, 2008 12:01 pm

Thanks - managed to figure it out based on those sample. I was using the saveSession parameter on vaultsetloginoptions incorrectly.

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

Post by Beth » Thu Mar 13, 2008 2:39 pm

Thanks for the follow up on your results.

Locked