Search found 30 matches

by kbonnin
Fri May 30, 2008 3:58 pm
Forum: Examples (API)
Topic: Plugin Template
Replies: 39
Views: 180873

Sweet! I'll be installing 4.1.2 and I'll rework the project to use them.
by kbonnin
Tue May 13, 2008 12:51 pm
Forum: Examples (API)
Topic: Plugin Template
Replies: 39
Views: 180873

Hi Jeremy, The project uses these libs (which I copied from my Vault Client install): ValutPluginLib VaultServiceBase All the others are part of the Vault Server install. So, if you could add those two we'd be fine. This is actually a good idea, because my project is referencing local copies of the ...
by kbonnin
Fri May 09, 2008 3:53 pm
Forum: Examples (API)
Topic: Plugin Template
Replies: 39
Views: 180873

Groovy. Before I do, however, there's an issue of the Vault*.dll libraries. I just copied them into a folder for development, and the installer copies them into the plugin webservice; I'm not referencing the Vault*.dll libraries that the Vault server is using, just a copy. Is SourceGear OK with my i...
by kbonnin
Fri May 09, 2008 3:38 pm
Forum: Examples (API)
Topic: Plugin Template
Replies: 39
Views: 180873

Hey Jeremy - I got it. I had moved the RegisterWithServer code out to its own class file, so in the register where it did a this.GetType() it was no longer looking at the ASMX class which had the events in it. Up and running! Here's an example of an entry this plugin creates for FB case 6411: Edited...
by kbonnin
Fri May 09, 2008 12:27 pm
Forum: Examples (API)
Topic: Plugin Template
Replies: 39
Views: 180873

I can't seem to get it to register...

Hi Jeremy, I've completed my Vault/FogBugz checkin tool, and it's spiffy! I'm having one issue, however, and that's with registering. In this block of code: ArrayList alNotifyEvents = new ArrayList(4); Type myType = this.GetType(); MethodInfo[] miarr = myType.GetMethods(BindingFlags.NonPublic|Bindin...
by kbonnin
Fri Apr 25, 2008 3:47 pm
Forum: Support (Vault)
Topic: Improved Vault 4.1 -> FogBugz 6.1.13 Integration
Replies: 3
Views: 2575

No worries, man. I'll do something like:

<casenumber>: This is the checkin comment

As in:

6321: This is the checkin comment.

You'll soon have a kick-butt fogbuz plugin to share with the community. Thanks for your help!

k.
by kbonnin
Wed Apr 23, 2008 5:50 pm
Forum: Support (Vault)
Topic: Improved Vault 4.1 -> FogBugz 6.1.13 Integration
Replies: 3
Views: 2575

Oh, and if I am going to build this, can you tell me how to retrieve the bug number in the OnTxEnd event that was entered in the Vault Client "Commit" dialog?

thanks!
k.
by kbonnin
Wed Apr 23, 2008 5:25 pm
Forum: Support (Vault)
Topic: Improved Vault 4.1 -> FogBugz 6.1.13 Integration
Replies: 3
Views: 2575

Improved Vault 4.1 -> FogBugz 6.1.13 Integration

Hi Jeremy, What I want is better integration between Vault and FB. Specifically, for each checkin I want to list the checkin comments and the files as a single entry for the FB case (much like dragnet, in fact!) The current integration doesn't do that. I've been working with your lovely plugin templ...
by kbonnin
Thu Dec 13, 2007 3:15 pm
Forum: Support (Vault)
Topic: FogBugz and checkin comments
Replies: 8
Views: 5509

As I posted on a parallel thread on FogBugz:

http://support.fogcreek.com/default.asp ... .4.21406.2

I'm barking up the wrong tree! The api exists. My request is for Vault to use this API and log checkin comments to FogBugz.

thanks!
by kbonnin
Thu Dec 13, 2007 12:03 pm
Forum: Support (Vault)
Topic: FogBugz and checkin comments
Replies: 8
Views: 5509

Thanks, Jeremy!

Then I have a feature request: please pass the checkin comment to csvSubmit.asp when checking in. The current version of FB will of course ignore it, but it opens the door for them (or me) to make that change.

thanks!

Ken
by kbonnin
Thu Dec 13, 2007 11:31 am
Forum: Support (Vault)
Topic: FogBugz and checkin comments
Replies: 8
Views: 5509

Correct, I do not believe that is the case yet, either. My question, however, is that in YOUR code, when you make your call to csvSubmit.aspx, do YOU pass over the checkin comments on the URL? If you send it over, then they can catch it... ;-) Actually, since I write such websites for a living, I ca...
by kbonnin
Wed Dec 12, 2007 4:07 pm
Forum: Support (Vault)
Topic: FogBugz and checkin comments
Replies: 8
Views: 5509

FogBugz and checkin comments

One of the things I loved about Vault/Dragnet was that checkin comments get added to issues. For a variety of reasons, we now use FogBugz. I've got Vault 4.0.5 and FogBugz 6.0. What I want is to add checkin comments in FB. I've already read: http://support.sourcegear.com/viewtopic.php?t=581 Tell me,...
by kbonnin
Mon Oct 22, 2007 9:40 am
Forum: Support (Fortress)
Topic: Fortress and FogBugz?
Replies: 3
Views: 5489

Greetings Linda, Thanks for the detailed reply. We've been happily using Vault/Dragnet for 3 years, followed by a fine upgrade to Fortress. We've recently installed FogBugz to manage customer-facing/implementation issues, with the idea that Fortress is for development issues only. We're suddenly fac...
by kbonnin
Tue Oct 16, 2007 5:44 pm
Forum: Support (Fortress)
Topic: Fortress and FogBugz?
Replies: 3
Views: 5489

After more exploration....

After more exploration, I'm seeing this might be a product positioning strategy. I see that Vault will continued to be developed (and my suspicion is that Vault Client/Fortress Client are identical code bases, simply compiled with a different product code/name). So, if that's the case, can we simply...
by kbonnin
Tue Oct 16, 2007 5:20 pm
Forum: Support (Fortress)
Topic: Fortress and FogBugz?
Replies: 3
Views: 5489

Fortress and FogBugz?

Greetings, While we've been using Dragnet (now Fortress) with great happiness for 3 years, our new customer issue management tool is FogBugz. I see that with Vault 4.0, we could change Repository Options "Bug Tracking Integration" and set the URL. I'm unable to find what used to be Vault A...