Hi,
we have a development project with multiple libraries that are organized in mutliple projects in vault. the binaries of all libraries are stored in one project "bin". when changing the source of project "mydll1" should cause a build of "mydll1.dll".
is there a recommended tool to use with vault for that?
cu,
sven
automatic "needs build" detection?
Moderator: SourceGear
Some folks have gotten CruiseControl to work with Vault, but we don't have a SourceGear supported solution yet.
To only have the builds happen when source changes, you will probably need to do some programming on your end. Vault is already set up to send email when source changes, so you could set something up that responds to email messages, or you could hook into the plugin architecture to recieve the events yourself. See Jeremy's blog at http://weblogs.asp.net/jeremy_sheeley/a ... 04/07.aspx for more info on that.
To only have the builds happen when source changes, you will probably need to do some programming on your end. Vault is already set up to send email when source changes, so you could set something up that responds to email messages, or you could hook into the plugin architecture to recieve the events yourself. See Jeremy's blog at http://weblogs.asp.net/jeremy_sheeley/a ... 04/07.aspx for more info on that.