Showing results for 2007 - Page 2 of 15 - Buck Hodges

Nov 26, 2007
0
0

TSWA tip: Copy a bug to quickly file a new bug in an area related to the original

Buck Hodges
Buck Hodges

Like Team Explorer, Team System Web Access does not support work item templates yet (though you can get a power tool work item template add-in for Team Explorer 2005 -- look for power tools for TFS 2008 in December).  However, you can use the "Create Copy of Work Item" feature to copy a work item that's similar to the one you want to file.&nbs...

Team Foundation ServerTeam System Web AccessTSWA Tip
Nov 26, 2007
0
0

Using CruiseControl.NET to trigger CI builds in TFS 2005

Buck Hodges
Buck Hodges

James Dawson previously posted a plugin for CruiseControl.NET that provided a continuous integration facility for TFS 2005, which I mentioned back in August.  He's now set up a CodePlex project for it: TFS TeamBuild Task for CruiseControl.NET.  You can get both the binaries and the source code from the CodePlex project.Continuous integrat...

Team Foundation ServerTeam Build
Nov 20, 2007
0
0

Martin Woodward’s presentation on what’s new in TFS 2008

Buck Hodges
Buck Hodges

Martin Woodward has a posted a great set of slides from a presentation he did on what's new in TFS 2008.  After going through all of the features other than build, he spends more than half of the slides on the build features of TFS 2008 (aka Team Build).  I highly recommend taking a look at the slides, particularly if you haven't paid clo...

Team Foundation ServerSource ControlTeam Build
Nov 20, 2007
0
0

How to uninstall VS 2008 Beta 2 before installing the final version of VS 2008

Buck Hodges
Buck Hodges

There have been a few questions about how to correctly uninstall all of VS 2008 Beta 2 in order to install the final version of VS 2008.  Scott Guthrie posted the steps for doing this earlier today.  A subset of this list would apply if you have installed Team Foundation Team Explorer 2008 Beta 2, rather than the full VS 2008 with Team Ex...

Team Foundation ServerVSTS
Nov 18, 2007
0
0

How would you prioritize features for MSBuild?

Buck Hodges
Buck Hodges

Dan Moseley, a developer on the MSBuild team, wants to know how you would prioritize features for the next version of MSBuild by asking, How would you spend $100 on MSBuild?  The release of Visual Studio 2008 is imminent, which means the product teams are beginning to work on the future, and he posts about some of the features that they are co...

Team BuildVSTSMSBuild
Nov 12, 2007
0
0

TSWA tip: Send an email with a work item or query results

Buck Hodges
Buck Hodges

Let's say you're going through your bugs and want to ask someone a question about one of them.  You can use Team System Web Access to send that person an email containing all of the work item's information and a link to it. To email a work item, open the work item in TSWA.  Go to the Tools menu shown below and choose Send as Email. You...

Team System Web AccessTSWA Tip
Nov 8, 2007
0
0

TSWA tip: Search bugs and reports

Buck Hodges
Buck Hodges

[Update 10/6/2008]  In addition to the default search behavior described below, TSWA 2008 SP1 adds Outlook-style search capability, which is described here. Have you ever wanted a quick way to find the bugs containing some word?  Team System Web Access comes to your rescue. In the upper left corner underneath the team project selector, th...

Team System Web AccessTSWA Tip
Nov 8, 2007
0
0

Turning off Just-in-Time Debugging on your servers

Buck Hodges
Buck Hodges

I saw Mac Noland's post tonight about turning off the just-in-time debugging popup window on his TFS server.  We've had this problem internally.  If you have a debugger installed on your computer, such as Visual Studio or WinDbg, the installation will enable just-in-time debugging such that when something crashes you'll get a window askin...

Team Foundation ServerTeam Build
Nov 7, 2007
0
0

SharePoint lists in Outlook 2007 are awesome

Buck Hodges
Buck Hodges

If you use Outlook 2007 and SharePoint, you really need to read this.  I've been using this feature for the last couple of weeks.  It syncs the documents into Outlook so they are available offline, you can search them, and you can edit and upload when you get back online.  It's really slick.  Read the post. SharePoint and Outl...

Random
Nov 7, 2007
0
0

How to list the team projects created with a particular template in TFS 2008 or 2010

Buck Hodges
Buck Hodges

This question came up on an internal discussion, and I thought the answer would be useful to post. Question How we can find the list of projects created with the a particular VSTF template in TFS 2008 or 2010? In TFS 2005 we can find out programmatically as well with the query but in the new version we are not able to do so. Answer Sa...

Team Foundation ServerTFS 2010TFS API