PluginServiceTemplate

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

Moderator: SourceGear

Post Reply
eoin
Posts: 7
Joined: Tue Feb 28, 2006 11:24 am

PluginServiceTemplate

Post by eoin » Tue Aug 15, 2006 8:43 am

I am trying to set up the PluginServiceTemplate to get an understanding of how to use it to listen for vault events. Overall- I want to be able to detect when a label gets added, so that I can have this service kick off a build process.

When I try UpdateRepositoryInformation, when I step to ClientInstance.Login, the web page that popped up displays this message:
Server was unable to process request. --> Object reference not set to an instance of an object.

I noticed that after ClientInstance.Init, the Connected property was False. Is this my problem, and would anyone know why that would be? Does this need to run on the Vault Server?

Thanks,

Owen
Owen Manske, Software Configuration Manager
P: (414) 431-8571 C: (414) 331-6848
E: owen.manske@passporthealth.com
Passport Health Communications www.passporthealth.com

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Tue Aug 15, 2006 8:46 am

You may want to approach this with querying for labels with the Vault client API.

The plugin event notification does not notify anything on an added label.
Jeff Clausius
SourceGear

Post Reply